mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
commit
453fe8d60f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -128,7 +128,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- model: g5300
|
- model: a7200
|
||||||
nk: edna3exe.bin
|
nk: edna3exe.bin
|
||||||
lilo: gen2.bin
|
lilo: gen2.bin
|
||||||
- model: sh1
|
- model: sh1
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit c826f2581ea8de6c32565be7ffa632c9766d5385
|
Subproject commit 0ef73cdeb41b6d56538fa0739210f935eb9f2768
|
@ -11,7 +11,7 @@ export CROSS_COMPILE=arm-linux-gnueabi-
|
|||||||
mkdir -p ${WORK}
|
mkdir -p ${WORK}
|
||||||
mkdir -p ${WORK}/lilobin
|
mkdir -p ${WORK}/lilobin
|
||||||
|
|
||||||
for i in "g5300" "sh1" "sh2" "sh3" "sh4" "sh5" "sh6" "sh7"; do
|
for i in "a7200" "sh1" "sh2" "sh3" "sh4" "sh5" "sh6" "sh7"; do
|
||||||
NUM=$(echo $i | sed -E 's/sh//g')
|
NUM=$(echo $i | sed -E 's/sh//g')
|
||||||
|
|
||||||
make -C ${REPO}/u-boot-brain distclean pw${i}_defconfig
|
make -C ${REPO}/u-boot-brain distclean pw${i}_defconfig
|
||||||
@ -19,7 +19,7 @@ for i in "g5300" "sh1" "sh2" "sh3" "sh4" "sh5" "sh6" "sh7"; do
|
|||||||
${REPO}/nkbin_maker/bsd-ce ${REPO}/u-boot-brain/u-boot.bin
|
${REPO}/nkbin_maker/bsd-ce ${REPO}/u-boot-brain/u-boot.bin
|
||||||
|
|
||||||
case $i in
|
case $i in
|
||||||
"g5300")
|
"a7200")
|
||||||
mv ${REPO}/nk.bin ${WORK}/edna3exe.bin
|
mv ${REPO}/nk.bin ${WORK}/edna3exe.bin
|
||||||
mv ${REPO}/u-boot-brain/u-boot.bin ${WORK}/lilobin/gen2.bin;;
|
mv ${REPO}/u-boot-brain/u-boot.bin ${WORK}/lilobin/gen2.bin;;
|
||||||
"sh1" | "sh2" | "sh3")
|
"sh1" | "sh2" | "sh3")
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 09cc34a56d011dec3ebc35255723f2a512137b90
|
Subproject commit aa21aeb567978219da11812b98e878f369675cda
|
@ -1 +1 @@
|
|||||||
Subproject commit 2696eb4b8d55d29330cbdeb6829dfe3c7c5005d9
|
Subproject commit 783749833dcc9fd1cd318af7750c2b17be182852
|
Loading…
Reference in New Issue
Block a user