Skip to content
Snippets Groups Projects
  1. Mar 13, 2025
  2. Feb 27, 2025
  3. Feb 26, 2025
  4. Sep 19, 2024
  5. Sep 13, 2024
  6. Aug 14, 2024
  7. Jul 23, 2024
    • Walter Lozano's avatar
      board: rpi: Update memory layout for Aarch64 · 662353d9
      Walter Lozano authored
      
      We are seeing the following issue booting when moving to the v6.8.x
      kernel releases:
      
         Moving Image from 0x80000 to 0x200000, end=2600000
         ## Flattened Device Tree blob at 02600000
            Booting using the fdt blob at 0x2600000
         ERROR: FDT image overlaps OS image (OS=0x200000..0x2600000)
      
      ARM and Aarch64 have different restrictions and trying to accommodate
      larger kernels like the ones used in distros can be challenging. For this
      reason, separate the layout and rearrange the map for Aarch64 to support
      kernels larger than 36 MB.
      
      The current approach is to reserve 128 MB for the kernel to allow boards
      with 512 MB to have enough free space for other artifacts, such as
      ramdisk.
      
      Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
      662353d9
  8. Jun 13, 2024
  9. May 16, 2024
  10. Mar 26, 2024
  11. Feb 19, 2024
  12. Feb 15, 2024
  13. Feb 14, 2024
  14. Feb 13, 2024
  15. Feb 08, 2024
  16. Feb 06, 2024
  17. Feb 05, 2024
  18. Jan 29, 2024
  19. Jan 26, 2024
  20. Jan 24, 2024
  21. Oct 02, 2023
Loading