From 5de93f16306bb26e5c0691d44bb1582b00296c93 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Wed, 2 Aug 2023 00:24:16 +0800 Subject: [PATCH] chore: add 16g ci & modify SYS_PROMPT Signed-off-by: Han Gao --- .github/workflows/build.yml | 4 ++++ configs/light_a_val_defconfig | 2 +- configs/light_lpi4a_16g_defconfig | 2 +- configs/light_lpi4a_defconfig | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab83cc1f..100d80d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,10 @@ jobs: export PATH="/opt/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1/bin:$PATH" pushd $PWD + make light_lpi4a_16g_defconfig + make -j$(nproc) + find . -name "u-boot-with-spl.bin" | xargs -I{} cp -av {} ${GITHUB_WORKSPACE}/output/u-boot-with-spl-lpi4a-16g.bin + make clean make light_lpi4a_defconfig make -j$(nproc) find . -name "u-boot-with-spl.bin" | xargs -I{} cp -av {} ${GITHUB_WORKSPACE}/output/u-boot-with-spl-lpi4a.bin diff --git a/configs/light_a_val_defconfig b/configs/light_a_val_defconfig index 28ea5822..cd9efe7b 100644 --- a/configs/light_a_val_defconfig +++ b/configs/light_a_val_defconfig @@ -18,7 +18,7 @@ CONFIG_DISPLAY_BOARDINFO=y # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y -CONFIG_SYS_PROMPT="C910 Light# " +CONFIG_SYS_PROMPT="Light VAL-A# " CONFIG_DDR_LP4X_3733_SINGLERANK=y # CONFIG_DDR_LP4_3733_DUALRANK is not set CONFIG_DDR_BOARD_CONFIG=y diff --git a/configs/light_lpi4a_16g_defconfig b/configs/light_lpi4a_16g_defconfig index 4e86ac8b..ac5c0fb0 100644 --- a/configs/light_lpi4a_16g_defconfig +++ b/configs/light_lpi4a_16g_defconfig @@ -18,7 +18,7 @@ CONFIG_DISPLAY_BOARDINFO=y # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y -CONFIG_SYS_PROMPT="C910 Light# " +CONFIG_SYS_PROMPT="Light LPI4A 16G# " CONFIG_DDR_LP4X_3733_DUALRANK=y CONFIG_DDR_ROW16=y # CONFIG_DDR_LP4_3733_DUALRANK is not set diff --git a/configs/light_lpi4a_defconfig b/configs/light_lpi4a_defconfig index 840a82bf..20946d38 100644 --- a/configs/light_lpi4a_defconfig +++ b/configs/light_lpi4a_defconfig @@ -18,7 +18,7 @@ CONFIG_DISPLAY_BOARDINFO=y # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y -CONFIG_SYS_PROMPT="C910 Light# " +CONFIG_SYS_PROMPT="Light LPI4A# " CONFIG_DDR_LP4X_3733_DUALRANK=y # CONFIG_DDR_LP4_3733_DUALRANK is not set CONFIG_DDR_BOARD_CONFIG=y -- 2.34.1