- Timestamp:
- 2018-09-29T14:39:54Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99170e0c
- Parents:
- dc68f72
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-29 14:11:34)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-29 14:39:54)
- Location:
- boot
- Files:
-
- 3 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/riscv64/include/arch/asm.h
rdc68f72 r10d65d70 31 31 32 32 #include <stddef.h> 33 #include <stdint.h> 33 34 34 35 extern char htif_page[]; 35 36 extern char pt_page[]; 36 37 37 extern void jump_to_kernel(uintptr_t) 38 __attribute__((noreturn)); 38 extern _Noreturn void jump_to_kernel(uintptr_t); 39 39 40 40 #endif -
boot/arch/riscv64/include/arch/ucb.h
rdc68f72 r10d65d70 37 37 38 38 #include <stddef.h> 39 #include <stdint.h> 39 40 40 41 extern volatile uint64_t tohost; -
boot/genarch/include/genarch/ofw.h
rdc68f72 r10d65d70 30 30 #define BOOT_OFW_H_ 31 31 32 #include <stdarg.h> 32 33 #include <stddef.h> 33 #include <std arg.h>34 #include <stdint.h> 34 35 35 36 #define MEMMAP_MAX_RECORDS 32 -
boot/generic/include/balloc.h
rdc68f72 r10d65d70 31 31 32 32 #include <stddef.h> 33 #include <stdint.h> 33 34 34 35 typedef struct { -
boot/generic/src/inflate.c
rdc68f72 r10d65d70 67 67 #include <stdbool.h> 68 68 #include <stddef.h> 69 #include <stdint.h> 69 70 #include <errno.h> 70 71 #include <memstr.h> -
boot/generic/src/memstr.c
rdc68f72 r10d65d70 29 29 #include <memstr.h> 30 30 #include <stddef.h> 31 #include <stdint.h> 31 32 32 33 /** Move memory block without overlapping. -
boot/generic/src/printf_core.c
rdc68f72 r10d65d70 39 39 #include <stdbool.h> 40 40 #include <stddef.h> 41 #include <stdint.h> 41 42 #include <macros.h> 42 43 #include <str.h> -
boot/generic/src/str.c
rdc68f72 r10d65d70 101 101 #include <stdbool.h> 102 102 #include <stddef.h> 103 #include <stdint.h> 103 104 #include <str.h> 104 105
Note:
See TracChangeset
for help on using the changeset viewer.