]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: Enable bootstd and other modernization for Synology DS414 (Armada XP...
authorTony Dinh <mibodhi@gmail.com>
Mon, 8 Jul 2024 04:39:03 +0000 (21:39 -0700)
committerStefan Roese <sr@denx.de>
Mon, 15 Jul 2024 06:42:04 +0000 (08:42 +0200)
commit51d4eb8bbaf35d14d4e30b885863ae00fbc47258
treee925e0d1fbed321c17ffae3ee46e8ae5d0bd6e62
parentaa8769dc15a717059a7663817b4c33cacff24894
arm: mvebu: Enable bootstd and other modernization for Synology DS414 (Armada XP) board

- Switch to standard boot (in include/configs/ds414.h and
configs/ds414_defconfig)
- Implement board_late_init() to ensure successful enumeration
of USB3 devices
- Remove unnecessary checkboard()
- Updated IDENT_STRING to indicate this u-boot supports both Synology
DS414 and DS214+ boards
- Add SYS_THUMB_BUILD to reduce binary size
- Add NET_RANDOM_ETHADDR
- Add CONFIG_LBA48 and CONFIG_SYS_64BIT_LBA to support >2TB HDD/SDD

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Acked-by: Phil Sutter <phil@nwl.cc>
board/Synology/ds414/ds414.c
configs/ds414_defconfig
include/configs/ds414.h