Files
ipxe/src
Michael Brown eeec6442d9 [dt] Provide dt_ioremap() to map device registers
Devicetree devices encode register address ranges within the "reg"
property, with the number of cells used for addresses and for sizes
determined by the #address-cells and #size-cells properties of the
immediate parent device.

Record the number of address and size cells for each device, and
provide a dt_ioremap() function to allow drivers to map a specified
range without having to directly handle the "reg" property.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2025-04-15 20:39:28 +01:00
..
2010-04-19 23:43:39 +01:00
2025-03-27 15:36:39 +00:00
2025-03-27 15:36:39 +00:00
2010-05-29 23:49:47 +01:00