Changes in boot/arch/arm32/include/main.h [f1fc83a:9f8a07d3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/main.h
rf1fc83a r9f8a07d3 40 40 /** Address where characters to be printed are expected. */ 41 41 42 43 /** BeagleBoard-xM UART register address 44 * 45 * This is UART3 of AM/DM37x CPU 46 */ 47 #define BBXM_SCONS_THR 0x49020000 48 #define BBXM_SCONS_SSR 0x49020044 49 50 /* Check this bit before writing (tx fifo full) */ 51 #define BBXM_THR_FULL 0x00000001 52 53 /** Beaglebone UART register addresses 54 * 55 * This is UART0 of AM335x CPU 56 */ 57 #define BBONE_SCONS_THR 0x44E09000 58 #define BBONE_SCONS_SSR 0x44E09044 59 60 /** Check this bit before writing (tx fifo full) */ 61 #define BBONE_TXFIFO_FULL 0x00000001 62 42 63 /** GTA02 serial console UART register addresses. 43 64 * … … 51 72 52 73 53 /** GXemul testarm serial console output register */54 #define TESTARM_SCONS_ADDR 0x1000000055 56 74 /** IntegratorCP serial console output register */ 57 #define ICP_SCONS_ADDR 75 #define ICP_SCONS_ADDR 0x16000000 58 76 59 77 extern void bootstrap(void);
Note:
See TracChangeset
for help on using the changeset viewer.