Changeset de1712e in mainline for boot/arch/ppc32
- Timestamp:
- 2017-06-04T19:47:46Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d735e2e
- Parents:
- aaae6d9
- Location:
- boot/arch/ppc32
- Files:
-
- 3 edited
-
include/asm.h (modified) (1 diff)
-
include/main.h (modified) (1 diff)
-
src/ofw.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/include/asm.h
raaae6d9 rde1712e 30 30 #define BOOT_ppc32_ASM_H_ 31 31 32 #include < typedefs.h>32 #include <stddef.h> 33 33 #include <arch/main.h> 34 34 -
boot/arch/ppc32/include/main.h
raaae6d9 rde1712e 30 30 #define BOOT_ppc32_MAIN_H_ 31 31 32 #include < typedefs.h>32 #include <stddef.h> 33 33 #include <balloc.h> 34 34 #include <genarch/ofw_tree.h> -
boot/arch/ppc32/src/ofw.c
raaae6d9 rde1712e 28 28 29 29 #include <genarch/ofw.h> 30 #include < typedefs.h>30 #include <stddef.h> 31 31 #include <putchar.h> 32 32 #include <str.h>
Note:
See TracChangeset
for help on using the changeset viewer.
