Re: [U-Boot] [PATCH v4 4/5] distro_bootcmd: Add command to run FreeBSD

2017-02-06 Thread Simon Glass
On 31 January 2017 at 03:17, Emmanuel Vadot wrote: > Add commands that scans for the FreeBSD loader and run it if found. > FreeBSD has two loader: ubldr which is an ELF binary and ubldr.bin which > is a PIE binary. > > Signed-off-by: Emmanuel Vadot > --- > include/config_distro_bootcmd.h | 32 ++

Re: [U-Boot] [PATCH v4 4/5] distro_bootcmd: Add command to run FreeBSD

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 12:17:07PM +0100, Emmanuel Vadot wrote: > Add commands that scans for the FreeBSD loader and run it if found. > FreeBSD has two loader: ubldr which is an ELF binary and ubldr.bin which > is a PIE binary. > > Signed-off-by: Emmanuel Vadot Reviewed-by: Tom Rini -- Tom