summaryrefslogtreecommitdiffstats
path: root/src/mainboard/jetway
Commit message (Expand)AuthorAgeFilesLines
* Drop per-board ram_check() calls for now.Uwe Hermann2010-11-222-5/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-212-14/+6
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-212-23/+7
* Convert boards to use mptable_write_buses.Patrick Georgi2010-11-213-32/+3
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-211-0/+1
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-202-4/+1
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-201-7/+1
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-181-2/+0
* This problem was introduced withTobias Diedrich2010-11-171-2/+3
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-161-5/+1
* DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4Scott Duplichan2010-11-071-1/+1
* Remove comments that are obsolete since r6028.Uwe Hermann2010-11-061-2/+0
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-052-1/+1
* Various PIRQ/MPTABLE/ACPI Kconfig fixes.Uwe Hermann2010-11-051-3/+3
* Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway.Uwe Hermann2010-10-311-4/+0
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-261-1/+1
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-251-22/+2
* Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan2010-10-241-1/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-2/+1
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-072-2/+1
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-051-4/+1
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-052-2/+2
* Allow selecting the physical USB Debug Port on AMD SB700.Uwe Hermann2010-10-021-1/+1
* Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi2010-10-011-1/+0
* drop unneeded earlymtrr.c includeStefan Reinauer2010-09-301-1/+0
* Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson2010-09-281-8/+0
* RAMBASE = 0x4000 is no longer needed. Drop it.Stefan Reinauer2010-09-271-4/+0
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-251-1/+1
* Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure.Uwe Hermann2010-09-241-0/+11
* Cut the crap.Uwe Hermann2010-09-211-1/+1
* Move memory type information out of some AMD sockets.Myles Watson2010-09-101-0/+2
* Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek2010-09-071-3/+0
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-303-30/+26
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-263-9/+2
* The attached file add pa78vm5 dev3 detection function to avoid the building e...Wang Qing Pei2010-08-181-0/+6
* Commit (non-working!) Jetway PA78VM5 mainboard Wang Qing Pei2010-08-1722-1/+5216
* Clarify a comment on an old hack, remove the call to early_mtrr_initCorey Osgood2010-08-011-5/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-0/+1
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-2/+1
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-051-2/+2
* zero warnings days...Stefan Reinauer2010-04-221-1/+0
* This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer2010-04-092-11/+1
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* - copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer2010-04-071-7/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-4/+4
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-291-3/+1
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-291-1/+1
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-28/+0