aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-16x86: provide infrastructure to backup default SMM regionAaron Durbin
2014-02-16intel/jarrell: Fix missing includeKyösti Mälkki
2014-02-16baytrail: bring up APsAaron Durbin
2014-02-16rambi: add BSP lapic deviceAaron Durbin
2014-02-16baytrail: Modify GPIO pull-up specification methodShawn Nematbakhsh
2014-02-16rambi: disable internal pullups on ram_id[2:0]Aaron Durbin
2014-02-16baytrail: correct MMC pci locationAaron Durbin
2014-02-16baytrail: fix tsc rateAaron Durbin
2014-02-16usbdebug: Remove EHCI_DEBUG_OFFSETKyösti Mälkki
2014-02-16Jetway NF81-T56N-LF [2/2]: actually implement mainboard support.Edward O'Callaghan
2014-02-16Jetway NF81-T56N-LF [1/2]: create board by forking AMD PersimmonEdward O'Callaghan
2014-02-16lenovo/x60: Change to common EDID framework.Vladimir Serbinenko
2014-02-16lenovo/x60: Fix EDID byte-swapping.Vladimir Serbinenko
2014-02-15console/uart8250*: Remove inclusion of mc146818rtc.hAlexandru Gagniuc
2014-02-15coreboot: infrastructure for different ramstage loadersAaron Durbin
2014-02-15x86: provide stage_exit() like armAaron Durbin
2014-02-14google/rambi: Do not select CHROMEOS in KconfigAlexandru Gagniuc
2014-02-13superio/fintek: Document Fintek F71869AD code.Edward O'Callaghan
2014-02-13cpu/allwinner/a10: Add minimal ramstage driverAlexandru Gagniuc
2014-02-13baytrail: print dram configurationAaron Durbin
2014-02-13baytrail: allow downstream use of SSE instructionsAaron Durbin
2014-02-13baytrail: add vboot ramstage verificationAaron Durbin
2014-02-13Eliminate some ASL warningsOskar Enoksson
2014-02-12google boards: Do not hardcode location of spd.binAlexandru Gagniuc
2014-02-12baytrail: gpio: add configs for PU/PD functional pinsShawn Nematbakhsh
2014-02-12falco: Add ACPI code to describe the I2C touchpad deviceDuncan Laurie
2014-02-12lynxpoint: Do not put SerialIO devices into D3Hot in ACPI modeDuncan Laurie
2014-02-12PCI: Add capability list parser to romstageKyösti Mälkki
2014-02-12PCI: Drop includes under cpuKyösti Mälkki
2014-02-12PCI: Guard pci.h with CONFIG_PCIKyösti Mälkki
2014-02-12usbdebug: Split to USB host/deviceKyösti Mälkki
2014-02-12winbond/w83627hf/acpi: Fix some ASL warningsOskar Enoksson
2014-02-12hp/dl145_g1: Add missing copyright notesOskar Enoksson
2014-02-12hp/dl145_g1: Fix some commented out codeOskar Enoksson
2014-02-11hp/dl145_g1: Add HAVE_HARD_RESETOskar Enoksson
2014-02-11hp/dl145_g1: Adding FID/VID and Powernow ACPIOskar Enoksson
2014-02-11amd/cimx: fix sb(8|9)00 NULL type redefineAaron Durbin
2014-02-11baytrail: add reset supportAaron Durbin
2014-02-11rambi: Add platform GPIO configuration tablesShawn Nematbakhsh
2014-02-11rambi: Add ncore GPIO config tablesShawn Nematbakhsh
2014-02-11rambi: add per-sku SPD supportAaron Durbin
2014-02-11baytrail: move early init to before mainboardAaron Durbin
2014-02-11baytrail: Add functions to peek at GPIO input valuesShawn Nematbakhsh
2014-02-11baytrail: set max frequency early in romstageAaron Durbin
2014-02-11baytrail: adjust cache policy during romstageAaron Durbin
2014-02-11baytrail: add punit access functionsAaron Durbin
2014-02-11baytrail: make default GPIO configs closer to power-on defaultsShawn Nematbakhsh
2014-02-11SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki
2014-02-11Move hexdump32() to lib/hexdump.Kyösti Mälkki
2014-02-11Kconfig: Move vendorcode menu up from the bottom to above Chipset menuPeter Stuge
2014-02-11hp/dl145_g1: Adding ACPI supportOskar Enoksson
2014-02-10usbdebug: Split PCI EHCI partKyösti Mälkki
2014-02-10usbdebug: Fix data toggle on receiveKyösti Mälkki
2014-02-10usbdebug: Remove duplicate port claimKyösti Mälkki
2014-02-10usbdebug: Improve receive speedKyösti Mälkki
2014-02-09device_util: Make device in dev_find_slot_pnp u16.Vladimir Serbinenko
2014-02-09mtrr: only add prefetchable resources as WRCOMB for VGA devicesAaron Durbin
2014-02-07device_util: Add dev_find_slot_pnp.Vladimir Serbinenko
2014-02-06ARMv7: Remove static CBMEM allocationKyösti Mälkki
2014-02-06console: Drop IO and Oxford (PCI) UARTs on armv7Kyösti Mälkki
2014-02-06console: Drop extra uart_init()Kyösti Mälkki
2014-02-06uart8250: Drop includes in superioKyösti Mälkki
2014-02-06uart8250: Drop unused declarationsKyösti Mälkki
2014-02-06uart8250: Drop xmodem supportKyösti Mälkki
2014-02-06QEMU debugcon: Move under drivers/emulation/qemuKyösti Mälkki
2014-02-06ne2k: Move under drivers/netKyösti Mälkki
2014-02-06spkmodem: Move under drivers/pc80Kyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2014-02-06usbdebug: Drop obsolete codeKyösti Mälkki
2014-02-06MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko
2014-02-06lib/memrange: Skip 0-sized resources.Vladimir Serbinenko
2014-02-06mtrr: retry fitting w/o WRCOMB if usage exceeds BIOS allocationAaron Durbin
2014-02-06memranges: add memranges_update_tag() functionalityAaron Durbin
2014-02-05load_payload: Use 32-bit accesses to speed up decompression.Vladimir Serbinenko
2014-02-05lenovo/x201: Enable flash prefetching.Vladimir Serbinenko
2014-02-05mainboard/google: add initial rambi mainboard supportAaron Durbin
2014-02-05baytrail: initialize punitAaron Durbin
2014-02-05baytrail: load microcode in bootblockAaron Durbin
2014-02-05baytrail: disable tco timerAaron Durbin
2014-02-05baytrail: program PUNIT memory-mapped base addressAaron Durbin
2014-02-05baytrail: add 316 microcodeAaron Durbin
2014-02-05baytrail: additional iosf changesAaron Durbin
2014-02-05baytrail: import and use updated mrc_wrapper.hAaron Durbin
2014-02-05baytrail: Rearrange config options alphanumericallyVadim Bendebury
2014-02-05baytrail: start collecting timestampsAaron Durbin
2014-02-04pcengines/alix2c: Add ALIX.2C as a clone of ALIX.2D.Vladimir Serbinenko
2014-02-04AMD cimx/sb800: Set SPI frequency and prefetchKyösti Mälkki
2014-02-03cpu/amd/model_fxx: Add coolnquiet for two new (old) AMD K8 modelsOskar Enoksson
2014-02-03baytrail: Add GPIO initial configuration infrastructure.Shawn Nematbakhsh
2014-02-03lenovo/x230: Enable msata port.Vladimir Serbinenko
2014-02-02Add section header parsing and use it in the mk-payload stepRonald G. Minnich
2014-02-02drivers/i2c/at24rf08c/lenovo_serials.c: Remove trailing whitespacePaul Menzel
2014-02-01AGESA f15tn: Fix GPP ports resumeRudolf Marek
2014-02-01lenovo/x201: Skip AT24RF08 detection.Vladimir Serbinenko
2014-02-01pcengines/alix6: Make clone declaration in line with other clones.Vladimir Serbinenko
2014-02-01AMD hudson and yangtze: add IMC fan control supportWANG Siyuan
2014-02-01lenovo: Handle EEPROM/RFID chip.Vladimir Serbinenko
2014-02-01ibexpeak: add smbus_write_byteVladimir Serbinenko
2014-02-01bd82x6x: Add smbus_write_byteVladimir Serbinenko
2014-02-01smbus: Add guards to avoid calling NULL.Vladimir Serbinenko