freebsd-dev/sys/dev/ofw
Emmanuel Vadot 0f6efb4445 ofw: ofw_reg_to_paddr: Use a 256 static array for the cell
Some hardware needs more than 32, bump this value.

We cannot use the _alloc for of getencprop as this function is called
too early in the boot before pmap is initialized and we only have
2k of stack when cninit is called.

Discussed with:     ian
2019-08-07 13:13:16 +00:00
..
ofw_bus_if.m
ofw_bus_subr.c simplebus pnp: Do not generate pnp info is the bus status is not okay 2018-06-12 20:03:00 +00:00
ofw_bus_subr.h Define macros making it easier to define bus-specific pnpinfo for FDT systems. 2019-05-23 15:47:30 +00:00
ofw_bus.h
ofw_console.c
ofw_cpu.c ofw_cpu: Add support for getting cpu clock via clock property 2018-07-31 20:50:50 +00:00
ofw_cpu.h
ofw_disk.c
ofw_fdt.c dev/ofw: Fix ofw_fdt_getprop() return values to match documentation 2018-06-07 15:59:08 +00:00
ofw_graph.c ofw_graph: Add functions for graph bindings 2019-04-17 20:09:01 +00:00
ofw_graph.h ofw_graph: Add functions for graph bindings 2019-04-17 20:09:01 +00:00
ofw_if.m
ofw_pci.h
ofw_standard.c
ofw_subr.c ofw: ofw_reg_to_paddr: Use a 256 static array for the cell 2019-08-07 13:13:16 +00:00
ofw_subr.h
ofwbus.c
ofwpci.c Add necessary bits for Linux KPI to work correctly on powerpc 2019-08-04 19:28:10 +00:00
ofwpci.h
ofwvar.h
openfirm.c Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc 2018-04-09 22:06:16 +00:00
openfirm.h Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc 2018-04-09 22:06:16 +00:00
openfirmio.c [ofw] fix errneous checks for OF_finddevice(9) return value 2018-03-20 00:03:49 +00:00
openfirmio.h
openpromio.c
openpromio.h