aboutsummaryrefslogtreecommitdiff
path: root/stand/ofw
Commit message (Expand)AuthorAgeFilesLines
* Stop using ../zfs/libzfs.h but instead use libzfs.h.Warner Losh2018-07-082-1/+2
* - Unbreak booting sparc64 kernels after the metadata unification inMarius Strobl2018-05-211-0/+2
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-131-1/+1
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-121-2/+1
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-122-9/+8
* Minor cosmetic changes.Warner Losh2018-03-121-1/+1
* Move "common" Open Firmware parts of the loader used only on PowerPC toNathan Whitehorn2018-03-036-411/+1
* Fix regression introduced in r328806, preventing boot at least on allNathan Whitehorn2018-02-036-46/+4
* We need more heap space to properly load newer powerpc kernels.Warner Losh2018-02-021-1/+1
* Centralize several variables.Warner Losh2018-02-021-1/+0
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-1/+1
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-1/+1
* Fix regression with lua importWarner Losh2017-12-111-1/+1
* e_entry can be smaller than a pointer. Cast it to an intptr_t beforeWarner Losh2017-12-031-1/+1
* Cast mdp (a vm_offset_t) to void * to match prototype.Warner Losh2017-12-032-2/+2
* Include machine/md_var to pick up __syncicache prototype.Warner Losh2017-12-032-0/+4
* Delcare md_load in libofw.h. Make all prototypes match for ofwWarner Losh2017-12-031-0/+4
* Const poison the propname. It's never set and we often pass it constWarner Losh2017-12-032-8/+8
* Modify all FreeBSD bootloaders on PowerPC AIM (Book-S) systems to pass aNathan Whitehorn2017-11-242-4/+4
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-201-2/+0
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1419-0/+2676