Changeset 407 for trunk/hal/tsar_mips32/core/hal_ppm.c
- Timestamp:
- Nov 7, 2017, 3:08:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_ppm.c
r315 r407 45 45 // kmem memory allocator in the local cluster. This array starts in first free page 46 46 // after kernel code, as defined by the 'offset' field in boot_info. 47 //48 // For the TSAR architecture the MIP32 EBASE register defining the kernel entry point49 // fot Interrupts, Exceptions and Syscalls, has to be redefined.50 47 ////////////////////////////////////////////////////////////////////////////////////////// 51 48 … … 124 121 } // end hal_ppm_init() 125 122 126 ////////////////////////////////////////127 void hal_core_init( boot_info_t * info )128 {129 // get relevant info from boot_info structure130 reg_t kentry_base = info->kentry_base;131 123 132 // set CP0_EBASE register133 hal_set_ebase( kentry_base );134 135 } // end hal_core_init()136 137
Note: See TracChangeset
for help on using the changeset viewer.