Fix pbl size

This commit is contained in:
Bjoern Kerler 2023-04-04 19:20:04 +02:00
parent 61e08d16bc
commit d2bca3119a
No known key found for this signature in database
GPG key ID: 52E823BB96A55380

View file

@ -297,12 +297,12 @@ secgen=[
# BOOT_ROM_BASE_PHYS, SECURITY_CONTROL_BASE_PHYS, MEMORY_MAP
[[], [0x01900000, 0x100000], []],
[[],[0x01e20000,0x1000],[]],
[[0xFC010000, 0x18000], [0xFC4B8000, 0x60F0], [0x200000, 0x24000]],
[[0x100000, 0x1ffb0], [0x70000, 0x6158], [0x200000, 0x24000]],
[[0x100000, 0x1ffb0], [0x00058000, 0x1000], [0x200000, 0x24000]],
[[0x100000, 0x1ffb0], [0x000A0000, 0x6FFF], [0x200000, 0x24000]],
[[0x100000, 0x1ffb0], [0x00700000, 0x6158], [0x200000, 0x24000]],
[[0x300000, 0x3c000], [0x00780000, 0x10000], [0x14009003, 0x24000]],
[[0xFC010000, 0x18000], [0xFC4B8000, 0x60F0], [0x200000, 0x18000]],
[[0x100000, 0x1ffb0], [0x70000, 0x6158], [0x200000, 0x18000]],
[[0x100000, 0x1ffb0], [0x00058000, 0x1000], [0x200000, 0x18000]],
[[0x100000, 0x1ffb0], [0x000A0000, 0x6FFF], [0x200000, 0x18000]],
[[0x100000, 0x1ffb0], [0x00700000, 0x6158], [0x200000, 0x18000]],
[[0x300000, 0x3c000], [0x00780000, 0x10000], [0x14009003, 0x18000]],
[[0x300000, 0x3c000], [0x01B40000, 0x10000], []],
]