Changeset 716 for soft/giet_vm/giet_boot
- Timestamp:
- Oct 7, 2015, 12:13:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r709 r716 163 163 unsigned int _tty0_boot_mode = 1; 164 164 165 // boot code does not uses a lock to protect HBA command allocator165 // boot code does not uses a lock to protect HBA command list 166 166 __attribute__((section(".kdata"))) 167 167 unsigned int _hba_boot_mode = 1; … … 184 184 // this variable is allocated in the mmc_driver.c 185 185 extern unsigned int _mmc_boot_mode; 186 187 // these variables are allocated in the bdv_driver.c file 188 extern spin_lock_t _bdv_lock __attribute__((aligned(64))); 189 extern unsigned int _bdv_trdid; 190 extern unsigned int _bdv_status; 186 191 187 192 extern void boot_entry();
Note: See TracChangeset
for help on using the changeset viewer.