Changeset 09ab0a9a in mainline for boot/arch/arm32/include
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- boot/arch/arm32/include/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/include/arch/arch.h
rb2aaaa0 r09ab0a9a 68 68 #endif 69 69 70 71 70 #endif 72 71 -
boot/arch/arm32/include/arch/main.h
rb2aaaa0 r09ab0a9a 40 40 /** Address where characters to be printed are expected. */ 41 41 42 43 42 /** BeagleBoard-xM UART register address 44 43 * … … 71 70 #define S3C24XX_UTXH_TX_EMPTY 0x00000004 72 71 73 74 72 /** IntegratorCP serial console output register */ 75 73 #define ICP_SCONS_ADDR 0x16000000 … … 93 91 #define BCM2835_UART0_CR_RXE (1 << 9) 94 92 95 96 97 93 extern void bootstrap(void); 98 94
Note:
See TracChangeset
for help on using the changeset viewer.
