From 9c398b66e0838aa16d8752d8ec9b8aa749bac20b Mon Sep 17 00:00:00 2001 From: Ross Shen Date: Fri, 18 Feb 2022 18:06:20 +0800 Subject: [PATCH 1/5] fix gitignore for pat and img --- cache/.gitignore | 2 +- images/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cache/.gitignore b/cache/.gitignore index a89285e..96d990a 100644 --- a/cache/.gitignore +++ b/cache/.gitignore @@ -1 +1 @@ -*.img +*.pat diff --git a/images/.gitignore b/images/.gitignore index 96d990a..a89285e 100644 --- a/images/.gitignore +++ b/images/.gitignore @@ -1 +1 @@ -*.pat +*.img From 1c56ceb88c1a96047854b434af20f479fce6e1a8 Mon Sep 17 00:00:00 2001 From: Ross Shen Date: Fri, 18 Feb 2022 18:08:29 +0800 Subject: [PATCH 2/5] add ds3617xs --- docker/Makefile | 4 ++++ global_config.json | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/docker/Makefile b/docker/Makefile index 4874dd8..87f2411 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -36,6 +36,10 @@ build_redpill_load: pushd $(REDPILL_LOAD_SRC) && \ ./build-loader.sh 'DS3615xs' '$(TARGET_VERSION)-$(TARGET_REVISION)'; \ fi + @if [ "$(TARGET_PLATFORM)" == "broadwell" ]; then \ + pushd $(REDPILL_LOAD_SRC) && \ + ./build-loader.sh 'DS3617xs' '$(TARGET_VERSION)-$(TARGET_REVISION)'; \ + fi @if [ "$(TARGET_PLATFORM)" == "apollolake" ]; then \ pushd $(REDPILL_LOAD_SRC) && \ ./build-loader.sh 'DS918+' '$(TARGET_VERSION)-$(TARGET_REVISION)'; \ diff --git a/global_config.json b/global_config.json index 36da199..34509c2 100644 --- a/global_config.json +++ b/global_config.json @@ -174,6 +174,32 @@ "source_url": "https://github.com/tossp/redpill-load.git", "branch": "42218-20211021" } + }, + { + "id": "broadwell-7.0.1-42218", + "platform_version": "broadwell-7.0.1-42218", + "user_config_json": "broadwell_user_config.json", + "docker_base_image": "debian:8-slim", + "compile_with": "toolkit_dev", + "redpill_lkm_make_target": "dev-v7", + "downloads": { + "kernel": { + "url": "https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/25426branch/broadwell-source/linux-3.10.x.txz/download", + "sha256": "d3e85eb80f16a83244fcae6016ab6783cd8ac55e3af2b4240455261396e1e1be" + }, + "toolkit_dev": { + "url": "https://sourceforge.net/projects/dsgpl/files/toolkit/DSM7.0/ds.broadwell-7.0.dev.txz/download", + "sha256": "e050987fbbab0c246aff2af935b1d8a4140ce490915aa4c92f3c8d163eea970c" + } + }, + "redpill_lkm": { + "source_url": "https://github.com/jimmyGALLAND/redpill-lkm.git", + "branch": "develop" + }, + "redpill_load": { + "source_url": "https://github.com/jimmyGALLAND/redpill-load.git", + "branch": "develop" + } } ] } From 0a933ed2950ad5c88f0483bd2194db52545ec814 Mon Sep 17 00:00:00 2001 From: TossPig Date: Mon, 21 Feb 2022 15:59:23 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20img=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cache/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cache/.gitignore b/cache/.gitignore index 96d990a..623b7dc 100644 --- a/cache/.gitignore +++ b/cache/.gitignore @@ -1 +1,3 @@ +*.img *.pat + From 9b0988a3ea0406f80b73fe9865319eef8fabc89b Mon Sep 17 00:00:00 2001 From: TossPig Date: Mon, 21 Feb 2022 15:59:42 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cache/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/cache/.gitignore b/cache/.gitignore index 623b7dc..64c8e31 100644 --- a/cache/.gitignore +++ b/cache/.gitignore @@ -1,3 +1,2 @@ *.img *.pat - From 0f9cd2d45def191a32b36aed6d7a1da45e3e88a8 Mon Sep 17 00:00:00 2001 From: TossPig Date: Mon, 21 Feb 2022 16:00:45 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0pat=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/images/.gitignore b/images/.gitignore index a89285e..64c8e31 100644 --- a/images/.gitignore +++ b/images/.gitignore @@ -1 +1,2 @@ *.img +*.pat