History log of /netbsd-src/sys/arch/powerpc/ibm4xx/openbios/openbios.c (Results 1 – 7 of 7)
Revision Date Author Comments
# d74f1c26 30-Mar-2021 rin <rin@NetBSD.org>

- Document IBM/AMCC Walnut is supported by this file.
- Misc style fixes.


# ce3776b0 30-Mar-2021 rin <rin@NetBSD.org>

Remove unused "startkernel" argument for openbios_board_init().


# 1fd2c684 18-Jun-2011 matt <matt@NetBSD.org>

Use <sys/foo.h> instead of <machine/foo.h> if such a file exists.
Don't assume <sys/cpu.h> includes <powerpc/subarch/cpu*.h>. Include it
explicitly.


# c8daa94c 22-Feb-2007 thorpej <thorpej@NetBSD.org>

TRUE -> true, FALSE -> false


# fb44a857 05-May-2006 thorpej <thorpej@NetBSD.org>

Remove the devprop API and switch everthing over to the new proplib. Add
a new device_properties() accessor for device_t that returns the device's
property dictionary.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 0f2e5868 17-Jan-2005 shige <shige@NetBSD.org>

Add openbios-board related modules.
- openbios.c
getting board data memory image from openbios.
setting all board data to board properties database.
- board_prop.c
initialize board properties

Add openbios-board related modules.
- openbios.c
getting board data memory image from openbios.
setting all board data to board properties database.
- board_prop.c
initialize board properties database.
(set/get board properties [macros in ibm4xx/cpu.h])

show more ...