summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2013-04-23Remove a loongson reference.Brian Callahan
2013-04-12Fix the log messages displayed to the user.Brian Callahan
2013-04-08allow octeon to find it's root device, based on the flags passed by U-Boot. T...Jasper Lievisse Adriaanse
2013-04-06allow GENERIC.MP to compile again...just for shits and giggles.Jasper Lievisse Adriaanse
2013-04-05don't hardcode the size of u-boot's argv, but use a define instead.Jasper Lievisse Adriaanse
2013-04-03fix comment detailing the memory mapJasper Lievisse Adriaanse
2013-04-01Build mips kernels with -G 0, to disable use of so-called `small' data andMiod Vallat
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-27fill in cpu_model.Jasper Lievisse Adriaanse
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-26move octcf bits togetherJasper Lievisse Adriaanse
2013-03-26- increase MINIROOTSIZE so a ramdisk can fit.Jasper Lievisse Adriaanse
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-21- remove two now-unused macros.Jasper Lievisse Adriaanse
2013-03-21fix detection of the MAC address by reading it from the correct address,Jasper Lievisse Adriaanse
2013-03-21use boot_info->config_flags to determine if we're running on a host that hasJasper Lievisse Adriaanse
2013-03-21- remove an unused variable (octeon_configuration)Jasper Lievisse Adriaanse
2013-03-19use __func__ to print the function name, fixes a bunch of pastos along the way.Jasper Lievisse Adriaanse
2013-03-19implement octeon_cpuspeed()Jasper Lievisse Adriaanse
2013-03-19instead of treating boot_info->cf_common_addr special, save the whole of boot...Jasper Lievisse Adriaanse
2013-03-15print a dump of structs boot_info/boot_desc which contain useful informationJasper Lievisse Adriaanse
2013-03-15add some board types which will be used later to identify particular boardsJasper Lievisse Adriaanse
2013-03-15save a copy of the address at which the CF bus can be found, and use this in ...Jasper Lievisse Adriaanse
2013-03-13Allow octeon to reboot by poking the right address for a soft cpu reset.Jasper Lievisse Adriaanse
2013-02-03Let the octeon kernel link properly.Brian Callahan
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-28- Use IF_Gbps(1) instead of IF_Mbps(1000)Brad Smith
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-10-03Don't include <mips64/archtype.h> when you don't need it.Miod Vallat
2012-10-03Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs,Miod Vallat
2012-09-29Handle the coprocessor 0 cause and status registers as a 64 bit value now,Miod Vallat
2012-09-29Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlbMiod Vallat
2012-09-29Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions ofMiod Vallat
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-23kill nnpfs deadTheo de Raadt
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-07-16Forgot these files during the recent clock churning.Miod Vallat
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-17Remove leftover loongson or sgi references.Miod Vallat
2012-04-21Rework the signature of the cache handling routines again. It makes more senseMiod Vallat
2012-03-25Move cache handling routines related definitions to a dedicated header file,Miod Vallat
2012-03-15uncached_base was introduced early in IP27 support, since these designs useMiod Vallat
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-06ccd goes to the atticTheo de Raadt
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe