openwrt/package
Pawel Dembicki 6fc6ea4d3a package: layerscape: change loadaddr address
At this moment loadaddr in most layerscape boards are configured to
0x81000000. 5.15 kernel on some boards is bigger than 5.10 and it cause error:

Loading kernel from FIT Image at 81000000 ...

Using 'config-1' configuration
Trying 'kernel-1' kernel subimage
Description: ARM64 OpenWrt Linux-5.15.112
Created: 2023-05-21 17:39:35 UTC
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x810000ec
Data Size: 7513944 Bytes = 7.2 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x80000000
Entry Point: 0x80000000
Hash algo: crc32
Hash value: 6fd69550
Hash algo: sha1
Hash value: ee34c753ffb615e199a428762824ad4a0aaef90a
Verifying Hash Integrity ... crc32+ sha1+ OK
Loading fdt from FIT Image at 81000000 ...

Using 'config-1' configuration
Trying 'fdt-1' fdt subimage
Description: ARM64 OpenWrt fsl_ls1088a-rdb-sdboot device tree blob
Created: 2023-05-21 17:39:35 UTC
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x8172a98c
Data Size: 19794 Bytes = 19.3 KiB
Architecture: AArch64
Hash algo: crc32
Hash value: 59792ba3
Hash algo: sha1
Hash value: 135585a49f86cd85acea559b78b0098ae99d5e12
Verifying Hash Integrity ... crc32+ sha1+ OK
Booting using the fdt blob at 0x8172a98c
Uncompressing Kernel Image
ERROR: new format image overwritten - must RESET the board to recover
resetting ...

This patch changes loadaddr to 0x88000000 (like LS1012A-FRDM board) to
avoid overlapping for bigger images (like initramfs) too.

Tested-by: Alexandra Alth <alexandra@alth.de> [LS1088ARDB]
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
(cherry picked from commit 0822040671)
2023-05-29 14:17:52 +02:00
..
base-files OpenWrt v23.05: set branch defaults 2023-05-21 15:30:04 +02:00
boot package: layerscape: change loadaddr address 2023-05-29 14:17:52 +02:00
devel treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00
firmware firmware: intel-microcode: update to 20230512 2023-05-21 14:25:52 +02:00
kernel uml: exclude some /arch/x86 optimizations 2023-05-24 19:25:44 +01:00
libs bpftools: update, split off bpftool and libbpf packages 2023-05-25 09:33:59 +01:00
network bpftools: update, split off bpftool and libbpf packages 2023-05-25 09:33:59 +01:00
system treewide: replace AUTORELEASE with real PKG_RELEASE 2023-05-18 11:35:29 +02:00
utils busybox: update to 1.36.1 2023-05-24 19:26:32 +01:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00