u-boot-brain/board/ti
Keerthy 3b074fb22b board: ti: ks2_evm: Over ride spl_get_load_buffer function
Currently k2 spi boot is broken as the image header
is getting copied to an invalid memory location

CONFIG_SYS_TEXT_BASE - sizeof (struct image_size)
which maps to 0xc000000 - 0x40 = 0xbffffc0 being a reserved
location.

We cannot change the CONFIG_SYS_TEXT_BASE address as the single
stage boots like UART boot will need the address to be 0xc000000
hence override the spl_get_load_buffer to have image_header
address as CONFIG_SYS_TEXT_BASE aka 0xc000000

Signed-off-by: Keerthy <j-keerthy@ti.com>
2018-12-06 23:26:32 -05:00
..
am43xx SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
am57xx dra7/am5: remove CEC pin pull-up 2018-06-13 07:49:13 -04:00
am65x board: ti: am65x: Update README to add R5 build support 2018-11-16 16:52:00 -05:00
am335x board: ti: am335x: add support to fixup phy address 2018-09-25 21:49:18 -04:00
am3517crane SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
beagle SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
common fastboot: Move fastboot to drivers/fastboot 2018-05-30 11:59:21 +02:00
dra7xx dra76: fix HDMI HPD pinmux 2018-06-13 07:49:14 -04:00
evm SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ks2_evm board: ti: ks2_evm: Over ride spl_get_load_buffer function 2018-12-06 23:26:32 -05:00
omap5_uevm SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
panda SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sdp4430 SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ti814x SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ti816x SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00