summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer2011-04-262-0/+13
* The UART divider should be calculated based on the base frequencyStefan Reinauer2011-04-221-4/+0
* more ifdef -> if fixesStefan Reinauer2011-04-213-3/+3
* some ifdef --> if fixesStefan Reinauer2011-04-211-3/+1
* Simplify coreboot's console/console.hStefan Reinauer2011-04-201-159/+3
* pci1x2x: add PCI1510 device IDsSven Schnelle2011-04-201-0/+1
* drop dead uart init code.Stefan Reinauer2011-04-201-6/+0
* Unify use of post_codeAlexandru Gagniuc2011-04-114-182/+353
* In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer2011-04-105-7/+7
* Add AMD SR56x0 support.Zheng Bao2011-03-271-0/+17
* Fix a simple whitespace error in src/include/device/device.hSven Schnelle2011-03-011-2/+2
* Add subsystemid option to sconfigSven Schnelle2011-03-011-0/+2
* Extended K8T890 driver to include the K8T800 and K8M800 northbridgesAlexandru Gagniuc2011-02-161-0/+2
* I missed a file that was part of the AMD AGESA CPU wrapper checkin, r6347.Frank Vibrans2011-02-141-0/+53
* Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi2011-02-031-0/+3
* Add PCI ID's for VIA K8T800 and K8M800 northbridges.Alexandru Gagniuc2011-01-311-0/+18
* This patch gets usbdebug console working in romstage.Stefan Reinauer2011-01-282-12/+6
* Revert r5902 to make code more readable again. At least three people like toStefan Reinauer2011-01-191-75/+0
* Now that the VIA code is run above 1Meg (like other boards), it shouldKevin O'Connor2011-01-191-0/+2
* Move option table (cmos.layout's binary representation)Patrick Georgi2011-01-181-0/+3
* Add AMD SB800 southbridge support via cimx_wrapper.Kerry She2011-01-011-0/+19
* Add RS785(RS880) support. Just few pci_ids.Zheng Bao2010-12-311-0/+4
* -Change the remaining GLIU1 port 5 register names from VIP (Video Input Port)Nils Jacobs2010-12-291-26/+62
* Replace Geode GX2 MSR addresses for GLCP on GLIU1 with namesNils Jacobs2010-12-261-4/+9
* Clean up Geode GX2 comments, whitespace and coding style. Trivial.Nils Jacobs2010-12-261-370/+353
* SMM for AMD K8 Part 1/2Stefan Reinauer2010-12-181-1/+1
* fix the tree again. Stefan Reinauer2010-12-171-2/+6
* drop one more version of doing serial uart output differently.Stefan Reinauer2010-12-173-11/+149
* guard against the case that CONFIG_WAIT_BEFORE_CPUS_INIT is not defined at all.Stefan Reinauer2010-12-171-1/+1
* Compile cbmem.c instead of including it in romstage,Rudolf Marek2010-12-131-1/+2
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-4/+5
* Following patch makes just one fadt.c file. For SB700.Rudolf Marek2010-12-111-0/+2
* factor out cpu power management base into a separate file. And fix a bug inStefan Reinauer2010-12-111-0/+31
* After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer2010-12-111-1/+1
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-1/+1
* W83627DHG/W83627EHG fixups for virtual LDNs.Uwe Hermann2010-12-051-1/+1
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-221-1/+3
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-223-78/+5
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-201-1/+66
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-201-0/+10
* For completeness sake: License header.Patrick Georgi2010-11-181-0/+19
* Move Intel power management related defines to some central location.Patrick Georgi2010-11-171-0/+5
* MTRR related improvements for AMD family 10h and family 0Fh systemsScott Duplichan2010-11-132-1/+2
* Add pci id and ops for VT8237A SATA controllerTobias Diedrich2010-11-111-0/+1
* This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich2010-11-071-0/+1
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-043-13/+14
* This adds pci device ids and pci_driver structs for the K8T890 CFTobias Diedrich2010-11-021-0/+7
* Change Geode GX2 to use the auto DRAM detect code from Geode LX.Nils Jacobs2010-11-011-0/+7
* GX2: Clean up some white space and comments.Nils Jacobs2010-11-011-107/+74
* Cosmetics and coding style fixes in devices/*.Uwe Hermann2010-10-184-41/+42