[OpenBIOS] [PATCH] ppc: add Apple copyright string

Cormac O'Brien i.am.cormac.obrien at gmail.com
Thu May 21 18:59:26 CEST 2015


This patch adds an official Apple copyright string to the PPC device tree as
is required by Mac OS 9.

Signed-off-by: Cormac O'Brien <i.am.cormac.obrien at gmail.com>

---
 arch/ppc/qemu/tree.fs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/ppc/qemu/tree.fs b/arch/ppc/qemu/tree.fs
index 47f800d..c3f7440 100644
--- a/arch/ppc/qemu/tree.fs
+++ b/arch/ppc/qemu/tree.fs
@@ -17,6 +17,8 @@ include config.fs
 [IFDEF] CONFIG_PPC64 2 [ELSE] 1 [THEN] encode-int " #address-cells" property
 1 encode-int " #size-cells" property
 h# 05f5e100 encode-int " clock-frequency" property
+" Copyright 1983-2001 Apple Computer, Inc. All Rights Reserved" encode-string
+    " copyright" property
 
 new-device
 	" cpus" device-name
-- 
2.4.1




More information about the OpenBIOS mailing list