Add some defines for memory ranges. Missed in r37319.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37320 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-06-30 17:25:08 +00:00
parent 9020ce87e6
commit 6c6d79f7fa
3 changed files with 26 additions and 0 deletions

View File

@ -26,6 +26,16 @@
#define SDRAM_BASE 0x30000000
#define VECT_BASE 0x40200000
#define VECT_SIZE 0x10000
#define DEVICE_BASE 0x48000000
#define DEVICE_SIZE 0x2000000
/* framebuffer */
#define FB_BASE 0x88000000
#define FB_SIZE 0x200000
/* UART */
#define UART0_BASE 0x50000000
#define UART1_BASE 0x50004000

View File

@ -25,6 +25,16 @@
#define SDRAM_BASE 0x80000000
#define VECT_BASE 0x00000000
#define VECT_SIZE 0x1000
#define DEVICE_BASE 0x48000000
#define DEVICE_SIZE 0x2000000
/* framebuffer */
#define FB_BASE 0x88000000
#define FB_SIZE 0x200000
#define L4_BASE 0x48000000
#define L4_WKUP_BASE 0x48300000
#define L4_PER_BASE 0x49000000

View File

@ -25,6 +25,12 @@
#define SDRAM_BASE 0xa2000000
#define VECT_BASE 0x00000000
#define VECT_SIZE 0x1000
#define DEVICE_BASE 0x40000000
#define DEVICE_SIZE 0x5000000
/* UART */
#define FFUART_BASE 0x40100000
#define BTUART_BASE 0x40200000