On Wed, Jul 10, 2024 at 08:26:12AM +0200, Stefan Roese wrote: > On 7/8/24 06:39, Tony Dinh wrote: > > - 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 <mibo...@gmail.com>
Acked-by: Phil Sutter <p...@nwl.cc> > Reviewed-by: Stefan Roese <s...@denx.de> > > @Phil, is this ready to be merged from your point of view as well? I still want to investigate legacy bootstd integration, but that's follow-up work anyway. Tony, thanks for your efforts and the good discussion so far! Cheers, Phil