On Thu, 05 Jun 2025 21:43:59 +0200, Ahmad Fatoum wrote: > When running as EFI loader, barebox is expected to provide a virtual > memory map that describes the memory regions known to barebox as well as > attributes like whether regions are write-back cached (usable as normal > memory) or reserved (e.g., for OP-TEE). > > >From a security point of view, it's useful to have this information > always to inform MMU attributes, so let's make it mandatory. > > [...]
Applied, thanks! [1/3] resource: supply memory type/attrs on all SDRAM requests https://git.pengutronix.de/cgit/barebox/commit/?id=d06862bdd19d (link may not be stable) [2/3] resource: retire IORESOURCE_BUSY in favor of resource::type https://git.pengutronix.de/cgit/barebox/commit/?id=191b639dd53d (link may not be stable) [3/3] commands: iomem: add support for printing type/attributes https://git.pengutronix.de/cgit/barebox/commit/?id=2d3abb44cfa3 (link may not be stable) Best regards, -- Sascha Hauer <s.ha...@pengutronix.de>