]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: rpi_arm64: build position independent code
authorIvan T. Ivanov <iivanov@suse.de>
Tue, 23 Jan 2024 08:07:59 +0000 (10:07 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Tue, 30 Jan 2024 16:40:13 +0000 (17:40 +0100)
commit12d479d01849c164020e17c3ae921f974b96372d
tree66840bab79fdbcb4b18cf555d06d8c01b91834fc
parent239fd8651d15008f303ed82e5087b7b9868650e7
configs: rpi_arm64: build position independent code

Latest RPi5 EEPROM firmware versions after "DATE: 2023/10/30", has changed
kernel load address from 0x80000 to 0x200000 which break boot process.
Switch to position independent code to be able to boot the same binary
on top of different EEPROM firmware versions.

Tested on:
Raspberry Pi 5 Model B Rev 1.0
Raspberry Pi 4 Model B Rev 1.1
Raspberry Pi 3 Model B Plus Rev 1.3
Raspberry Pi Zero 2 W Rev 1.0
Raspberry Pi 2 Model B Rev 1.2
Raspberry Pi Compute Module 4 Rev 1.0
Raspberry Pi Compute Module 3 Rev 1.0

Tested-by: Jens Maus <mail@jens-maus.de>
Tested-by: Darko Alavanja <darko.alavanja@konsulko.com>
Signed-off-by: Ivan T. Ivanov <iivanov@suse.de>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
configs/rpi_arm64_defconfig