summaryrefslogtreecommitdiffstats
path: root/src/mainboard/hp
Commit message (Expand)AuthorAgeFilesLines
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-263-6/+6
* Move bcm5785_enable_rom.c include to where it's used.Patrick Georgi2010-10-262-0/+2
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-253-66/+6
* Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.Uwe Hermann2010-10-131-4/+5
* Convert all Intel i810 boards to CAR.Uwe Hermann2010-10-132-13/+2
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+2
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-074-4/+2
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-053-3/+1
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson2010-09-283-16/+0
* Various USB Debug Port fixes (trivial).Uwe Hermann2010-09-252-4/+0
* Undo stupid mistake in r5832Patrick Georgi2010-09-241-1/+0
* Fix hp/dl165_g6_fam10 build. Failed to take r5800 andPatrick Georgi2010-09-242-0/+3
* Add support for HP DL165-G6 with Fam10 CPU.Arne Georg Gleditsch2010-09-2413-0/+1188
* Cut the crap.Uwe Hermann2010-09-212-2/+2
* Move memory type information out of some AMD sockets.Myles Watson2010-09-101-0/+2
* 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-304-38/+32
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-263-9/+3
* Remove a couple of warnings. Trivial.Myles Watson2010-08-202-3/+0
* Add support for the HP DL145 G1, based on the Tyan s2881.Oskar Enoksson2010-08-2012-0/+1214
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+0
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-063-7/+2
* This patch implements GFXUMA on all supported i810 boards. Also some fix-ups ...Joseph Smith2010-06-202-0/+8
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-16/+2
* license header fixes Nils Jacobs2010-05-141-2/+1
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-091-1/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-082-3/+2
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-052-4/+4
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-272-2/+2
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-162-8/+7
* zero warnings days...Stefan Reinauer2010-04-151-8/+1
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-25/+18
* zero warnings days. Down to under 600 different warnings Stefan Reinauer2010-04-141-4/+4
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-091-1/+1
* Clean up fidvid files using indent.Myles Watson2010-04-081-3/+3
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-2/+2
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-072-2/+2
* - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLYStefan Reinauer2010-04-071-5/+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-312-2/+2
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-301-5/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-301-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-292-11/+1
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-292-2/+2
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-10/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-292-2/+2
* Fix all the format string warnings.Myles Watson2010-03-222-3/+3
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-222-18/+18
* Remove remaining uses ofPatrick Georgi2010-03-181-10/+0
OpenPOWER on IntegriCloud