summaryrefslogtreecommitdiffstats
path: root/src/pc80
Commit message (Expand)AuthorAgeFilesLines
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-2715-6843/+0
* Move TPM code to romstageStefan Reinauer2012-04-041-1/+1
* Add DEBUG_TPM option to Debugging menuStefan Reinauer2012-03-301-8/+1
* vga_io.c is not needed unless CONFIG_VGA is setStefan Reinauer2012-03-301-1/+1
* Make TPM driver work in rom stage.Stefan Reinauer2012-03-301-3/+4
* Add TPM support to corebootStefan Reinauer2012-03-302-0/+555
* vga: removed inclusion of .c filesVikram Narayanan2012-01-275-11/+62
* kbd: wait longer for self-test on keyboard resetMathias Krause2011-12-211-11/+45
* Fix checksum calculation both in romstage and ramstage.Stefan Reinauer2011-10-282-6/+6
* Fix our CMOS checksum algorithm so it matches what /dev/nvram expectsStefan Reinauer2011-10-171-1/+0
* rework RTC driver output to make it more consistent.Stefan Reinauer2011-10-171-5/+8
* Enable/fix compilation of i8254 code in ram stage.Stefan Reinauer2011-10-132-1/+2
* X60: trigger save cmos on volume/brightness changeSven Schnelle2011-06-151-0/+1
* CMOS: add set_option()Sven Schnelle2011-06-151-0/+83
* 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
OpenPOWER on IntegriCloud