From ec22c5db6ddc2cc1ed90c86509d47b7e984a2aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=BC=E7=A0=BC?= Date: Mon, 21 Feb 2022 16:19:57 +0800 Subject: [PATCH] support ds3617xs platform --- .editorconfig | 10 +++++----- .github/workflows/test.yml | 8 +++++++- README.md | 2 +- docker/Dockerfile | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index 26e2883..6e2653a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,16 +2,16 @@ root = true [*] -end_of_line = lf charset = utf-8 +end_of_line = lf indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true -[*.ts] -quote_type = single - [*.md] -max_line_length = off +indent_style = tab trim_trailing_whitespace = false + +[{Makefile,**.mk}] +indent_style = tab diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6123130..7a6d794 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,8 +22,14 @@ jobs: version: 7.0-41890 - platform: apollolake version: 7.0.1-42218 + - platform: broadwell + version: 6.2.4-25556 + - platform: broadwell + version: 6.2.4-25556u2 + - platform: broadwell + version: 7.0.1-42218 steps: - - name: 准备结束 + - name: 检出项目文件 uses: actions/checkout@v2 - name: 缓存加速 diff --git a/README.md b/README.md index 35dc80b..83e74aa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 这是一个测试项目,可能会有不可预测的事情发生(比如:毁损数据、烧毁硬件等等),请**谨慎使用**。 -[English](README_EN.md "English") +[English](README_en.md "English") 感谢 @haydibe 提供 RedPill Tool Chain diff --git a/docker/Dockerfile b/docker/Dockerfile index eda8887..0f9cc56 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -ARG DOCKER_BASE_IMAGE=ubuntu:20.04 +ARG DOCKER_BASE_IMAGE=debian:8 # extract kernel and toolkit dev FROM ${DOCKER_BASE_IMAGE} AS extract