Skip to content

Commit

Permalink
Merge branch 'OpenIPC:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
libc0607 authored Mar 15, 2024
2 parents 0f0d63f + 8639c2f commit 3e3a524
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Upload firmware
if: github.event_name != 'pull_request'
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
with:
tag_name: ${{env.TAG_NAME}}
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fi
- name: Upload toolchain
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
with:
tag_name: ${{env.TAG_NAME}}
files: ${{env.GCC}}
61 changes: 61 additions & 0 deletions .github/workflows/uboot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: uboot
on:
workflow_dispatch:

jobs:
toolchain:
name: Uboot
runs-on: ubuntu-latest
steps:
- name: Prepare
run: |
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabi gcc-mipsel-linux-gnu u-boot-tools lzop
- name: Ingenic
run: |
git clone https://github.com/openipc/u-boot-ingenic.git --depth 1
cd u-boot-ingenic
bash build.sh
- name: Sigmastar
run: |
git clone https://github.com/openipc/u-boot-sigmastar.git --depth 1
cd u-boot-sigmastar
bash build.sh
- name: Upload
uses: softprops/action-gh-release@v2
with:
tag_name: latest
files: |
u-boot-ingenic/output/u-boot-t10-nor.bin
u-boot-ingenic/output/u-boot-t10l-nor.bin
u-boot-ingenic/output/u-boot-t20-nor.bin
u-boot-ingenic/output/u-boot-t20l-nor.bin
u-boot-ingenic/output/u-boot-t20x-nor.bin
u-boot-ingenic/output/u-boot-t21n-nor.bin
u-boot-ingenic/output/u-boot-t30a-nor.bin
u-boot-ingenic/output/u-boot-t30a1-nor.bin
u-boot-ingenic/output/u-boot-t30l-nor.bin
u-boot-ingenic/output/u-boot-t30n-nor.bin
u-boot-ingenic/output/u-boot-t30x-nor.bin
u-boot-ingenic/output/u-boot-t31a-nor.bin
u-boot-ingenic/output/u-boot-t31al-nor.bin
u-boot-ingenic/output/u-boot-t31l-nor.bin
u-boot-ingenic/output/u-boot-t31lc-nor.bin
u-boot-ingenic/output/u-boot-t31n-nor.bin
u-boot-ingenic/output/u-boot-t31x-nor.bin
u-boot-sigmastar/output/u-boot-ssc30kd-nor.bin
u-boot-sigmastar/output/u-boot-ssc30kq-nor.bin
u-boot-sigmastar/output/u-boot-ssc325-nor.bin
u-boot-sigmastar/output/u-boot-ssc325de-nand.bin
u-boot-sigmastar/output/u-boot-ssc333-nor.bin
u-boot-sigmastar/output/u-boot-ssc335de-nor.bin
u-boot-sigmastar/output/u-boot-ssc335-nor.bin
u-boot-sigmastar/output/u-boot-ssc337de-nor.bin
u-boot-sigmastar/output/u-boot-ssc337de-nand.bin
u-boot-sigmastar/output/u-boot-ssc337-nor.bin
u-boot-sigmastar/output/u-boot-ssc338q-nand.bin
u-boot-sigmastar/output/u-boot-ssc338q-nor.bin
u-boot-sigmastar/output/u-boot-ssc377-nor.bin
5 changes: 2 additions & 3 deletions br-ext-chip-ingenic/board/t20/kernel/t10.generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -835,8 +835,7 @@ CONFIG_PHYLIB=y
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH is not set
CONFIG_WLAN=y
# CONFIG_LIBERTAS_THINFIRM is not set
Expand Down Expand Up @@ -1995,7 +1994,7 @@ CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
Expand Down
5 changes: 2 additions & 3 deletions br-ext-chip-ingenic/board/t20/kernel/t20.generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,7 @@ CONFIG_PHYLIB=y
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH is not set
CONFIG_WLAN=y
# CONFIG_LIBERTAS_THINFIRM is not set
Expand Down Expand Up @@ -2021,7 +2020,7 @@ CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
Expand Down
5 changes: 2 additions & 3 deletions br-ext-chip-ingenic/board/t21/kernel/t21.generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,7 @@ CONFIG_PHYLIB=y
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH is not set
CONFIG_WLAN=y
# CONFIG_LIBERTAS_THINFIRM is not set
Expand Down Expand Up @@ -1861,7 +1860,7 @@ CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
Expand Down
5 changes: 2 additions & 3 deletions br-ext-chip-ingenic/board/t21/kernel/t30.generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,7 @@ CONFIG_PHYLIB=y
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH is not set
CONFIG_WLAN=y
# CONFIG_LIBERTAS_THINFIRM is not set
Expand Down Expand Up @@ -1857,7 +1856,7 @@ CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
Expand Down
6 changes: 3 additions & 3 deletions br-ext-chip-ingenic/board/t31/kernel/t31.generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,8 @@ CONFIG_PHYLIB=y
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
CONFIG_USB_USBNET=m
# CONFIG_USB_NET_AX8817X is not set
# CONFIG_USB_NET_AX88179_178A is not set
CONFIG_USB_NET_CDCETHER=m
# CONFIG_USB_NET_CDC_EEM is not set
Expand Down Expand Up @@ -1885,7 +1885,7 @@ CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
Expand Down
5 changes: 2 additions & 3 deletions br-ext-chip-ingenic/board/t40/kernel/t40.generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -964,8 +964,7 @@ CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
# CONFIG_USB_LAN78XX is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH is not set
CONFIG_WLAN=y
# CONFIG_LIBERTAS_THINFIRM is not set
Expand Down Expand Up @@ -1984,7 +1983,7 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=3
# CONFIG_BOOT_PRINTK_DELAY is not set
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DYNAMIC_DEBUG is not set

#
# Compile-time checks and compiler options
Expand Down

0 comments on commit 3e3a524

Please sign in to comment.