aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-29mainboard/asus/kgpe-d16: Properly configure SR5690 southbridge PIKE slotTimothy Pearson
2015-10-29southbridge/nvidia/ck804: Fix boot hang on ASUS KFSN4-DRE w/ K8 CPUTimothy Pearson
2015-10-29pcengines/apu1: adapt comments in devicetree to boardFelix Held
2015-10-29northbridge/amd/amdk8: Improve DIMM detection debuggingTimothy Pearson
2015-10-29mainboard: Convert #ifdef to IS_ENABLED in get_bus_conf.cTimothy Pearson
2015-10-29smmhandler: on i945..nehalem, crash if LAPIC overlaps with ASEGPatrick Georgi
2015-10-28vboot2: Fix flows for TPM_E_MUST_REBOOTFurquan Shaikh
2015-10-28google/glados: Set the type-c flex port to max USB2 settingsDuncan Laurie
2015-10-28intel/skylake: Add USB2 port config for max settingsDuncan Laurie
2015-10-28google/chell: Set DPTF critical temperature to 99CDuncan Laurie
2015-10-28google/lars: Add new mainboarddavid
2015-10-28google/lars: Copy from intel/kunimitsudavid
2015-10-28vboot: check vb2_shared_data flags for manual recoveryDaisuke Nojiri
2015-10-28cpu/intel/fsp_model_206ax: Load microcode in corebootMartin Roth
2015-10-28jpeg: add jpeg_fetch_size()Patrick Georgi
2015-10-28mainboard/asus/kgpe-d16: Add initial support for the KGPE-D16Timothy Pearson
2015-10-27southbridge/amd/sb700: Add Suspend to RAM (S3) supportTimothy Pearson
2015-10-27device: Stop and output time in `scan_bus()`Paul Menzel
2015-10-27include/timer.h: Guard `timer_monotonic_get()` calls by `CONFIG_HAVE_MONOTONI...Paul Menzel
2015-10-27intel/skylake: Clean up USB configuration in devicetreeDuncan Laurie
2015-10-27intel/kunimitsu: Add device properties for Nuvoton codeYong Zhi
2015-10-27intel/kunimitsu: csme: program sml gpios for csme power gatingArchana Patni
2015-10-27google/glados: csme: program sml gpios for csme power gatingArchana Patni
2015-10-27google/chell: fix hynix spd dataAaron Durbin
2015-10-27FSP1_1: Always use common codeLee Leahy
2015-10-27FSP 1.1: Replace soc_ prefix with fsp_Lee Leahy
2015-10-27FSP 1.1: Move common FSP codeLee Leahy
2015-10-27ec/chrome: Disable LPC Continuous Serial IRQ Selectpchandri
2015-10-27boot_device: add call to boot_device_init()Aaron Durbin
2015-10-27intel/kunimitsu FAB3: Configure LPC to Quiet Mode.pchandri
2015-10-27google/chell: Add new mainboard for chellDuncan Laurie
2015-10-27google/chell: copy glados to chellDuncan Laurie
2015-10-27google/glados: Add USB phy settings and update enabled optionsDuncan Laurie
2015-10-27google/glados: Enable TPM PIRQDuncan Laurie
2015-10-27tpm: acpi: Add support for TPM PIRQDuncan Laurie
2015-10-27intel/skylake: IRQ programming through UPDSubrata Banik
2015-10-27intel/kunimitsu: USB Phy settings and Skip UART2 init in FSPRizwan Qureshi
2015-10-27intel/skylake: FSP 1.7.0 MemoryInit/SiliconInit params updateRizwan Qureshi
2015-10-27intel/kunimitsu Fab3: Strengthening Rcomp target CTRL valuepchandri
2015-10-27intel/skylake: Add support for Gfx PEIM (AKA GOP)robbie zhang
2015-10-27fsp/intel common: Add support for Gfx PEIM (AKA GOP)robbie zhang
2015-10-27coreboot: make lb_framebuffer a weak functionrobbie zhang
2015-10-27cpu/amd/car: Add initial Suspend to RAM (S3) supportTimothy Pearson
2015-10-27cpu: create an empty file when no microcode files are givenAlexander Couzens
2015-10-27asus/f2a85-m: Activate IOMMU supportRudolf Marek
2015-10-27northbridge/amd/amdfam10: Limit maximum RAM clock to BKDG recommendationsTimothy Pearson
2015-10-26northbridge/amd/amdmct: Fix broken AMD K10 DDR3 memory initalizationTimothy Pearson
2015-10-26southbridge/amd/sr5650: Add AMD Family 15h CPU supportTimothy Pearson
2015-10-25AMD Family 0Fh: ensure CONFIG_CBB and CONFIG_CDB have sane valuesJonathan A. Kollasch
2015-10-25Add support for the Silicon Image "Ultra ATA-133 Host Controller"Denis 'GNUtoo' Carikli
2015-10-25intel/kunimitsu: Add chromeos to verstageLee Leahy
2015-10-25rockchip/rk3288: Remove 1392MHz option for RK3288 APLLDavid Hendricks
2015-10-25google/veyron_rialto: Throttle to 1416MHz @ 1200mV in bootblockDavid Hendricks
2015-10-25rockchip/rk3288: Add 1416MHz as an option for RK3288 APLLDavid Hendricks
2015-10-25google/veyron_rialto: Reduce voltage and frequency in recovery modeDavid Hendricks
2015-10-25rockchip/rk3288: Add 600MHz as an option for RK3288 APLLDavid Hendricks
2015-10-25yabel: explicitly cast values to match printk expectationsStefan Reinauer
2015-10-25yabel: Use IS_ENABLED where appropriateStefan Reinauer
2015-10-25yabel: Don't cast pointer to u32Stefan Reinauer
2015-10-25Separate bootsplash image menuconfig option from othersKonstantin Aladyshev
2015-10-25southbridge/amd/sb700: Add option for last power state after failureTimothy Pearson
2015-10-25cpu/amd/car: Use standard integer types in post_cache_as_ram.cTimothy Pearson
2015-10-25southbridge/amd/sb700: Set up uninitialized devices in early bootTimothy Pearson
2015-10-25northbridge/amd/amdfam10: Enable advanced PCIe setup optionsTimothy Pearson
2015-10-25device/pciexp_device: Tune PCIe bridges before scanning childrenTimothy Pearson
2015-10-25device/pci_device: Set bridge primary bus number before scanningTimothy Pearson
2015-10-25cpu/amd/car: remove PRINTK_IN_CAR #define that was hardcoded to 1Timothy Pearson
2015-10-24cpu/amd: Add initial support for AMD Socket G34 processorsTimothy Pearson
2015-10-24southbridge/amd/sr5650: Fix hardcoded printk() function names in pcie.cTimothy Pearson
2015-10-24southbridge/amd/sb700: Fix boot hang on ASUS KGPE-D16Timothy Pearson
2015-10-24southbridge/amd/sb700/acpi: Add IDE / SATA ASL codeTimothy Pearson
2015-10-24drivers/aspeed: Add native text mode VGA support for the AST2050Timothy Pearson
2015-10-24southbridge/amd/sr5650: Fix boot failure on ASUS KGPE-D16Timothy Pearson
2015-10-24mainboard/asrock/e350m1: Update CMOS layout to match SIO changesTimothy Pearson
2015-10-24lib/stack: Add stack overrun detectionTimothy Pearson
2015-10-24mainboard: Update mainboards using the w83795 sensor deviceTimothy Pearson
2015-10-24drivers/i2c/w83795: Add option to use auxiliary SMBUS controllerTimothy Pearson
2015-10-24southbridge/amd/sb700: Allow use of auxiliary SMBUS controllerTimothy Pearson
2015-10-24drivers/i2c/w83795: Add full support for core functionsTimothy Pearson
2015-10-24southbridge/amd/sr5650: Add optional delay after link trainingTimothy Pearson
2015-10-24device/smbus: Avoid infinite loop if SMBUS device has wrong parentTimothy Pearson
2015-10-24amd/agesa/hudson: Add support for hiding the USB1.1-only OHCITobias Diedrich
2015-10-24amd/sb800: Make UsbRxMode per-board customizableTobias Diedrich
2015-10-24amd/acpi: Clean up SMBus references.Tobias Diedrich
2015-10-23google/auron: Remove additional SPD file entriesMarc Jones
2015-10-23Intel: Move MCRS ResourceTemplate outside of _CRS methodMartin Roth
2015-10-23roda/rk9: Consolidate `acpi/platform.asl`Paul Menzel
2015-10-23lenovo/t400: Consolidate `acpi/platform.asl`Paul Menzel
2015-10-23lenovo/x200: Consolidate `acpi/platform.asl`Paul Menzel
2015-10-23southbridge/intel: Move `i82801gx/acpi/platform.asl` to `common/acpi`Paul Menzel
2015-10-23cpu/intel: Move Power notification ASL code into `common/acpi`Paul Menzel
2015-10-23intel/fsp_baytrail: Fix logging of ISPEnable optionDavid Imhoff
2015-10-23asrock/e350m1: disable unconnected GPP PCIe clocksFelix Held
2015-10-23SB800-mainboards: use write8 to disable unused GPP CLKFelix Held
2015-10-23superio/nuvoton/nct5572d: Enable power state after power failure supportTimothy Pearson
2015-10-23northbridge/amd/amdmct: Fix Family 15h detectionTimothy Pearson
2015-10-23southbridge/amd/sr5650: Fix GPP3a link training in higher width modesTimothy Pearson
2015-10-23device/hypertransport: Add additional debug outputTimothy Pearson
2015-10-23cpu/amd/model_10xxx: Clean up debugging statementsTimothy Pearson
2015-10-23northbridge/amd/amdmct/mct_ddr3: Fix curly brace style violationsTimothy Pearson