History log of /freebsd-10-stable/sys/boot/ofw/libofw/ofw_memory.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 214493 28-Oct-2010 nwhitehorn

Fix some memory management issues discovered when trying to boot the PPC
OF loader on systems where address cells and size cells are both 2 (the
Mambo simulator) and fix an error where cons_probe() was called before
init_heap() but used malloc() to set environment variables.

MFC after: 1 month


# 151496 20-Oct-2005 marius

Remove unused variables.


# 139738 05-Jan-2005 imp

Start each of the license/copyright comments with /*-


# 132996 02-Aug-2004 grehan

G5 support: handle the case where the OpenFirmware memory array uses
64 bits for the phys address, but only 32 for the virtual address.


# 124140 04-Jan-2004 obrien

Convert to __FBSDID.


# 100318 18-Jul-2002 benno

Major rework of how we copy data into kernel space.

We now talk to the memory and mmu instances directly rather than using the
OpenFirmware "claim" method.


# 84975 15-Oct-2001 robert

Make the ofw_reg structure and ofw_alloc_heap 64-bit save.


# 84619 07-Oct-2001 benno

Add new files needed by previous commit.