From a8bd82de4671edd5ab1114802b66d2ff5fb90e1f Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 18 Apr 2004 22:03:42 +0000 Subject: * Patch by Sangmoon Kim, 12 Apr 2004: Update max RAM size for debris board * Patch by Travis Sawyer, 08 Apr 2004: Add TLB entry for second DIMM slot on ocotea * Patch by Masami Komiya, 08 Apr 2004: add RTL8169 network driver --- board/ocotea/init.S | 1 + 1 file changed, 1 insertion(+) (limited to 'board') diff --git a/board/ocotea/init.S b/board/ocotea/init.S index 385afb516f..e33427a108 100644 --- a/board/ocotea/init.S +++ b/board/ocotea/init.S @@ -91,6 +91,7 @@ tlbtab: tlbentry( CFG_ISRAM_BASE, SZ_4K, 0x80000000, 0, AC_R|AC_W|AC_X ) tlbentry( CFG_ISRAM_BASE + 0x1000, SZ_4K, 0x80001000, 0, AC_R|AC_W|AC_X ) tlbentry( CFG_SDRAM_BASE, SZ_256M, 0x00000000, 0, AC_R|AC_W|AC_X|SA_G|SA_I ) + tlbentry( CFG_SDRAM_BASE+0x10000000, SZ_256M, 0x00000000, 0, AC_R|AC_W|AC_X|SA_G|SA_I ) tlbentry( CFG_PCI_BASE, SZ_256M, 0x00000000, 2, AC_R|AC_W|SA_G|SA_I ) tlbentry( CFG_PCI_MEMBASE, SZ_256M, 0x00000000, 3, AC_R|AC_W|SA_G|SA_I ) tlbtab_end -- cgit v1.2.1