Changeset de1712e in mainline for boot/genarch
- Timestamp:
- 2017-06-04T19:47:46Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d735e2e
- Parents:
- aaae6d9
- Location:
- boot/genarch
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/include/ofw.h
raaae6d9 rde1712e 30 30 #define BOOT_OFW_H_ 31 31 32 #include < typedefs.h>32 #include <stddef.h> 33 33 #include <stdarg.h> 34 34 -
boot/genarch/include/ofw_tree.h
raaae6d9 rde1712e 30 30 #define BOOT_OFW_TREE_H_ 31 31 32 #include < typedefs.h>32 #include <stddef.h> 33 33 #include <genarch/ofw.h> 34 34 -
boot/genarch/src/efi.c
raaae6d9 rde1712e 29 29 #include <genarch/efi.h> 30 30 #include <arch/types.h> 31 #include < typedefs.h>31 #include <stddef.h> 32 32 33 33 void *efi_vendor_table_find(efi_system_table_t *st, efi_guid_t guid) -
boot/genarch/src/multiplication.c
raaae6d9 rde1712e 33 33 34 34 #include <genarch/multiplication.h> 35 #include < typedefs.h>35 #include <stddef.h> 36 36 37 37 /** Set 1 to return INT64_MAX or INT64_MIN on overflow */ -
boot/genarch/src/ofw.c
raaae6d9 rde1712e 31 31 #include <genarch/ofw.h> 32 32 #include <printf.h> 33 #include < typedefs.h>33 #include <stddef.h> 34 34 #include <str.h> 35 35 #include <align.h> -
boot/genarch/src/ofw_tree.c
raaae6d9 rde1712e 30 30 #include <genarch/ofw.h> 31 31 #include <arch/ofw.h> 32 #include < typedefs.h>32 #include <stddef.h> 33 33 #include <str.h> 34 34 #include <balloc.h>
Note:
See TracChangeset
for help on using the changeset viewer.