u-boot-brain/board/icecube
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
..
flash.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
icecube.c fdt: Allow ft_board_setup() to report failure 2014-11-21 04:43:15 +01:00
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
MAINTAINERS MAINTAINERS: comment out blank M: field 2014-09-24 18:30:28 -04:00
Makefile cosmetic: remove empty lines at the top of file 2013-11-08 09:41:37 -05:00
mt46v16m16-75.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
mt46v32m16.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
mt48lc16m16a2-75.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
README doc: cleanup - move board READMEs into respective board directories 2012-07-29 15:42:02 +02:00
README.Lite5200B_low_power doc: cleanup - move board READMEs into respective board directories 2012-07-29 15:42:02 +02:00

---------------------------------------------------------------------------
Build target                Flash address | BDI "go" command | Reset Vector
---------------------------------------------------------------------------
Lite5200                     0xFFF00000   |    0xFFF00100    |   0xFFF00100
Lite5200_LOWBOOT             0xFF000000   |    0xFF000100    |   0x00000100
Lite5200_LOWBOOT08           0xFF800000   |    0xFF800100    |   0x00000100
icecube_5200                 0xFFF00000   |    0xFFF00100    |   0xFFF00100
icecube_5200_LOWBOOT         0xFF000000   |    0xFF000100    |   0x00000100
icecube_5200_LOWBOOT08       0xFF800000   |    0xFF800100    |   0x00000100
icecube_5200_DDR             0xFFF00000   |    0xFFF00100    |   0xFFF00100
icecube_5200_DDR_LOWBOOT     0xFF800000   |    0xFF800100    |   0x00000100
icecube_5200_DDR_LOWBOOT08   0xFF800000   |    0xFF800100    |   0x00000100
---------------------------------------------------------------------------