rockbox/firmware/target
Aidan MacDonald d15bb5f848 stm32h7: move LCD framebuffer to AXI SRAM
Framebuffer access consumes a lot of SDRAM bandwidth.
Moving it to AXI SRAM should be a big improvement as
it's around 8x faster (2x clock speed, 4x bus width).

Also take advantage of explicitly assigning sections
to the special :NONE segment, which means they will
not appear in any ELF program header and thus aren't
visible to the bootloader. They can then overlap
areas used by the bootloader -- by the time they're
written, the bootloader will be long gone -- making
it easier to make efficient use of SRAM.

Change-Id: I2392fd23b17472cc08dc5fe4556f6def3cc186ed
2026-01-27 10:04:59 -05:00
..
arm stm32h7: move LCD framebuffer to AXI SRAM 2026-01-27 10:04:59 -05:00
coldfire Remove BATTERY_TYPES 2025-03-11 02:26:38 -04:00
hosted hiby: backlight: use framebuffer blanking instead of PWM on hosted targets 2026-01-19 14:23:07 -05:00
mips x1000: add XT26G01CWSIGA flash chip 2026-01-23 16:26:28 -05:00