summaryrefslogtreecommitdiffstats
path: root/src/mainboard/jetway
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi2010-02-251-5/+0
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-7/+0
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-091-9/+0
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-082-5/+5
* newconfig is no more.Patrick Georgi2010-02-072-232/+0
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-301-12/+12
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-161-1/+1
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-051-0/+1
* Add kconfig menus for most chipset VIDEO_MB values.Uwe Hermann2009-10-261-5/+0
* Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann2009-10-201-1/+2
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-172-4/+4
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-162-2/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-161-0/+1
* Drop unused and useless CONFIG_MAX_PCI_BUSES.Uwe Hermann2009-10-161-8/+0
OpenPOWER on IntegriCloud