- Aug 26, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add group_addrenv() which will be called during context switches in order to change address environments. Not yet hooked in
-
Gregory Nutt authored
Add group_addrenv() which will be called during context switches in order to change address environments. Not yet hooked in
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments so that can be used for other purposes
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Fix confusion about what is a page of data and what is a page of L2 page table; restructure functions to reduce duplicated logic
-
Gregory Nutt authored
Change when address environment is instantiated; there are/were locations where access is made to the allocation address environment when it is not yet in place
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 25, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 24, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata().
-
Gregory Nutt authored
-
Gregory Nutt authored
Add addrenv.h; First cut at Cortex-A address environment structures; Add configuration options to setup address enviornment
-
Gregory Nutt authored
-
Gregory Nutt authored
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
-