aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-28mainboard/*/*/ec.c: Do not include `chromeos/chromeos.h`Paul Menzel
2014-03-26mainboard/jetway/nf81-t56n-lf: Enable ACPI S3 support in KconfigEdward O'Callaghan
2014-03-24mainboard/jetway/nf81-t56n-lf: Turn on PME in devicetree.cbEdward O'Callaghan
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-03-17mainboard/lenovo/x230 Fix usage of GNU field designator extensionEdward O'Callaghan
2014-03-16Make POST device configurable.Idwer Vollering
2014-03-13mainboard/jetway/nf81-t56n-lf: Fix HWM base addr.Edward O'Callaghan
2014-03-13mainboard/jetway/nf81-t56n-lf: Remove hard-coded IMC fan craft.Edward O'Callaghan
2014-03-12drivers/spi: Add support for adesto SPI flash partsChris Douglass
2014-03-11chromeos: provide option to dynamically allocate ram oops bufferAaron Durbin
2014-03-11baytrail: Reserve memory between ASEG and 1MB and for ramoopsDuncan Laurie
2014-03-11rambi: Enable USB boot with EHCI controllerDuncan Laurie
2014-03-11baytrail: Add EHCI initializationDuncan Laurie
2014-03-11baytrail: Add XHCI initializationDuncan Laurie
2014-03-11baytrail: add audio clock workaround for LPEAaron Durbin
2014-03-11baytrail: add ccu iosf access functionsAaron Durbin
2014-03-11baytrail: HDA function disable workaroundAaron Durbin
2014-03-11baytrail: allow function disable on TXEAaron Durbin
2014-03-11baytrail: Switch graphics init to use reg_scriptDuncan Laurie
2014-03-11rmodule: allow rmodule header structure to be used by userlandAaron Durbin
2014-03-10AMD Olive Hill: add IMC fan controlWANG Siyuan
2014-03-10AMD Parmer: add IMC fan controlWANG Siyuan
2014-03-10CBMEM console: Fix build for ARMKyösti Mälkki
2014-03-09intel/gma: Remove MCH register declarations.Vladimir Serbinenko
2014-03-09smbios: Supply tag type 2 (base board information)Vladimir Serbinenko
2014-03-09mainboard/jetway/nf81-t56n-lf: Turn PS/2 driver on by default.Edward O'Callaghan
2014-03-09mainboard/jetway/nf81-t56n-lf: Fix GPP missing CLK on PCI bridge.Edward O'Callaghan
2014-03-09intel/jarrell: Apply ROMCC workaroundKyösti Mälkki
2014-03-08ROMCC: Trigger internal compiler failure and apply the workaroundKyösti Mälkki
2014-03-08qemu-i440fx: add a prototype for main()Patrick Georgi
2014-03-08lib/dynamic_cbmem.c: Include `cbmem_console.h`Paul Menzel
2014-03-07x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING optionAaron Durbin
2014-03-04Add a generic register script handlerDuncan Laurie
2014-03-04console: Use single driver entry for UARTsKyösti Mälkki
2014-03-04usbdebug: Move Kconfig under drivers/usbKyösti Mälkki
2014-03-04SMM: Only have console with DEBUG_SMIKyösti Mälkki
2014-03-04uart8250: Move under drivers/uartKyösti Mälkki
2014-03-04uart8250mem: Unify calls with generic UARTKyösti Mälkki
2014-03-04uart8250io: Unify calls with generic UARTKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-04pl011 UART: Move under drivers/uartKyösti Mälkki
2014-03-04ti/am335x: Fix baudrate calculationKyösti Mälkki
2014-03-04allwinner/a10: Fix baudrate calculationKyösti Mälkki
2014-03-04samsung/exynos5: Fix baudrate calculationKyösti Mälkki
2014-03-04option: Add arch-agnostic get_option()Kyösti Mälkki
2014-03-04uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki
2014-03-04uart: Drop HAVE_UART_MEMORY_MAPPEDKyösti Mälkki
2014-03-04uart: Do not guard entire include file by config optionsKyösti Mälkki
2014-03-04jetway/nf81-t56n-lf: Minor corrections to devicetree.cbEdward O'Callaghan
2014-03-04jetway/nf81-t56n-lf: Fix PS/2 ACPI for KBC & Mouse.Edward O'Callaghan
2014-03-04nehalem: Replace video init.Vladimir Serbinenko
2014-03-04drivers/intel/gma: Add EDID retrieving functions.Vladimir Serbinenko
2014-03-04bd82x6x, ibexpeak, lynxpoint: Unify SPI.Vladimir Serbinenko
2014-03-04ibexpeak/ehci: Set .enable_resources properly.Vladimir Serbinenko
2014-03-03coreboot: don't return struct lb_memory * from write_tables()Aaron Durbin
2014-03-03nehalem: Remove SSKPD.Vladimir Serbinenko
2014-03-03qemu: Support textmode gfx init.Vladimir Serbinenko
2014-03-03devices: Allow to configure textmode in native gfx init.Vladimir Serbinenko
2014-03-03lib/selfboot: s_srcaddr is uninitialized.Edward O'Callaghan
2014-03-03coreboot: remove unused get_lb_mem() functionAaron Durbin
2014-03-03selfboot: use bootmem infrastructureAaron Durbin
2014-03-03coreboot: introduce notion of bootmem for memory map at bootAaron Durbin
2014-03-03intel/nehalem: Fix soft reset detection.Vladimir Serbinenko
2014-03-03intel/nehalem: Use non-powercycle reset.Vladimir Serbinenko
2014-03-03nehalem/raminit: Don't touch clock generator in raminit.Vladimir Serbinenko
2014-03-03coreboot: introduce arch_payload_run()Aaron Durbin
2014-03-03selfboot: store bounce buffer in struct payloadAaron Durbin
2014-03-03coreboot: use struct payload for selfload()Aaron Durbin
2014-03-03coreboot: move common code to payload_run() from selfboot()Aaron Durbin
2014-03-03coreboot: unify infrastructure for loading payloadsAaron Durbin
2014-03-02vendorcode/amd/agesa/f*: Improve gcccar.inc assembler compatibility.Edward O'Callaghan
2014-03-01lenovo/x60: Unify volume button handling with common code.Vladimir Serbinenko
2014-03-01intel/sandybridge: add PCI IDs for 6-Series PCHChris Douglass
2014-03-01lenovo/x201: Move mainboard init to mainboard_init.Vladimir Serbinenko
2014-02-28drivers/spi: Sort SPI flash filesChris Douglass
2014-02-27baytrail: use common code for iosf accessorsAaron Durbin
2014-02-27baytrail: add lpss iosf functions and regsAaron Durbin
2014-02-27baytrail: Fix EHCI function number and XHCI typoDuncan Laurie
2014-02-27baytrail: increment boot count for elogAaron Durbin
2014-02-27baytrail: add GNVS to cbmem and set acpi_slp_typeAaron Durbin
2014-02-27baytrail: fix uninitialized acpi structuresAaron Durbin
2014-02-27baytrail: Add IOSF functions for USBPHY and USHPHYDuncan Laurie
2014-02-27rambi: Enable internal keyboardDuncan Laurie
2014-02-27rambi: Enable SATA portShawn Nematbakhsh
2014-02-27baytrail: Add SATA driverShawn Nematbakhsh
2014-02-27rambi: add all on-board devicesAaron Durbin
2014-02-27baytrail: add support for disabling south cluster pci devicesAaron Durbin
2014-02-27baytrail: use MCRX in iosf access functionsAaron Durbin
2014-02-25Kill ALT_CBFS_LOAD_PAYLOADVladimir Serbinenko
2014-02-25lynxpoint: Kill alternative cbfs_load_payload.Vladimir Serbinenko
2014-02-25Remove CACHE_ROM.Vladimir Serbinenko
2014-02-24intel/*/acpi: Increase range length of MCHBAR buffer to 32 kBPaul Menzel
2014-02-24baytrail: Enable GFX deviceDuncan Laurie
2014-02-24baytrail: IOSF write functions need to set data before controlDuncan Laurie
2014-02-24rambi: add chromeos EC supportAaron Durbin
2014-02-24baytrail: initialize chromeos EC if present in romstageAaron Durbin
2014-02-24baytrail: use version 2 of efi wrapperAaron Durbin
2014-02-24baytrail: remove gfx read_resources() work aroundAaron Durbin
2014-02-24baytrail: get rid of global microcode_ptrAaron Durbin
2014-02-24baytrail: add microcode version 319Aaron Durbin