summaryrefslogtreecommitdiffstats
path: root/src/mainboard/hp
Commit message (Expand)AuthorAgeFilesLines
* Clean up #ifsPatrick Georgi2012-05-088-11/+11
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-271-1/+1
* Unify Local APIC address definitionsPatrick Georgi2012-03-083-3/+3
* broadcom/bcm5785: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-172-2/+0
* amd/amd8111: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-171-1/+0
* Remove no-op Makefiles under mainboard directoryKyösti Mälkki2012-02-091-0/+0
* Delete hard-coded driver includesKyösti Mälkki2012-02-072-1/+1
* Fixed whitespace and indentationOskar Enoksson2011-11-096-286/+286
* Added RAMINIT_SYSINFO and declared the necessary structsOskar Enoksson2011-11-076-90/+95
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi2011-10-281-1/+0
* Re-worked devicetree.cb for DL145 G1Oskar Enoksson2011-10-171-69/+52
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-133-15/+3
* mptable: Get rid of fixup_virtual_wirePatrick Georgi2011-10-133-3/+3
* mptable: Refactor lintsrc generationPatrick Georgi2011-10-133-6/+3
* TINY_BOOTBLOCK problem-fix on amdk8+amd8111 platformsenok712011-10-031-10/+0
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-204-6/+2
* Enable mahogany_fam10 and Kino family 10h to run the SB HT link at the expect...Scott Duplichan2011-03-081-0/+34
* Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle2011-03-012-8/+1
* Make AMD Fam10h CPU microcode updates optional in Expert modeXavi Drudis Ferran2011-02-261-0/+6
* Random fixes for TI pci1x2x / Nokia IP530 / others.Uwe Hermann2010-12-263-3/+3
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-163-3/+3
* Move "select CACHE_AS_RAM" lines from boards into CPU socket.Uwe Hermann2010-12-082-2/+0
* second round name simplification. drop the <component>_ prefix.stepan2010-12-084-10/+10
* first round name simplification. drop the <component>_ prefix.stepan2010-12-083-6/+6
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-071-3/+0
* Broadcom BCM5785: Add TINY_BOOTBLOCK support.Uwe Hermann2010-11-262-4/+0
* AMD-8111: Add TINY_BOOTBLOCK support.Uwe Hermann2010-11-261-2/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-213-44/+23
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-213-45/+5
* Convert more boards to use mptable_write_buses.Patrick Georgi2010-11-218-65/+8
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-211-2/+2
* Merge all spd_addr.h into the resp. romstage.c files.Uwe Hermann2010-11-202-33/+10
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-201-81/+2
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-202-18/+2
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-183-14/+0
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-163-10/+3
* Move K8_ALLOCATE_IO_RANGE to Kconfig.Patrick Georgi2010-11-072-3/+1
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-056-3/+3
* 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