Kernel/armv7 - Fidding with tegra2 config
authorJohn Hodge <[email protected]>
Thu, 29 Dec 2011 12:32:36 +0000 (20:32 +0800)
committerJohn Hodge <[email protected]>
Thu, 29 Dec 2011 12:32:36 +0000 (20:32 +0800)
BuildConf/armv7/tegra2.mk [new file with mode: 0644]
Kernel/arch/armv7/Makefile
Kernel/arch/armv7/include/options.h

diff --git a/BuildConf/armv7/tegra2.mk b/BuildConf/armv7/tegra2.mk
new file mode 100644 (file)
index 0000000..ad78782
--- /dev/null
@@ -0,0 +1,4 @@
+
+include $(ACESSDIR)/BuildConf/armv7/default.mk
+
+#MODULES += Display/Tegra2
index 2a86424..214137a 100644 (file)
@@ -15,3 +15,4 @@ A_OBJ += mm_phys.o mm_virt.o proc.o proc.ao
 
 main.c: Makefile.BuildNum.$(ARCH)
 
+POSTBUILD = objcopy $(BIN) -F binary $(BIN)
index ffbaa12..95345ed 100644 (file)
 
 #endif
 
-#if PLATFORM_is_trimslice      // Tegra2
+#if PLATFORM_is_tegra2 // Tegra2
 # define UART0_PADDR   0x70006000
 # define GICD_PADDR    0x50041000
-# define GICI_PADDR    0x60004000      // TODO: Is this actually a GIC-I?
+# define GICI_PADDR    0x50040100
 //# define PL110_BASE  0x10020000      // Integrator
 #endif
 

UCC git Repository :: git.ucc.asn.au