aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
AgeCommit message (Expand)Author
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-10-10don't include unused code, we only need the header.Stefan Reinauer
2010-10-09Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann
2010-10-07Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-10-07Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK.Uwe Hermann
2010-10-06Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann
2010-10-05Add second CK804 for tyan/s2895 and sunw/ultra40.Myles Watson
2010-10-05attached patch moves a couple more config flags out of romstage:Patrick Georgi
2010-10-05- move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-10-02Allow selecting the physical USB Debug Port on AMD SB700.Uwe Hermann
2010-10-02Don't define K8_4RANK_DIMM_SUPPORT, nothing uses it.Jonathan Kollasch
2010-10-01Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi
2010-10-01ICS951462_ADDRESS defined but _never_ used. Drop it.Patrick Georgi
2010-10-01Remove a couple of defines that seem to be the result ofPatrick Georgi
2010-10-01Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GMPeter Stuge
2010-10-01Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-30fix Kontron KT690 and clean up socket S1G1 boards accordingly.Stefan Reinauer
2010-09-30drop unneeded earlymtrr.c includeStefan Reinauer
2010-09-30Move CAR settings to board config for socket 940 boards.Warren Turkal
2010-09-30Move VIA C7 board CAR config to VIA C7 instead of boards.Warren Turkal
2010-09-28Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson
2010-09-27I missed these boards in a previous commit.Warren Turkal
2010-09-27Good bye, OLPC...Stefan Reinauer
2010-09-27All these boards already had the CACHE_AS_RAM option in their individualWarren Turkal
2010-09-27Move CAR config from mainboard to CPU config for AMD GX2 boards.Warren Turkal
2010-09-27This patch moves one of the CAR configs to the socket from the singleWarren Turkal
2010-09-27RAMBASE = 0x4000 is no longer needed. Drop it.Stefan Reinauer
2010-09-27Add a kconfig option to allow the user to select a specific physicalUwe Hermann
2010-09-26i82801bx defines the hard reset function, so move the "select" statement toWarren Turkal
2010-09-26Remove hard reset config from some mainboard configsWarren Turkal
2010-09-26Normalize the config option for the Intel Atom CPU.Warren Turkal
2010-09-25Drop some useless "../../../" in #includes (trivial).Uwe Hermann
2010-09-25Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial).Uwe Hermann
2010-09-25Various USB Debug Port fixes (trivial).Uwe Hermann
2010-09-25Keep the mc146818rtc.h include close to the option table include whereMyles Watson
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-09-24Automatically fetch bus information for mptable fromPatrick Georgi
2010-09-24Undo stupid mistake in r5832Patrick Georgi
2010-09-24Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure.Uwe Hermann
2010-09-24Fix hp/dl165_g6_fam10 build. Failed to take r5800 andPatrick Georgi
2010-09-24Add support for HP DL165-G6 with Fam10 CPU.Arne Georg Gleditsch
2010-09-23Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer
2010-09-22 Here is a proposed way how to handle the SATA PHY settings on SB700. It Rudolf Marek
2010-09-21Cut the crap.Uwe Hermann
2010-09-19Make ASUS P3B-F RAM init actually work by enabling SPD access.Uwe Hermann
2010-09-13IEI Kino added to IEI mainboard Kconfig. I missed this in r5812Marc Jones
2010-09-13IEI Kino mainboard support based on Mahogany Fam10.Marc Jones
2010-09-13Add support for Asus M4A785-M.Juhana Helovuo
2010-09-13Convert i945 boards to use reserved resources instead of directly addingMyles Watson
2010-09-10Add support for LiPPERT Hurricane-LX (EPIC board with AMD Geode-LX,Jens Rottmann
2010-09-10Move memory type information out of some AMD sockets.Myles Watson
2010-09-09Please find appended. This patch gets rid of the %gs magic altogether,Arne Georg Gleditsch
2010-09-07Add support for LiPPERT Cool LiteRunner-LX (PC/104 board with AMDJens Rottmann
2010-09-07Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek
2010-09-07Set up an arbitrary amount of system memory on Geode LX, soAurelien Guillaume
2010-09-06Instead of requiring users to modify qemu to allow writes toKevin O'Connor
2010-09-03Update RoadRunner and SpaceRunner config to get in sync with currentJens Rottmann
2010-09-02Fix compilation for mtarvon. CAR initialization does early_mtrr_init,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-31SMC_CONFIG is needed before the device tree is ready and some peopleJens Rottmann
2010-08-31Make ALIX.2D3 support 2D2 as well.Jens Rottmann
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-30Fix intel mtarvon compilation by switching it over to CAR.Stefan Reinauer
2010-08-30Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann
2010-08-30Support for Lanner EM-8510 BoardAndreas Schultz
2010-08-27drop three unneeded config variables:Jens Rottmann
2010-08-26Remove unused mainboard_config definitions. Trivial.Myles Watson
2010-08-26CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann
2010-08-26kontron 986lcd-m: Fix compilation if there is no oprom execution at all...Stefan Reinauer
2010-08-25Fix i945 based boardsStefan Reinauer
2010-08-24* Adds support for PC Engines Alix.2D(1)3 board to Coreboot.Aurelien Guillaume
2010-08-20Remove a couple of warnings. Trivial.Myles Watson
2010-08-20Add support for the HP DL145 G1, based on the Tyan s2881.Oskar Enoksson
2010-08-18The attached file add pa78vm5 dev3 detection function to avoid the building e...Wang Qing Pei
2010-08-17Attached patch removes unnecessary IRQ routing info (for ACPI, mptable etc ne...Rudolf Marek
2010-08-17Commit (non-working!) Jetway PA78VM5 mainboard Wang Qing Pei
2010-08-17Another AMD 780/700 mainboard: Gigabyte MA78GM-US2HWang Qing Pei
2010-08-17Tilapila supports both dual slot and single slot. The difference should beWang Qing Pei
2010-08-17Add support for Gigabyte MA785GMT mainboard.Wang Qing Pei
2010-08-17fix nokia ip530 Kconfig, missed on last check-inStefan Reinauer
2010-08-17Whatever happened here,... The DEC Tulip is a network card, no bridge of anyStefan Reinauer
2010-08-16White space changes for s2881 device tree.Myles Watson
2010-08-14My old mcp55 azalia fix from May 2010. Was never checked in.Stefan Reinauer
2010-08-13Build 8151 for s2885. Trivial.Myles Watson
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-08-01make early_mtrr_init() invisible for cache as ram targets as it breaks them.Stefan Reinauer
2010-08-01Clarify a comment on an old hack, remove the call to early_mtrr_initCorey Osgood
2010-08-01Update my old, no longer active email addressesCorey Osgood
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-26Make include paths more consistent. Fixes compilation errors for me.Myles Watson
2010-07-08Ugly temporary fix until we figure out how to deal with the race condition.Myles Watson
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-07Kill a few more warnings.Myles Watson
2010-07-06Select HAVE_OPTION_TABLE for msi/ms9652_fam10. It fixes the build and doesn'tMyles Watson
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant