Changes in boot/arch/arm32/include/main.h [9d58539:f9ab562] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/main.h
r9d58539 rf9ab562 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 42 54 /** GTA02 serial console UART register addresses. 43 55 * … … 51 63 52 64 53 /** GXemul testarm serial console output register */54 #define TESTARM_SCONS_ADDR 0x1000000055 56 65 /** IntegratorCP serial console output register */ 57 #define ICP_SCONS_ADDR 66 #define ICP_SCONS_ADDR 0x16000000 58 67 59 68 extern void bootstrap(void);
Note:
See TracChangeset
for help on using the changeset viewer.