summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-02-24jetway/nf81-t56n-lf: Use proper category.Vladimir Serbinenko
2014-02-24TI am335x: Apply Kconfig use conventionsKyösti Mälkki
2014-02-24CAR_GLOBAL: enforce compiler to check if _start != _endEdward O'Callaghan
2014-02-22device: Do not show "framebuffer graphics resolution" with native init.Vladimir Serbinenko