u-boot/board/xilinx
Michal Simek 0bbc962efd xilinx: board: Add support to pick bootscr flash offset/size from DT
Location of bootscript in flash can be specified via /options/u-boot DT
node by using bootscr-flash-offset and bootscr-flash-size properties.
Values should be saved to script_offset_f and script_size_f variables.
Variables are described in doc/develop/bootstd.rst as:
script_offset_f
    SPI flash offset from which to load the U-Boot script, e.g. 0xffe000

script_size_f
    Size of the script to load, e.g. 0x2000

Both of them are used by sf_get_bootflow() in drivers/mtd/spi/sf_bootdev.c
to identify bootscript location inside flash.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/60a84405f3fefabb8b48a4e1ce84431483a729f3.1693465465.git.michal.simek@amd.com
2023-09-21 13:20:11 +02:00
..
bootscripts xilinx: Add sd boot command script for reference 2019-10-08 09:11:13 +02:00
common xilinx: board: Add support to pick bootscr flash offset/size from DT 2023-09-21 13:20:11 +02:00
microblaze-generic arm64: xilinx: Move board_get_usable_ram_top() to common location 2022-09-13 11:32:48 +02:00
versal arm64: zynqmp: Switch to amd.com emails 2023-07-21 09:00:38 +02:00
versal-net arm64: versal-net: spi: Update boot sequence dynamically 2023-07-21 09:00:38 +02:00
zynq xilinx: zynq: Add the missing function prototypes 2023-07-21 09:00:38 +02:00
zynqmp xilinx: zynqmp: Extract aes operation into new file 2023-09-21 13:20:10 +02:00
zynqmp_r5 .mailmap: Start to use new amd.com email address 2022-04-19 14:51:11 -04:00
Kconfig xilinx: Remove unused ZYNQ_MAC_IN_EEPROM/ZYNQ_GEM_I2C_MAC_OFFSET entries 2022-12-05 08:55:55 +01:00