Age | Commit message (Expand) | Author |
2013-06-05 | - add missing SUBDIR | Jasper Lievisse Adriaanse |
2013-06-05 | ditch local ld.script and use conf/ld.script instead, and adjust entry | Jasper Lievisse Adriaanse |
2013-06-05 | add WIP second stage bootloader for octeon; far from working and contains man... | Jasper Lievisse Adriaanse |
2013-06-03 | more fuse in more places. credit: miod | Ted Unangst |
2013-06-02 | move octeonreg.h to a more generic location and add multiple inclusion | Jasper Lievisse Adriaanse |
2013-06-02 | remove unneeded octeonreg.h include | Jasper Lievisse Adriaanse |
2013-06-02 | - remove double rcs ids | Jasper Lievisse Adriaanse |
2013-06-01 | remove unused octeon prefetch macros which won't work due to the fact it | Jasper Lievisse Adriaanse |
2013-06-01 | as discussed with uebayasi@ we should only use the "sync" instruction on octeon, | Jasper Lievisse Adriaanse |
2013-06-01 | as discussed with uebayasi@ we should only use the "sync" instruction on octeon, | Jasper Lievisse Adriaanse |
2013-06-01 | - whitespace cleanup | Jasper 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 openbsd | Jasper Lievisse Adriaanse |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-06-01 | add GENERIC.MP | Jasper Lievisse Adriaanse |
2013-06-01 | corectly initialize the number of cores/cpus on the board. this fixes a NULL | Jasper Lievisse Adriaanse |
2013-06-01 | remove bogus XXX comment, 32 is just the way it is. | Jasper Lievisse Adriaanse |
2013-06-01 | make the way of doing debug printfs generic | Jasper Lievisse Adriaanse |
2013-05-17 | Add a dummy IPL_MPSAFE definition. | Mark Kettenis |
2013-04-23 | Remove a loongson reference. | Brian Callahan |
2013-04-12 | Fix the log messages displayed to the user. | Brian Callahan |
2013-04-08 | allow octeon to find it's root device, based on the flags passed by U-Boot. T... | Jasper Lievisse Adriaanse |
2013-04-06 | allow GENERIC.MP to compile again...just for shits and giggles. | Jasper Lievisse Adriaanse |
2013-04-05 | don't hardcode the size of u-boot's argv, but use a define instead. | Jasper Lievisse Adriaanse |
2013-04-03 | fix comment detailing the memory map | Jasper Lievisse Adriaanse |
2013-04-01 | Build mips kernels with -G 0, to disable use of so-called `small' data and | Miod Vallat |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-27 | fill in cpu_model. | Jasper Lievisse Adriaanse |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-26 | move octcf bits together | Jasper Lievisse Adriaanse |
2013-03-26 | - increase MINIROOTSIZE so a ramdisk can fit. | Jasper Lievisse Adriaanse |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-21 | - remove two now-unused macros. | Jasper Lievisse Adriaanse |
2013-03-21 | fix detection of the MAC address by reading it from the correct address, | Jasper Lievisse Adriaanse |
2013-03-21 | use boot_info->config_flags to determine if we're running on a host that has | Jasper Lievisse Adriaanse |
2013-03-21 | - remove an unused variable (octeon_configuration) | Jasper Lievisse Adriaanse |
2013-03-19 | use __func__ to print the function name, fixes a bunch of pastos along the way. | Jasper Lievisse Adriaanse |
2013-03-19 | implement octeon_cpuspeed() | Jasper Lievisse Adriaanse |
2013-03-19 | instead of treating boot_info->cf_common_addr special, save the whole of boot... | Jasper Lievisse Adriaanse |
2013-03-15 | print a dump of structs boot_info/boot_desc which contain useful information | Jasper Lievisse Adriaanse |
2013-03-15 | add some board types which will be used later to identify particular boards | Jasper Lievisse Adriaanse |
2013-03-15 | save a copy of the address at which the CF bus can be found, and use this in ... | Jasper Lievisse Adriaanse |
2013-03-13 | Allow octeon to reboot by poking the right address for a soft cpu reset. | Jasper Lievisse Adriaanse |
2013-02-03 | Let the octeon kernel link properly. | Brian Callahan |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-03 | Don't include <mips64/archtype.h> when you don't need it. | Miod Vallat |
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat |