summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nehalem boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki2014-06-253-2/+1
* i945 boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki2014-06-258-7/+1
* emulation/qemu: Switch x86 to DYNAMIC_CBMEMKyösti Mälkki2014-06-252-2/+2
* sandy/ivy boards: Switch to use DYNAMIC_CBMEMKyösti Mälkki2014-06-2512-11/+2
* pc80/mc146818rtc.h: Has X86 specific inlines without guardsEdward O'Callaghan2014-06-252-1/+6
* nehalem sandy ivy: Check cbmem_add() result for MRC dataKyösti Mälkki2014-06-252-30/+29
* drivers/intel/gma: Uninitialized var before if conditionEdward O'Callaghan2014-06-251-1/+1
* include/pc80/mc146818rtc.h: Move include to top of fileEdward O'Callaghan2014-06-251-1/+1
* intel/haswell: Report x32 memory as "x8 or x32"Duncan Laurie2014-06-251-4/+4
* intel/lynxpoint: xhci: Update magic bits to new magic valuesDuncan Laurie2014-06-251-2/+2
* drivers/elog: Unmangle header include out of pre-proc condEdward O'Callaghan2014-06-251-2/+3
* src/ec: Sanitize headers and comment #endif pairingsEdward O'Callaghan2014-06-2515-34/+33
* src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan2014-06-254-14/+14
* device/pci_device.c: Sanitize headersEdward O'Callaghan2014-06-251-22/+8
* device/{cardbus,agp}.h: Missing header for device_t typeEdward O'Callaghan2014-06-252-3/+8
* AGESA S3: Fix ACPISCRATCH in CBMEMKyösti Mälkki2014-06-252-5/+1
* AGESA: Move config parameters for non-volatile S3 dataKyösti Mälkki2014-06-257-81/+24
* Declare acpi_is_wakeup_early() only onceKyösti Mälkki2014-06-2521-11/+25
* i945 boards: Drop disabled ram_check() callsKyösti Mälkki2014-06-257-116/+0
* MP Table: Change types to be consistent with the specMike Loptien2014-06-242-117/+175
* baytrail_fsp: Fix the mmconf KconfigMartin Roth2014-06-231-3/+1
* fsp_baytrail: Minor Kconfig updatesMartin Roth2014-06-231-2/+2
* bayleybay_fsp: Add comments for the MMC/SD devices in devicetreeMartin Roth2014-06-231-4/+4
* Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan2014-06-217-22/+2
* cpu/amd/agesa: Use acpi_is_wakeup()Kyösti Mälkki2014-06-214-20/+5
* AMD cimx/sb800: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-212-11/+2
* northbridge/amd/agesa: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-213-42/+8
* PCI VGA ROM: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+2
* PC80 RTC: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+1
* PS2 keyboard: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-212-12/+1
* Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-213-7/+3
* intel boards: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-2127-56/+28
* superio/smsc/fdc37n972: Trivial cleanup reorder headersEdward O'Callaghan2014-06-213-5/+5
* superio/nuvoton: Add chip support for setting IRQs to edge/levelDave Frodin2014-06-203-1/+99
* superio/nuvoton: Adds a function to route pins 41-48 to UARTDDave Frodin2014-06-203-3/+62
* southbridge/intel/lynxpoint/me_9.x.c: Use IS_ENABLED macroEdward O'Callaghan2014-06-201-9/+9
* superio/ite/it8772f: Remove prototypes for func with no bodyEdward O'Callaghan2014-06-201-2/+0
* src/mainboard/google/*/mainboard_smi.c: Remove #include .c'sEdward O'Callaghan2014-06-202-6/+0
* google/link, lenovo/x60: i915io.c: Use define `ARRAY_SIZE`Paul Menzel2014-06-202-2/+2
* mainboard/jetway/nf81-t56n-lf: Port recent Persimmon changesEdward O'Callaghan2014-06-203-77/+177
* ACPI: Add acpi_is_wakeup_s3()Kyösti Mälkki2014-06-202-5/+14
* sandy/ivy boards: Use acpi_s3_resume_allowed()Kyösti Mälkki2014-06-2011-110/+121
* nehalem boards: Use acpi_s3_resume_allowed()Kyösti Mälkki2014-06-202-9/+16
* intel/i945 gm45: Use acpi_s3_resume_allowed()Kyösti Mälkki2014-06-208-85/+88
* ACPI S3 support: Add acpi_s3_resume_allowed()Kyösti Mälkki2014-06-204-28/+30
* util/cbmem: Workaround for IS_ENABLED()Kyösti Mälkki2014-06-201-0/+1
* src/lib/clog2.c: Fix style and clarity, remove some cruftEdward O'Callaghan2014-06-201-18/+11
* drivers/intel/gma: Equality comparison with extraneous parenthesesEdward O'Callaghan2014-06-201-2/+2
* supermicro/h8scm: Fix KconfigKyösti Mälkki2014-06-191-1/+1
* intel/bayleybay_fsp: Drop redundant EARLY_CBMEM_INITKyösti Mälkki2014-06-181-1/+0