Skip to content

Commit

Permalink
Merge pull request #154 from endlessm/T35102
Browse files Browse the repository at this point in the history
Remove dated Amlogic board support (vim2 & libretechcc)
  • Loading branch information
wjt authored Mar 4, 2024
2 parents fee0605 + e946144 commit 0e8bacf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 125 deletions.
12 changes: 0 additions & 12 deletions config/platform/libretechcc.ini

This file was deleted.

14 changes: 0 additions & 14 deletions config/platform/vim2.ini

This file was deleted.

77 changes: 0 additions & 77 deletions helpers/s905x-bootloader-setup

This file was deleted.

18 changes: 0 additions & 18 deletions stages/eib_image
Original file line number Diff line number Diff line change
Expand Up @@ -390,24 +390,6 @@ EOF
cp ${UBOOT_PATH}/u-boot.bin ${EIB_TMPDIR}/rpiboot/kernel8.img
eib_umount ${EIB_TMPDIR}/rpiboot
;;
libretechcc|vim2)
case "${EIB_PLATFORM}" in
libretechcc)
local BOOTLOADER_DIR="${EIB_DATADIR}"/s905x-bootloader
local UBOOT_PATH="${DEPLOY}"/usr/lib/u-boot/libretech-cc
;;
vim2)
local BOOTLOADER_DIR="${EIB_DATADIR}"/s912-bootloader
local UBOOT_PATH="${DEPLOY}"/usr/lib/u-boot/khadas-vim2
;;
esac
local BOOTIMG_PATH="${EIB_TMPDIR}"/gxl-boot.img
"${EIB_HELPERSDIR}"/s905x-bootloader-setup \
"${BOOTLOADER_DIR}" \
"${UBOOT_PATH}"/u-boot.bin \
"${BOOTIMG_PATH}"
dd conv=notrunc if="${BOOTIMG_PATH}" of=${img} bs=512 seek=1
;;
pinebookpro)
# U-Boot TPL for ddr init and SPL for trust(ATF/OP-TEE) load and run into next stage
# http://opensource.rock-chips.com/wiki_Boot_option#Boot_flow
Expand Down
4 changes: 0 additions & 4 deletions tests/test_image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ def test_bad_arch(make_builder):
'eos-arm64-rpi4-en',
'eos-arm64-pinebookpro-base',
'eos-arm64-pinebookpro-en',
'eos-arm64-vim2-base',
'eos-arm64-vim2-en',
'eos-arm64-libretechcc-base',
'eos-arm64-libretechcc-en',
'eosinstaller-amd64-amd64-base',
]
CUSTOM_TARGETS = [
Expand Down

0 comments on commit 0e8bacf

Please sign in to comment.