freebsd-dev/stand/ofw/libofw
Marius Strobl dd5dbb3199 - Unbreak booting sparc64 kernels after the metadata unification in
r329190; sparc64 kernels are always 64-bit but with that revision
  in place, the loader was treating them as 32-bit ones.
- In order to reduce the likelihood of this kind of breakage in the
  future, #ifdef out md_load() on sparc64 and make md_load_dual() -
  which is currently local to metadata.c anyway - static.
- Make md_getboothowto() - also local to metadata.c - static.
- Get rid of the unused DTB pointer on sparc64.
2018-05-21 01:20:19 +00:00
..
devicename.c Remove d_type from devdesc. It's not needed as we can fetch it from 2018-03-12 21:39:59 +00:00
libofw.h - Unbreak booting sparc64 kernels after the metadata unification in 2018-05-21 01:20:19 +00:00
Makefile Move "common" Open Firmware parts of the loader used only on PowerPC to 2018-03-03 23:39:07 +00:00
ofw_console.c
ofw_copy.c Fix regression introduced in r328806, preventing boot at least on all 2018-02-03 23:49:21 +00:00
ofw_disk.c
ofw_memory.c Fix regression introduced in r328806, preventing boot at least on all 2018-02-03 23:49:21 +00:00
ofw_module.c
ofw_net.c
ofw_reboot.c
ofw_time.c
openfirm.c Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
openfirm.h Const poison the propname. It's never set and we often pass it const 2017-12-03 04:54:18 +00:00