Home | History | Annotate | Download | only in include
History log of /src/sys/arch/sparc/include/openfirm.h
RevisionDateAuthorComments
 1.10  01-Apr-2016  palle sun4v: Workaround for OpenBoot feature where a 64-bit address is truncated to a 32-bit address. This happends when a write to the console (/virtual-devices@100/console@1) is done. Avoid this by using a static buffer that is mapped below 4GB. Thanks to Tarl Neustaedter for explaining how OpenBoot works. ok martin@
 1.9  06-Oct-2015  martin Do not use #ifdef SUN4U when testing for cpu features of post-v8 CPUs,
it is not good for SUN4V-only kernels. Instead use __sparc_v9__ (which
is also defined by the sparc compiler when called with cpu=ultrasparc).
ok: mrg@
 1.8  27-Mar-2015  nakayama Sync sparc64 kernel's OF_seek with ofwboot's one, but sparc version
is not changed.
 1.7  18-May-2009  nakayama branches: 1.7.22; 1.7.38; 1.7.40;
Make ofwboot can handle over 4GB physical memory by using OpenFirmware
calls properly, and some cosmetic changes. Idea from OpenBSD.
 1.6  04-Mar-2006  uwe branches: 1.6.72; 1.6.82; 1.6.92; 1.6.96;
s/u_intN_t/uintN_t/
 1.5  11-Dec-2005  christos branches: 1.5.4; 1.5.6;
merge ktrace-lwp.
 1.4  31-May-2005  christos branches: 1.4.2;
- sprinkle const
- remove parameter names from function declarations
 1.3  21-Mar-2004  pk Add sparc64 cell_t definitions.
Change OF_interpret() prototype to the unabridged version.
 1.2  15-Nov-2000  pk branches: 1.2.24;
OF_getproplen(), OF_nextprop() and OF_setprop() prototypes are now in
dev/ofw/openfirm.h
 1.1  14-Feb-1999  pk branches: 1.1.8;
Provide a uniform interface to most of the PROM functions.
Include an Openfirmware back-end (mostly copied from sparc64).
 1.1.8.1  22-Nov-2000  bouyer Sync with HEAD.
 1.2.24.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.2.24.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.24.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.24.1  03-Aug-2004  skrll Sync with HEAD
 1.4.2.1  21-Jun-2006  yamt sync with head.
 1.5.6.1  22-Apr-2006  simonb Sync with head.
 1.5.4.1  09-Sep-2006  rpaulo sync with head
 1.6.96.1  26-Apr-2015  msaitoh Pullup another commit for ticket #1958 requested by martin:

sys/arch/sparc/include/openfirm.h 1.7
sys/arch/sparc/stand/ofwboot/Locore.c 1.11
sys/arch/sparc/stand/ofwboot/loadfile_machdep.c 1.7
sys/arch/sparc/stand/ofwboot/openfirm.h 1.4

Make ofwboot can handle over 4GB physical memory by using OpenFirmware
calls properly, and some cosmetic changes. Idea from OpenBSD.
 1.6.92.1  26-Apr-2015  msaitoh Pullup another commit for ticket #1958 requested by martin:

sys/arch/sparc/include/openfirm.h 1.7
sys/arch/sparc/stand/ofwboot/Locore.c 1.11
sys/arch/sparc/stand/ofwboot/loadfile_machdep.c 1.7
sys/arch/sparc/stand/ofwboot/openfirm.h 1.4

Make ofwboot can handle over 4GB physical memory by using OpenFirmware
calls properly, and some cosmetic changes. Idea from OpenBSD.
 1.6.82.1  19-Apr-2015  msaitoh Pullup another commit for ticket #1958 requested by martin:

sys/arch/sparc/include/openfirm.h 1.7
sys/arch/sparc/stand/ofwboot/Locore.c 1.11
sys/arch/sparc/stand/ofwboot/loadfile_machdep.c 1.7
sys/arch/sparc/stand/ofwboot/openfirm.h 1.4

Make ofwboot can handle over 4GB physical memory by using OpenFirmware
calls properly, and some cosmetic changes. Idea from OpenBSD.
 1.6.72.1  20-Jun-2009  yamt sync with head
 1.7.40.3  22-Apr-2016  skrll Sync with HEAD
 1.7.40.2  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.7.40.1  06-Apr-2015  skrll Sync with HEAD
 1.7.38.1  29-Mar-2015  martin Pull up following revision(s) (requested by nakayama in ticket #649):
sys/arch/sparc/sparc/openfirm.c: revision 1.20
sys/arch/sparc/include/openfirm.h: revision 1.8
sys/arch/sparc/stand/ofwboot/Locore.c: revision 1.14
Fix kernel loading failures from partitions started from over first
4GB of disks on sparc64.
Sync sparc64 kernel's OF_seek with ofwboot's one, but sparc version
is not changed.
 1.7.22.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed