u-boot/board/gateworks/venice
Shiji Yang 506df9dc58 treewide: rework linker symbol declarations in sections header
1. Convert all linker symbols to char[] type so that we can get the
   corresponding address by calling array name 'var' or its address
   '&var'. In this way, we can avoid some potential issues[1].
2. Remove unused symbol '_TEXT_BASE'. It has been abandoned and has
   not been referenced by any source code.
3. Move '__data_end' to the arch x86's own sections header as it's
   only used by x86 arch.
4. Remove some duplicate declared linker symbols. Now we use the
   standard header file to declare them.

[1] This patch fixes the boot failure on MIPS target. Error log:
SPL: Image overlaps SPL

Fixes: 1b8a1be1a1 ("spl: spl_legacy: Fix spl_end address")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2023-08-09 09:21:42 -04:00
..
eeprom.c board: gateworks: venice: add imx8mp-gw7905-2x support 2023-07-11 14:40:05 +02:00
eeprom.h board: gateworks: venice: rename eeprom_init 2022-10-20 17:35:51 +02:00
imximage-8mm-lpddr4.cfg imx: Don't define __ASSEMBLY__ in source files 2022-02-08 23:07:58 -05:00
imximage-8mn-lpddr4.cfg board: gateworks: venice: add imx8mn-gw7902 support 2022-02-19 14:46:54 +01:00
imximage-8mp-lpddr4.cfg board: gateworks: venice: add imx8mp-venice-gw740x support 2022-04-21 12:44:24 +02:00
Kconfig board: gateworks: venice: add imx8mp-venice-gw740x support 2022-04-21 12:44:24 +02:00
lpddr4_timing.h board: gateworks: venice: add imx8mp-gw7905-2x support 2023-07-11 14:40:05 +02:00
lpddr4_timing_imx8mm.c board: gateworks: venice: add imx8mm-gw7903 support 2022-04-13 09:55:26 +02:00
lpddr4_timing_imx8mm_512mb.c board: gateworks: venice: add imx8mm-gw7903 support 2022-04-13 09:55:26 +02:00
lpddr4_timing_imx8mn.c board: gateworks: venice: add imx8mn-gw7902 support 2022-02-19 14:46:54 +01:00
lpddr4_timing_imx8mp.c board: gateworks: venice: add imx8mp-gw7905-2x support 2023-07-11 14:40:05 +02:00
MAINTAINERS board: gateworks: venice: move README to RST 2023-02-19 21:15:15 +01:00
Makefile board: gateworks: venice: add imx8mp-venice-gw740x support 2022-04-21 12:44:24 +02:00
spl.c treewide: rework linker symbol declarations in sections header 2023-08-09 09:21:42 -04:00
venice.c board: gateworks: venice: switch to 2-bank dram config 2023-07-13 11:29:40 +02:00
venice.env board: gateworks: venice: dynamically update the update_firmware script 2023-07-11 14:40:03 +02:00