arm-trusted-firmware/plat
Quentin Schulz 621acbd055 fix(rockchip): align fdt buffer on 8 bytes
Since commit 94b2f94bd6 ("feat(libfdt): upgrade libfdt source files"),
8-byte alignment of the FDT address is enforced to follow the DT
standard.

Rockchip implementation of params_early_setup loads the FDT address as
passed by the bootloader into a buffer. This buffer is currently made of
uint8_t which means it is not 8-byte aligned and might result in
fdt_open_into failing.

Instead, let's make this buffer uint64_t to make it 8-byte aligned.

Cc: Quentin Schulz <foss+tf-a@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Change-Id: Ifcf0e0cf4000e3661d76d3c3a2fe3921f7fe44b9
2022-11-15 11:22:42 +01:00
..
allwinner feat(allwinner): add SMCCC SOCID support 2022-05-04 02:30:08 +02:00
amlogic
arm build: deprecate Arm TC0 FVP platform 2022-11-11 09:43:21 +00:00
brcm refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
common fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
hisilicon feat(hikey960): read serial number from UFS 2022-11-02 15:35:03 +01:00
imx Merge "feat(imx8mm): add BL31 PIE support" into integration 2022-11-01 15:16:07 +01:00
intel/soc Merge "fix(intel): fix asynchronous read response by copying data to input buffer" into integration 2022-10-03 10:51:09 +02:00
marvell fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
mediatek fix(mt8188): add mmap entry for CPU idle SRAM 2022-11-14 15:54:09 +08:00
nvidia/tegra fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
nxp feat(ls1043ardb): update ddr configure for ls1043ardb-pd 2022-09-28 16:58:15 +08:00
qemu fix(qemu): enable SVE and SME 2022-10-05 10:17:55 +01:00
qti feat(qti): updated soc version for sc7180 and sc7280 2022-11-03 16:29:13 +05:30
renesas fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
rockchip fix(rockchip): align fdt buffer on 8 bytes 2022-11-15 11:22:42 +01:00
rpi fix(rpi3): tighten platform pwr_domain_pwr_down_wfi behaviour 2022-10-27 13:46:02 +01:00
socionext fix(synquacer): increase size of BL33 2022-09-21 22:14:29 +02:00
st refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE 2022-11-14 14:14:48 +01:00
ti/k3 fix(ras): restrict RAS support for NS world 2022-11-08 10:10:59 +00:00
xilinx fix(versal-net): add default values for silicon 2022-11-09 15:11:30 +05:30