summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for ITE IT8772F SuperI/O chipStefan Reinauer2012-04-028-0/+881
* Add a helper function to determine the number of enabled CPUsStefan Reinauer2012-04-022-0/+19
* Align: Make sure 1 is treated as unsigned long instead of intStefan Reinauer2012-04-022-5/+1
* Add Google ChromeOS vendor supportStefan Reinauer2012-04-0211-16/+503
* Fix issues with x86 memcpyMathias Krause2012-03-311-9/+11
* Whitespace fixesPatrick Georgi2012-03-312-2/+2
* Intel cpus: get MAXPHYADDR at runtime for new CARKyösti Mälkki2012-03-311-13/+45
* Intel cpus: add hyper-threading CPU support to new CARKyösti Mälkki2012-03-311-13/+134
* Intel cpus: improve CPU compatibility of new CARKyösti Mälkki2012-03-311-1/+30
* Add support for RAM-less multi-processor initKyösti Mälkki2012-03-312-4/+15
* Intel cpus: apply some good programming practices in new CARKyösti Mälkki2012-03-311-24/+15
* Intel cpus: cache actual size of the Flash ROM deviceKyösti Mälkki2012-03-312-3/+10
* Intel cpus: copy model_6ex CAR codeKyösti Mälkki2012-03-311-0/+268
* Makefile: rename romstage linking filenamesKyösti Mälkki2012-03-311-10/+10
* Makefile: split romstage linking to separate rulesKyösti Mälkki2012-03-311-13/+28
* Fix coreboot makefiles not to produce half baked output.Kyösti Mälkki2012-03-311-16/+18
* Drop obsolete TINY_BOOTBLOCKKyösti Mälkki2012-03-312-2/+0
* use movsl for copying resume memory backStefan Reinauer2012-03-301-17/+6
* Don't unconditionally add support for cardbus and pci-x devicesStefan Reinauer2012-03-301-3/+3
* Add DEBUG_TPM option to Debugging menuStefan Reinauer2012-03-302-8/+8
* Make MTRR min hole alignment 64MBDuncan Laurie2012-03-302-3/+9
* Fix MB calculation in the reporting of the MTRR holeDuncan Laurie2012-03-301-1/+1
* MTRR: add alternate allocation method for odd memory mapsDuncan Laurie2012-03-301-7/+45
* Don't re-init EBDA in S3 resume path.Duncan Laurie2012-03-301-0/+9
* Prepare the BIOS data areas before device init.Duncan Laurie2012-03-305-16/+94
* vga_io.c is not needed unless CONFIG_VGA is setStefan Reinauer2012-03-301-1/+1
* Add Kconfig options to enable TSEG and set a sizeDuncan Laurie2012-03-301-0/+8
* Make cpuid functions usable when compiled with PICDuncan Laurie2012-03-301-12/+45
* drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not neededStefan Reinauer2012-03-302-7/+1
* Make PCI CONF2 support a compile time optionStefan Reinauer2012-03-303-4/+13
* Add more timestamps in coreboot.Stefan Reinauer2012-03-303-2/+44
* Fix coreboot makefiles not to produce half baked output.Vadim Bendebury2012-03-301-7/+9
* Add timestamps for selfboot and acpi wakeDuncan Laurie2012-03-303-0/+16
* Make TPM driver work in rom stage.Stefan Reinauer2012-03-301-3/+4
* Add TPM support to corebootStefan Reinauer2012-03-306-0/+797
* Add Google ChromeOS vendorcode directoryStefan Reinauer2012-03-304-0/+50
* Add an option to keep the ROM cached after romstageStefan Reinauer2012-03-306-7/+26
* Add native memset() function on x86Stefan Reinauer2012-03-304-0/+95
* Add faster, architecture dependent memcpy()Stefan Reinauer2012-03-304-1/+29
* Add infrastructure for global data in the CAR phase of bootGabe Black2012-03-294-3/+44
* Detect whether the OXPCIE card is really present while in the ROM stage.Gabe Black2012-03-293-4/+26
* Fix typos in src/console/KconfigStefan Reinauer2012-03-291-3/+3
* Add support for enabling PCIe Common Clock and ASPMDuncan Laurie2012-03-294-11/+205
* Refactor publishing CBMEM addresses through coreboot table.Vadim Bendebury2012-03-292-16/+34
* Add timestamp table pointer to the coreboot table.Vadim Bendebury2012-03-292-4/+29
* CBMEM CONSOLE: Enable coreboot CBMEM console.Vadim Bendebury2012-03-292-0/+4
* CBMEM CONSOLE: Add code using the new console driver.Vadim Bendebury2012-03-294-1/+13
* CBMEM CONSOLE: Add CBMEM type for console buffer.Vadim Bendebury2012-03-292-0/+2
* CBMEM CONSOLE: Add CBMEM console driver implementation.Vadim Bendebury2012-03-294-0/+259
* CBMEM CONSOLE: Add config option for CBMEM stored console log.Vadim Bendebury2012-03-291-0/+27