summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/include
AgeCommit message (Expand)Author
2013-06-01corectly initialize the number of cores/cpus on the board. this fixes a NULLJasper Lievisse Adriaanse
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-04-23Remove a loongson reference.Brian Callahan
2013-04-05don't hardcode the size of u-boot's argv, but use a define instead.Jasper Lievisse Adriaanse
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-21- remove an unused variable (octeon_configuration)Jasper Lievisse Adriaanse
2013-03-19instead of treating boot_info->cf_common_addr special, save the whole of boot...Jasper 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
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-04-21Rework the signature of the cache handling routines again. It makes more senseMiod Vallat
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-06-25Remove irrelevant comments borrowed from loongson.Miod Vallat
2011-06-16Ethernet driver merged from IIJ's contribution code.Takuya ASADA
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-08obio renamed iobus, moved interrupt handler code to dev/octeon_intr.cTakuya ASADA
2011-04-28- enable fenvMartynas Venckus
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-12-04Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provideMiod Vallat
2010-11-23Correct interrupt handlingTakuya ASADA
2010-11-14remove unused header fileTakuya ASADA
2010-10-28Inital commit of PCI and SATA support for OCTEONTakuya ASADA
2010-10-11correct MACHINE, MACHINE_ARCHTakuya ASADA
2010-10-10Compact Flash support for OCTEONTakuya ASADA
2010-10-03Follow recent changes on mip64 FPU handling. ok deraadt@ miod@Takuya ASADA
2010-09-21Remove bootinfo.c which has license issue. ok deraadt@Takuya ASADA
2010-09-20Initial revisionTakuya ASADA