summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2010-09-02Revert 5762. It silently broke a lot of boards because abuild was broken.Myles Watson
2010-09-01Fix race condition in option_table.h generation by moving the include statementStefan Reinauer
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-04Remove warnings from USB debug console code.Myles Watson
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-07-28Let Geode GX2 use geode_post_code.h just like Geode LXNils Jacobs
2010-07-26This patch converts the Geode GX2 boards to CAR.Nils Jacobs
2010-07-16Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-08get rid of even more fam10 and k8 warnings.Stefan Reinauer
2010-07-07fix some more warningsStefan Reinauer
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-10This commit updates the Geode LX GLCP delay control setup from the v2 way to ...Edwin Beasant
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-07Fix some of Peter's suggestions for the Nokia IP530.Myles Watson
2010-06-07Remove the rest of cardbus_scan_bus.Myles Watson
2010-06-04Fixes for Nokia IP530 and associated drivers.Marc Bertens
2010-05-25Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer
2010-05-25Fix usbdebug compilation.Stefan Reinauer
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-05-19cosmetic comment changes.Stefan Reinauer