arm-trusted-firmware/plat/st/common
Yann Gautier 9f72f5eac8 fix(st): properly check LOADADDR
LOADADDR variable is retrieved from line starting with RAM in map file.
But if the build path contains RAM, this keywords will appear several
times and the grep will fail. Correct that by really checking the line
starting with RAM thanks to grep '^RAM'.

Change-Id: I2ce23edb5255028b1a56ba45c16569a42ae21ae2
Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/tf-a/+/328648
2023-10-23 11:56:30 +02:00
..
include fix(st): update dt_get_ddr_size() type 2023-09-27 16:21:58 +02:00
bl2_io_storage.c fix(st): reduce MMC block_buffer 2023-09-27 16:21:58 +02:00
common.mk fix(st): setting default KEY_SIZE 2023-10-13 10:12:57 -05:00
common_rules.mk fix(st): properly check LOADADDR 2023-10-23 11:56:30 +02:00
plat_image_load.c refactor(st): move plat_image_load.c 2023-09-08 10:56:49 +02:00
stm32cubeprogrammer_uart.c fix(st-uart): allow 64 bit compilation 2023-09-27 16:21:58 +02:00
stm32cubeprogrammer_usb.c fix(st): add missing string.h include 2022-10-03 10:00:03 +02:00
stm32mp_common.c feat(st): allow AARCH64 compilation for common code 2023-09-08 10:56:49 +02:00
stm32mp_crypto_lib.c fix(st): update comment on encryption key 2023-09-27 18:41:46 +02:00
stm32mp_dt.c fix(st): update dt_get_ddr_size() type 2023-09-27 16:21:58 +02:00
stm32mp_fconf_io.c feat(stm32mp1): add FWU with boot from NOR-SPI 2023-06-22 11:37:00 +02:00
stm32mp_gic.c refactor(st): move GIC code to common directory 2023-01-04 16:43:12 +01:00
stm32mp_trusted_boot.c fix(st): enable RTC clock before accessing nv counter 2023-09-27 18:41:46 +02:00
usb_dfu.c feat(plat/st): add a USB DFU stack 2021-10-29 16:43:36 +02:00