summaryrefslogtreecommitdiff
path: root/distrib/utils/tls/tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/utils/tls/tls.c')
0 files changed, 0 insertions, 0 deletions
000'>2020-07-19Reserve space for all CPU cores (incorrect logic).simonb 2020-07-19Call fdtbus_intr_init() during startup.simonb 2020-07-16FDT support for Cavium OCTEON MIPS SoCs. WIP.jmcneill 2020-07-13Copy "mach reset" logic from arm32 recently added by jmcneill@. Thesimonb 2020-06-23Support EdgeRouter 4.simonb 2020-06-20Add some rudimentary boot args parsing. Can handle "root=" as wellsimonb 2020-06-20Add the structure of the CVMX boot descriptor.simonb 2020-06-19Don't include now non-existant "opt_cavium.h".simonb 2020-06-15Finish CPU core support for Octeon Cavium CN70XX:simonb 2020-06-10Update for proplib(3) API changes.simonb 2020-06-05Now that we don't zero out the second link in the U-boot bootmemsimonb 2020-06-04Only clear BSS up to "end" symbol, not all the way to mips_round_page(end).simonb 2020-05-31Finish rename of all Cavium Octeon device driver functions, structs etc fromsimonb 2020-05-31Clean up Cavium Octeon device names. Rename devices from "octeon_foo"simonb 2019-04-01s/adddress/address/msaitoh 2016-12-28add an OCTEON_MEMSIZE option to override the uboot provided memorymrg 2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry 2016-10-20Rin Okuyama in PR port-evbmips/51563: wait for console input after haltingmartin 2016-08-26Adjust evbmips_iointr to pass a clockframe pointer and use it forskrll 2016-08-26Trailing whitespaceskrll 2016-07-11Use pmap_kenter flags to create cached/uncached entries.matt 2015-06-10Transition from __cpuset_t to kcpuset_t *. This brings the local pmap onematt 2015-06-06Add an assert to verify interrupts are enabled.matt 2015-06-04minor constificationmatt 2015-06-04If booting a MULTIPROCESSOR kernel, use the llsc atomic primitivesmatt 2015-06-01Rework cavium support in preparation for MULTIPROCESSOR supportmatt 2015-05-19no wd devices on erlite, use sd instead for the USB mass storage.matt 2015-05-18Set cpu model.matt 2015-04-29Initial import of Cavium Octeon and Octeon Plus SoC andhikaru