- 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
- Files:
-
- 8 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 -
boot/arch/ia64/src/main.c
rb2aaaa0 r09ab0a9a 28 28 */ 29 29 30 31 30 #include <arch/main.h> 32 31 #include <arch/types.h> -
boot/arch/mips32/src/putchar.c
rb2aaaa0 r09ab0a9a 64 64 _putchar('?'); 65 65 } 66 -
boot/arch/sparc64/src/main.c
rb2aaaa0 r09ab0a9a 108 108 } 109 109 110 111 110 /** Detect the subarchitecture (US, US3) of sun4u 112 111 * -
boot/genarch/include/genarch/multiplication.h
rb2aaaa0 r09ab0a9a 41 41 /** @} 42 42 */ 43 44 -
boot/genarch/src/efi.c
rb2aaaa0 r09ab0a9a 42 42 return NULL; 43 43 } 44 -
boot/generic/src/inflate.c
rb2aaaa0 r09ab0a9a 94 94 return ELIMIT; \ 95 95 } while (false) 96 97 96 98 97 /** Inflate algorithm state
Note:
See TracChangeset
for help on using the changeset viewer.