summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
AgeCommit message (Expand)Author
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
2013-09-16work out phy addresses before attaching cnmac and pass them to mii_attachJonathan Matthew
2013-08-29Ditch useless variable during attach.Paul Irofti
2013-08-29Fix attach messages format for the pcibus.Paul Irofti
2013-08-23Fix memory initialization for octeon's with less than 256MB.Paul Irofti
2013-08-21Missed a spot in my last commit.Paul Irofti
2013-08-20Have some style(9).Paul Irofti
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-13- fix devboot() to properly retrieve octcf0a and add a comment for laterJasper Lievisse Adriaanse
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-09fix guard; Franco FichtnerTheo de Raadt
2013-06-05remove unused functionJasper Lievisse Adriaanse
2013-06-05add XXX comment for delay_changed, untill we figure out what it actually does.Jasper Lievisse Adriaanse
2013-06-05remove ugly hack we couldn't figure out what it was used for, only that itJasper Lievisse Adriaanse
2013-06-05whitespaceJasper Lievisse Adriaanse
2013-06-05- add missing SUBDIRJasper Lievisse Adriaanse
2013-06-05ditch local ld.script and use conf/ld.script instead, and adjust entryJasper Lievisse Adriaanse
2013-06-05add WIP second stage bootloader for octeon; far from working and contains man...Jasper Lievisse Adriaanse
2013-06-03more fuse in more places. credit: miodTed Unangst
2013-06-02move octeonreg.h to a more generic location and add multiple inclusionJasper Lievisse Adriaanse
2013-06-02remove unneeded octeonreg.h includeJasper Lievisse Adriaanse
2013-06-02- remove double rcs idsJasper Lievisse Adriaanse
2013-06-01remove unused octeon prefetch macros which won't work due to the fact itJasper Lievisse Adriaanse
2013-06-01as discussed with uebayasi@ we should only use the "sync" instruction on octeon,Jasper Lievisse Adriaanse
2013-06-01as discussed with uebayasi@ we should only use the "sync" instruction on octeon,Jasper Lievisse Adriaanse
2013-06-01- whitespace cleanupJasper Lievisse Adriaanse
2013-06-01- remove more backward compat code and switch the callers over to the new fun...Jasper Lievisse Adriaanse
2013-06-01- remove an __mips_o32 block which'll never be used on openbsdJasper Lievisse Adriaanse
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-06-01add GENERIC.MPJasper Lievisse Adriaanse
2013-06-01corectly initialize the number of cores/cpus on the board. this fixes a NULLJasper Lievisse Adriaanse
2013-06-01remove bogus XXX comment, 32 is just the way it is.Jasper Lievisse Adriaanse
2013-06-01make the way of doing debug printfs genericJasper Lievisse Adriaanse
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
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