summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Missed change in r276688. Apologies for build breakage.nwhitehorn2015-01-051-1/+2
|
* Start to allow platforms other than U-Boot to use the FDT code in loader byandrew2014-11-011-2/+1
| | | | | | | | | moving U-Boot specific code from libfdt.a to a new libuboot_fdt.a. This needs to be a new library for linking to work correctly. Differential Revision: https://reviews.freebsd.org/D1054 Reviewed by: ian, rpaulo (earlier version) MFC after: 1 week
* When building FDT on MIPS, use softfloat.rwatson2014-02-231-1/+1
| | | | | MFC after: 3 weeks Sponsored by: DARPA, AFRL
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,nwhitehorn2010-07-121-1/+5
| | | | | 64-bit PowerPC kernels are loaded by a 32-bit loader, since nearly all powerpc64 firmwares execute in 32-bit mode.
* Initial loader(8) support for Flattened Device Tree.raj2010-05-251-0/+25
o This is disabled by default for now, and can be enabled using WITH_FDT at build time. o Tested with ARM and PowerPC. Reviewed by: imp Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud