summaryrefslogtreecommitdiffstats
path: root/src/pc80
Commit message (Expand)AuthorAgeFilesLines
* Change read_option() to a macro that wraps some API uglynessPatrick Georgi2011-05-101-1/+1
* more ifdef -> if fixesStefan Reinauer2011-04-211-1/+1
* Add option_table.h as dependency for all C based object files if option table...Patrick Georgi2011-03-081-3/+0
* Move cmos.default handling to bootblockPatrick Georgi2011-03-081-28/+0
* Build failure because of src/pc80/mc146818rtc_early.c unused variableStefan Reinauer2011-01-311-1/+1
* Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...Patrick Georgi2011-01-301-3/+3
* This patch gets usbdebug console working in romstage.Stefan Reinauer2011-01-282-58/+0
* Typo. s,CMOS_COMPONENT,CBFS_COMPONENT,.Patrick Georgi2011-01-211-1/+1
* Report if cmos_layout.bin can't be found when it should.Patrick Georgi2011-01-181-0/+4
* Move option table (cmos.layout's binary representation)Patrick Georgi2011-01-182-3/+3
* Disable CMOS recovery code for ROMCC boards as the CBFS code used forPatrick Georgi2011-01-141-4/+6
* Allow coreboot to initialize CMOS if checksum is invalid.Patrick Georgi2011-01-142-0/+31
* drop one more version of doing serial uart output differently.Stefan Reinauer2010-12-172-120/+0
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-051-2/+4
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-0/+1
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-302-11/+12
* - Fix race condition in option_table.h generation by moving the includeStefan Reinauer2010-09-254-0/+10
* Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann2010-09-231-0/+3
* This patch avoids a timeout during PS/2 keyboardScott Duplichan2010-09-091-1/+1
* Add a DRIVERS_PS2_KEYBOARD option which controls the PS2 keyboardKevin O'Connor2010-09-091-0/+2
* Revert 5762. It silently broke a lot of boards because abuild was broken.Myles Watson2010-09-023-8/+0
* Fix race condition in option_table.h generation by moving the include statementStefan Reinauer2010-09-013-0/+8
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-302-3/+3
* Remove warnings from USB debug console code.Myles Watson2010-08-041-2/+2
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-2/+2
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-064-62/+12
* fix most usbdebug warnings and fix function names.Stefan Reinauer2010-05-251-4/+4
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-251-1/+1
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-082-1/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-275-13/+13
* Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer2010-03-293-1/+13
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-292-7/+7
* Some keyboards need a longer timeout. Also increase error level, because aStefan Reinauer2010-03-241-3/+3
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-221-3/+3
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-223-26/+26
* Get rid of a few warnings:Myles Watson2010-03-191-0/+2
* fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer2010-03-171-0/+2
* use names instead of numbers where possible, also print a better message if noStefan Reinauer2010-02-281-6/+12
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-231-11/+1
* This is a general cleanup patchStefan Reinauer2010-02-223-4/+1
* newconfig is no more.Patrick Georgi2010-02-072-30/+0
* RTC: Don't drop the alpha specific code but get it in shape for our Kconfig s...Stefan Reinauer2010-01-161-4/+4
* http://www.coreboot.org/pipermail/coreboot/2007-October/025740.htmlStefan Reinauer2009-11-053-2/+55
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-272-0/+3
* Rework the keyboard driverStefan Reinauer2009-10-241-44/+91
* A (hypothetical southbridge) component might provide functionality that is notStefan Reinauer2009-10-241-1/+1
* drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer2009-10-233-965/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-1/+1
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* A keyboard controller fix to stop the code from waiting for a code that neverMarc Jones2009-09-291-28/+16
OpenPOWER on IntegriCloud