Changeset de1712e in mainline for boot/genarch/src
- 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/src
 - Files:
 - 
      
- 4 edited
 
- 
          
  efi.c (modified) (1 diff)
 - 
          
  multiplication.c (modified) (1 diff)
 - 
          
  ofw.c (modified) (1 diff)
 - 
          
  ofw_tree.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
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.
  