summaryrefslogtreecommitdiffstats
path: root/src/mainboard/hp
Commit message (Expand)AuthorAgeFilesLines
* AMD boards: Fix typosKyösti Mälkki2014-06-262-2/+2
* PIRQ tables: Fix typosKyösti Mälkki2014-06-262-2/+2
* Declare acpi_is_wakeup_early() only onceKyösti Mälkki2014-06-251-0/+1
* amd/agesa,cimx: Rename ACPI OS detection methodsEdward O'Callaghan2014-06-142-2/+2
* mainboard.c: Fix typo in appro*p*riate in commentPaul Menzel2014-06-131-1/+1
* AGESA: Use common heap allocatorKyösti Mälkki2014-06-061-3/+3
* AGESA: Use common GetBiosCallout()Kyösti Mälkki2014-06-063-28/+3
* AGESA fam15tn fam16kb: Use shared default calloutsKyösti Mälkki2014-06-061-6/+6
* AGESA fam15tn fam16kb: Use common handler for GNB_GFX_GET_VBIOS_IMAGEKyösti Mälkki2014-06-061-1/+1
* AGESA: Add common calloutsKyösti Mälkki2014-05-261-0/+1
* intel: Remove GFXUMA and related global variablesKyösti Mälkki2014-05-191-1/+0
* southbridge/amd/sb?00/lpc.c: Move i8254/i8259 down in southbridgeEdward O'Callaghan2014-05-131-11/+0
* Replace SERIAL_CPU_INIT with PARALLEL_CPU_INITKyösti Mälkki2014-05-101-1/+0
* superio/serverengines/pilot: Avoid .c includesEdward O'Callaghan2014-05-094-4/+4
* Squelch some warnings from KconfigKyösti Mälkki2014-05-091-4/+1
* AGESA: Implement EmptyHeap()Kyösti Mälkki2014-05-051-13/+1
* AGESA fam15tn: Use common GetHeapBase()Kyösti Mälkki2014-05-052-21/+0
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-035-5/+0
* mainboard/: Avoid including early_serial.c from w83627hfEdward O'Callaghan2014-04-301-2/+3
* AMD: Add common header file for CAR setupKyösti Mälkki2014-04-281-4/+1
* mainboard/*: Remove DUMP_ACPI_TABLES from amd boardsEdward O'Callaghan2014-04-261-43/+0
* hp/pavilion_m6_1035dx: Map PCIE PME sources to GPE 0x18Alexandru Gagniuc2014-04-213-6/+7
* hp/pavilion_m6_1035dx: Map USB and PWRB PME sources to GPE 11Alexandru Gagniuc2014-04-213-10/+22
* AMD hudson and yangtze boards: Let mainboard declare power buttonAlexandru Gagniuc2014-04-212-3/+9
* hp/pavilion_m6_1035dx: Do not re-init EC and lid SMI on S3 resumeAlexandru Gagniuc2014-04-201-7/+12
* hp/pavilion_m6_1035dx: Suspend/resume on lid close/open with ACPIAlexandru Gagniuc2014-04-203-0/+28
* hp/pavilion_m6_1035dx: Add GEVENT to GPE SCI mapping tableAlexandru Gagniuc2014-04-202-1/+12
* hp/pavilion_m6_1035dx: Move GEVENT/GPE definitions to common fileAlexandru Gagniuc2014-04-203-6/+25
* hp/pavilion_m6_1035dx: Implement MB.LIDS ACPI methodAlexandru Gagniuc2014-04-191-1/+4
* hp/pavilion_m6_1035dx: Implement ACPI for wireless toggle hotkeyAlexandru Gagniuc2014-04-191-1/+4
* ec/compal/ene932: Update to use coreboot EC-mainboard APIAlexandru Gagniuc2014-04-192-6/+19
* hp/pavilion_m6_1035dx: Rename "LID0" ACPI object to "LID"Alexandru Gagniuc2014-04-191-1/+1
* hp/pavilion_m6_1035dx: Shutdown when lid is closed on non-ACPI OSAlexandru Gagniuc2014-04-183-0/+14
* southbridge/hudson: Compile refactored SMI setup utilities in SMMAlexandru Gagniuc2014-04-181-1/+1
* hp/pavilion_m6_1035dx: Shutdown on low battery with non-ACPI OSAlexandru Gagniuc2014-04-181-4/+22
* AMD hudson yangtze: Drop MAX_PHYSICAL_CPUS in commentsKyösti Mälkki2014-04-171-1/+0
* hp/pavilion_m6_1035dx: Remove code which dumps ACPI tablesAlexandru Gagniuc2014-04-171-28/+0
* hp/pavilion_m6_1035dx: Add SMI handler and handle EC requestsAlexandru Gagniuc2014-04-176-5/+102
* southbridge/hudson: Use MMIO instead of PIO to access PM spaceAlexandru Gagniuc2014-04-161-4/+4
* AMD hudson yantgze: Drop MAX_PHYSICAL_CPUSKyösti Mälkki2014-04-161-4/+0
* AMD hudson yantgze: Drop APIC_ID_OFFSETKyösti Mälkki2014-04-161-4/+0
* AMD AGESA: Drop SB_HT_CHAIN_UNITID_OFFSET_ONLYKyösti Mälkki2014-04-161-1/+0
* AMD AGESA: Drop LIFT_BSP_APIC_IDKyösti Mälkki2014-04-161-1/+0
* AMD AGESA: Drop AMDMCTKyösti Mälkki2014-04-161-1/+0
* hp/pavilion_m6_1035dx: Add EC keyboard controller to devicetreeAlexandru Gagniuc2014-04-161-1/+6
* hp/pavilion_m6_1035dx: Use hexdump() for dumping ACPI tablesEdward O'Callaghan2014-04-151-27/+11
* hp/pavilion_m6_1035dx: Fix GPIO map and add WLAN pinAlexandru Gagniuc2014-04-141-3/+26
* hudson boards: Don't require ide.asl file on boards without IDEAlexandru Gagniuc2014-04-131-20/+0
* hp/pavilion_m6_1035dx: Add basic EC initializationAlexandru Gagniuc2014-04-134-0/+44
* hp/pavilion_m6_1035dx: Add ACPI support for lid switchAlexandru Gagniuc2014-04-121-0/+12