summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-01-28This patch gets usbdebug console working in romstage.Stefan Reinauer
2011-01-19Revert r5902 to make code more readable again. At least three people like toStefan Reinauer
2011-01-19Now that the VIA code is run above 1Meg (like other boards), it shouldKevin O'Connor
2011-01-18Move option table (cmos.layout's binary representation)Patrick Georgi
2011-01-01Add AMD SB800 southbridge support via cimx_wrapper.Kerry She
2010-12-31Add RS785(RS880) support. Just few pci_ids.Zheng Bao
2010-12-29-Change the remaining GLIU1 port 5 register names from VIP (Video Input Port)Nils Jacobs
2010-12-26Replace Geode GX2 MSR addresses for GLCP on GLIU1 with namesNils Jacobs
2010-12-26Clean up Geode GX2 comments, whitespace and coding style. Trivial.Nils Jacobs
2010-12-18SMM for AMD K8 Part 1/2Stefan Reinauer
2010-12-17fix the tree again. Stefan Reinauer
2010-12-17drop one more version of doing serial uart output differently.Stefan Reinauer
2010-12-17guard against the case that CONFIG_WAIT_BEFORE_CPUS_INIT is not defined at all.Stefan Reinauer
2010-12-13Compile cbmem.c instead of including it in romstage,Rudolf Marek
2010-12-13We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek
2010-12-11Following patch makes just one fadt.c file. For SB700.Rudolf Marek
2010-12-11factor out cpu power management base into a separate file. And fix a bug inStefan Reinauer
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-12-08second round name simplification. drop the <component>_ prefix.stepan
2010-12-05W83627DHG/W83627EHG fixups for virtual LDNs.Uwe Hermann
2010-11-221) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-20Some more DIMM0 related cleanups and deduplication.Uwe Hermann
2010-11-20Unify DIMM SPD addressing. For Geode, change thePatrick Georgi
2010-11-18For completeness sake: License header.Patrick Georgi
2010-11-17Move Intel power management related defines to some central location.Patrick Georgi
2010-11-13MTRR related improvements for AMD family 10h and family 0Fh systemsScott Duplichan
2010-11-11Add pci id and ops for VT8237A SATA controllerTobias Diedrich
2010-11-07This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2010-11-02This adds pci device ids and pci_driver structs for the K8T890 CFTobias Diedrich
2010-11-01Change Geode GX2 to use the auto DRAM detect code from Geode LX.Nils Jacobs
2010-11-01GX2: Clean up some white space and comments.Nils Jacobs
2010-10-18Cosmetics and coding style fixes in devices/*.Uwe Hermann
2010-10-12Reduce duplicate definition in CAR code.Warren Turkal
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-10-05Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-10-05- move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi
2010-10-01Factor out common CAR asm snippets.Uwe Hermann
2010-10-01CAR simplifications, typos, readability improvements (trivial).Uwe Hermann
2010-09-29Factor out fill_processor_name() and strcpy() functions.Uwe Hermann
2010-09-27oops. always run abuild on a clean tree with no other patches applied.Stefan Reinauer
2010-09-27Add 2 missing license headers based on svn logs and remove an unneeded #includeStefan Reinauer
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-09-23Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann
2010-09-23Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer
2010-09-23USB Debug Port related license header fixes (trivial).Uwe Hermann
2010-09-17AMD Fam10 code breaks with gcc 4.5.0.Scott Duplichan
2010-09-13Generate multiboot tables from coreboot tables.Juhana Helovuo
2010-09-09Add support for reserved regions to resources and coreboot tables.Myles Watson