1
0
Fork 0
remarkable-uboot/arch/nios2/cpu
Simon Glass e895a4b06f fdt: Allow ft_board_setup() to report failure
This function can fail if the device tree runs out of space. Rather than
silently booting with an incomplete device tree, allow the failure to be
detected.

Unfortunately this involves changing a lot of places in the code. I have
not changed behvaiour to return an error where one is not currently
returned, to avoid unexpected breakage.

Eventually it would be nice to allow boards to register functions to be
called to update the device tree. This would avoid all the many functions
to do this. However it's not clear yet if this should be done using driver
model or with a linker list. This work is left for later.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
2014-11-21 04:43:15 +01:00
..
Makefile nios2: remove EPCS driver 2014-08-24 11:28:19 +08:00
cpu.c nios2: move nios2.h to arch asm directory 2014-08-30 17:48:43 +08:00
exceptions.S Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
fdt.c fdt: Allow ft_board_setup() to report failure 2014-11-21 04:43:15 +01:00
interrupts.c nios2: move nios2.h to arch asm directory 2014-08-30 17:48:43 +08:00
start.S nios2: add generic board support 2014-08-24 11:28:10 +08:00
sysid.c nios2: divide nios2-io.h into each specific drivers and remove it 2014-08-30 17:48:43 +08:00
traps.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
u-boot.lds nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook 2014-08-30 17:48:43 +08:00