summaryrefslogtreecommitdiffstats
path: root/sys/dev/cfe
Commit message (Expand)AuthorAgeFilesLines
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+14
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-2/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-19/+3
* Start using the 'init_static_kenv()' API provided by r198561 to initializeneel2010-08-111-19/+6
* Create the "cfecons" tty directly using tty_makedev(). It is not clear whatneel2010-01-261-11/+11
* Fix bug in cfe_enumenv(). The CFE API to invoke is CFE_CMD_ENV_ENUMimp2010-01-111-1/+1
* Merge from projects/mips to head by hand:imp2010-01-111-0/+74
|\
| * Fix various conolse issues with cfe after MPSAFE tty.imp2009-07-042-12/+12
| * Merge in new cfe environment passing of kenv for swarm/sibyte boards.imp2009-07-041-0/+74
|/
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Remove an unused variable to make the SENTRY5 mips kernel compilebz2008-12-271-1/+0
* Remove unused consdev structure fields.ed2008-10-271-2/+1
* Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since theimp2008-09-281-3/+3
* Catch up to latest tty, kdb and SYSINIT changes. Modeled after theimp2008-09-261-115/+51
* The Ultra2 never had a CFE console or CFE boot loader. Kill obviousimp2008-09-261-1/+1
* Support for CFE boot loaders. Initially the support is for MIPS, butimp2008-09-267-0/+1544
OpenPOWER on IntegriCloud