summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/stand (follow)
Commit message (Expand)AuthorAgeFilesLines
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-2/+2
* crank versionsderaadt2019-04-101-2/+2
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-102-5/+6
* crank version; looks good deraadtflorian2019-04-081-2/+2
* Do not create machine@ symlinks in obj as root during includes:, buttb2016-11-062-4/+4
* when CONSPEED moved from libsa.h to Makefile it lost a leading '1',jasper2016-11-021-2/+2
* Apply consistency to forever loops with continue and NOTREACHEDtom2016-10-091-2/+4
* crank bootloader version after .SUNW_ctf changejasper2016-09-131-2/+2
* Prep for relro: make sure it's off for any non-PIE stand/ programguenther2016-07-301-2/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Reduces the noise around the global ``ticks'' variable by renamingmpi2016-03-191-3/+3
* Replace unbounded gets() in libsa with getln() which takes a buffer size,miod2015-11-161-2/+2
* Missing $OpenBSD$'s.krw2015-01-201-0/+1
* implement 'rootdev' parsing similar to what's already done in the kernel,jasper2014-07-181-4/+57
* whitespacejasper2014-07-141-2/+1
* move putchar() into libsajasper2014-07-132-34/+3
* - remove CONSPEED from libsa.hjasper2014-07-122-5/+3
* unify cnspeed()jasper2014-07-121-3/+3
* move getchar() into libsa where applicablejasper2014-07-122-19/+3
* - replace main() with mips_init() so we can save the arguments from uboot tojasper2014-07-123-12/+35
* rename variable to better indicate it's meaningjasper2014-07-121-3/+3
* fix annoying bug where the first character would be eaten, cnischar() wasjasper2014-07-121-1/+8
* - fill in cninit to enable rtsjasper2014-07-121-3/+12
* - rewrite register reading/writing to use octeon_xkphys_{read,write}_8 whichjasper2014-07-121-28/+27
* add some more register definitionsjasper2014-07-111-1/+6
* crank the versionderaadt2013-12-281-2/+2
* - fix devboot() to properly retrieve octcf0a and add a comment for laterjasper2013-06-132-6/+12
* remove unused functionjasper2013-06-052-10/+4
* remove ugly hack we couldn't figure out what it was used for, only that itjasper2013-06-051-5/+1
* - add missing SUBDIRjasper2013-06-052-3/+4
* ditch local ld.script and use conf/ld.script instead, and adjust entryjasper2013-06-053-31/+8
* add WIP second stage bootloader for octeon; far from working and contains many stubs still.jasper2013-06-0514-0/+814