summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2004-11-05 19:55:06 +0000
committerEric Biederman <ebiederm@xmission.com>2004-11-05 19:55:06 +0000
commit692f2c7aed911dc193e96b214b62366ad04c89b2 (patch)
tree4cad5178bfede74b51e8d97ca090dc2e1baaacfd /src/arch
parentcd51e6ad901d972a28749b8f7c252ef9d41d199f (diff)
downloadcoreboot-692f2c7aed911dc193e96b214b62366ad04c89b2.tar.xz
- First pass at getting the powerpc ports to compile
The static device tree is not built properly at all yet, but at least we get through it. FIXME (What is the proper way to handle add in boards?) - Add generic div64 support and ppc div64 support - Fix abuild so it properly generates the CC line when cross compiling. - Add one more possible ppc cross compiler target git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1762 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/ppc/include/div64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/ppc/include/div64.h b/src/arch/ppc/include/div64.h
new file mode 100644
index 0000000000..a841abf954
--- /dev/null
+++ b/src/arch/ppc/include/div64.h
@@ -0,0 +1 @@
+#include <arch-generic/div64.h>