summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move memory type information out of some AMD sockets.Myles Watson2010-09-1032-36/+114
* Adapt comment, too. (trivial)Patrick Georgi2010-09-091-1/+1
* This patch avoids a timeout during PS/2 keyboardScott Duplichan2010-09-091-1/+1
* Make huge macros inline functions for readability. Remove warnings. Trivial.Myles Watson2010-09-092-165/+165
* Please find appended. This patch gets rid of the %gs magic altogether,Arne Georg Gleditsch2010-09-0910-40/+73
* Add support for reserved regions to resources and coreboot tables.Myles Watson2010-09-092-0/+18
* My Jmicron SATA card writes the name of the hard drive to the screen.Myles Watson2010-09-091-2/+77
* Also improve boot time on AMD for the DDR3 code path.Arne Georg Gleditsch2010-09-092-2/+2
* Apparently, it's not crucial to clear this at the exact moment we switchArne Georg Gleditsch2010-09-092-1/+6
* Add a DRIVERS_PS2_KEYBOARD option which controls the PS2 keyboardKevin O'Connor2010-09-092-0/+17
* Trivial - remove stray characters from a comment block.Marc Jones2010-09-081-1/+1
* Code must not access the smbus registers before the RTC power well isKevin O'Connor2010-09-082-0/+10
* Make timer2 the default choice for TSC initialization.Patrick Georgi2010-09-083-11/+4
* It should not be necessary to read in the rom during CAR setup.Kevin O'Connor2010-09-081-0/+2
* My Jmicron SATA card depends on the BIOS not clearing AL when setting AH.Myles Watson2010-09-071-4/+10
* Make a Kconfig option for debugging output from realmode emulation. Trivial.Myles Watson2010-09-073-0/+15
* Add support for LiPPERT Cool LiteRunner-LX (PC/104 board with AMDJens Rottmann2010-09-077-0/+533
* Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek2010-09-0715-39/+0
* 2ms is enough time to accurately obtain the clock rate.Kevin O'Connor2010-09-071-2/+2
* Set up an arbitrary amount of system memory on Geode LX, soAurelien Guillaume2010-09-0712-44/+13
* Instead of requiring users to modify qemu to allow writes toKevin O'Connor2010-09-061-8/+33
* Trivial. Currently the max frequency is preset as 400Mhz. We need to set aZheng Bao2010-09-051-0/+1
* AMD DDR2 and DDR3 MCT function InitPhyCompensation() compliant with AGESA code.Kerry She2010-09-042-2/+4
* Update RoadRunner and SpaceRunner config to get in sync with currentJens Rottmann2010-09-034-20/+18
* Fix compilation for mtarvon. CAR initialization does early_mtrr_init,Myles Watson2010-09-021-4/+5
* Trivial warning fix for adl855pc.Myles Watson2010-09-021-0/+4
* Revert 5762. It silently broke a lot of boards because abuild was broken.Myles Watson2010-09-025-8/+14
* Simplify last_dev_p so that it matches comments.Myles Watson2010-09-011-3/+3
* Fix race condition in option_table.h generation by moving the include statementStefan Reinauer2010-09-015-14/+8
* SMC_CONFIG is needed before the device tree is ready and some peopleJens Rottmann2010-08-318-23/+50
* Make ALIX.2D3 support 2D2 as well.Jens Rottmann2010-08-318-13/+16
* Get Byte65/66 for register manufacture ID code. RegMan1Present willZheng Bao2010-08-311-1/+9
* Make yabel work for non-zero bus numbers. The link_num is not the bus number.Myles Watson2010-08-301-1/+1
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-3087-114/+114
* Fix intel mtarvon compilation by switching it over to CAR.Stefan Reinauer2010-08-301-1/+9
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-30194-1987/+1533
* This file was missing from r5751.Andreas Schultz2010-08-301-0/+76
* Support for Lanner EM-8510 BoardAndreas Schultz2010-08-3010-0/+418
* Rework i855GM/i855GME supportAndreas Schultz2010-08-304-175/+926
* mPGA479M Sockets can take Intel Mobile Celeron.Andreas Schultz2010-08-302-0/+3
* Multi-DIMMS on AMD ddr2 MCT channel B fixed.Kerry She2010-08-301-2/+2
* Multi-DIMMS on AMD ddr3 MCT channel B works.Kerry She2010-08-305-13/+37
* Trivial syntax correction of AMD mct_ddr3 dir.Kerry She2010-08-302-5/+5
* drop three unneeded config variables:Jens Rottmann2010-08-2724-100/+0
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-26115-376/+109
* CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann2010-08-2614-18/+25
* One of my boards needs this mini delay in order to survive ram initialization.Stefan Reinauer2010-08-261-0/+2
* kontron 986lcd-m: Fix compilation if there is no oprom execution at all...Stefan Reinauer2010-08-261-3/+3
* Fix i945 based boardsStefan Reinauer2010-08-254-9/+7
* * Adds support for PC Engines Alix.2D(1)3 board to Coreboot.Aurelien Guillaume2010-08-249-1/+549