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