aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ofw/ofw_real.c
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* [PowerPC64LE] Fix endian dependence of ofw_real.c.Brandon Bergren2020-09-221-152/+156
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Enable use of ofwcons for early debugLeandro Lupori2019-12-091-7/+84
* powerpc/ofw: Fix malloc inside lockJustin Hibbits2018-04-081-3/+8
* Move the powerpc64 direct map base address from zero to high memory. ThisNathan Whitehorn2018-03-071-4/+6
* Set internal error returns for OF_peer(), OF_child(), and OF_parent() toNathan Whitehorn2018-02-191-3/+3
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Correct the order of arguments to mtx_init().Christian Brueffer2014-02-141-1/+1
* Increase the size of the OFW bounce buffer to 4 pages. With this I can now runJustin Hibbits2013-07-241-3/+3
* Remove leftover from r215163.Andreas Tobler2012-09-211-1/+0
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+2
* MFpseries:Nathan Whitehorn2011-06-021-3/+4
* Fix null string handling in ofw_real_nextprop function. Pass the rightAndreas Tobler2011-01-051-4/+10
* Change OF_interpret() to also take an array of cell_t (missed in r209801).Marius Strobl2010-09-111-4/+3
* Fix several bugs in the real-mode Open Firmware implementation and provideNathan Whitehorn2010-07-081-157/+325
* Change the argument type to OF_call_method to take an array of cell_tNathan Whitehorn2010-07-081-4/+3
* Prepare and extend OFW layer for FDT support.Rafal Jaworowski2010-05-281-2/+3
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intoNathan Whitehorn2010-05-161-23/+0
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce theNathan Whitehorn2010-05-161-0/+23
* With r205496 in place we should ensure that nargs and nreturns are alwaysMarius Strobl2010-04-021-0/+6
* Do not declare the various OFW command buffers static. It does notNathan Whitehorn2010-03-231-23/+23
* strict kobj signatures: some ofw_setprop fixesAndriy Gapon2009-06-111-4/+4
* Add an Open Firmware access module for real-mode OF accesses to the PowerPCNathan Whitehorn2009-04-051-0/+922