summaryrefslogtreecommitdiffstats
path: root/sys/mips/include
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2013-01-12 13:20:21 +0000
committerrwatson <rwatson@FreeBSD.org>2013-01-12 13:20:21 +0000
commit9a5b2389dd08fb6f5898d5a23036cc90f8834ec4 (patch)
tree4c80f9819d21ef7031e367258806bb6eaff2da46 /sys/mips/include
parentfe7ea7248397d2413320ea7642c882300a53f2c3 (diff)
downloadFreeBSD-src-9a5b2389dd08fb6f5898d5a23036cc90f8834ec4.zip
FreeBSD-src-9a5b2389dd08fb6f5898d5a23036cc90f8834ec4.tar.gz
Merge Perforce change @219948 to head:
Add code so that the BERI boot process can ask the kernel linker for DTB blobs that may have been left for it by the boot loader, as done on PowerPC and ARM. This will require both a more mature boot loader, and more mature boot loader argument passing mechanism, than currently supported on BERI. Sponsored by: DARPA, AFRL
Diffstat (limited to 'sys/mips/include')
-rw-r--r--sys/mips/include/metadata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/include/metadata.h b/sys/mips/include/metadata.h
index 84e6f87..779c2f6 100644
--- a/sys/mips/include/metadata.h
+++ b/sys/mips/include/metadata.h
@@ -30,5 +30,6 @@
#define _MACHINE_METADATA_H_
#define MODINFOMD_SMAP 0x1001
+#define MODINFOMD_DTBP 0x1002
#endif /* !_MACHINE_METADATA_H_ */
OpenPOWER on IntegriCloud