summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2019-06-12{drivers,soc/intel/braswell}: Implement C_ENVIRONMENT_BOOTBLOCK supportFrans Hendriks
2019-06-10spi_flash: Add Dual SPI supportJulius Werner
2019-06-10spi_flash: Make .read() callback optionalJulius Werner
2019-06-10spi_flash: gigadevice: Adopt Winbond chip info structureJulius Werner
2019-06-10cbfs_spi: Enable speed logging by default for BIOS_DEBUGJulius Werner
2019-06-08mb/lenovo/t430: Fix Dual GraphicsPatrick Rudolph
2019-06-05src/drivers/intel: Avoid NULL pointer dereferenceJohn Zhao
2019-06-04drivers/fsp20: Fix spelling in help textFelix Singer
2019-06-04soc/intel/braswell: Use common cpu/intel/car codeArthur Heymans
2019-06-03drivers/aspeed/ast2050: Remove variable set but not usedElyes HAOUAS
2019-06-03src/driver/vpd: Update lib_vpd from upstreamHung-Te Lin
2019-06-03drivers/intel/fsp1_1: Exit cleanly if FSP not foundJacob Garber
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29soc/intel/skylake: Use common cpu/intel/car romstage codeArthur Heymans
2019-05-29drivers/intel/fsp1.1: Simplify bootflow and clean upArthur Heymans
2019-05-29src/drivers/xgi: Move coreboot related includes to xgi_coreboot.hElyes HAOUAS
2019-05-29drivers/generic/max98357a: Add extra error handlingJacob Garber
2019-05-29drivers/intel/fsp2_0: Dont' use CAR_GLOBALArthur Heymans
2019-05-29drivers/emulation/qemu_debugcon: Don't use CAR_GLOBALArthur Heymans
2019-05-29Clean up unused arch/early_variables.h headerArthur Heymans
2019-05-29drivers/intel/fsp2_0: Fix typo mistakeSubrata Banik
2019-05-27src/drivers/intel/fsp1_0: Move PLATFORM_USES_FSP1_0Arthur Heymans
2019-05-27drivers/intel/fsp1.1: Remove unused functionArthur Heymans
2019-05-27drivers/intel/fsp1.1: Remove stale comment on bootflowArthur Heymans
2019-05-25AGESA binaryPI: Add AGESA entry timestampsKyösti Mälkki
2019-05-25AGESA binaryPI: Redo entrypoints namelistKyösti Mälkki
2019-05-25AGESA: Move debug helper to eventlog fileKyösti Mälkki
2019-05-25AGESA: Move heap_status_name() implementationKyösti Mälkki
2019-05-23AGESA binaryPI: Sync STRUCT_NAME definitionsKyösti Mälkki
2019-05-22post_code: add post code for video initialization failureKeith Short
2019-05-22post_code: add post code for memory errorKeith Short
2019-05-22post_code: add post code for invalid vendor binaryKeith Short
2019-05-21soc/intel/fsp1.1: Implement postcar stageArthur Heymans
2019-05-21src/drivers/intel/fsp2_0: Fix logical 'and' of equal expressionsElyes HAOUAS
2019-05-16{arch,cpu}/x86, drivers/intel: Restore cpu_index error handlingJacob Garber
2019-05-16drivers/elog: Rename ramstage_elog_add_boot_count() to elog_add_boot_count()Subrata Banik
2019-05-16Remove remaining unnecessary ENV_RAMSTAGE guardSubrata Banik
2019-05-14Remove unnecessary ENV_RAMSTAGE guardSubrata Banik
2019-05-12nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGENico Huber
2019-05-123rdparty/libgfxinit: Update for runtime CPU detectionNico Huber
2019-05-12boot_device: Constify argumentPatrick Rudolph
2019-05-07intel/fsp1_1: Drop remnants of `pei_data`Nico Huber
2019-05-07intel/fsp1_1: Move MRC cache pointers into `romstage_params`Nico Huber
2019-05-07intel/fsp1_1: Drop `boot_mode` from `pei_data`Nico Huber
2019-05-07intel/fsp1_1: Drop unused, weak raminit()Nico Huber
2019-05-06drivers/intel/fsp2_0: Fix fsp post-init validationMatthew Garrett
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-05-06drivers/intel/fsp1_1/cache_as_ram.inc: Reduce max line length to 80Frans Hendriks
2019-05-03drivers/fsp 1.1: clean up Kconfig optionsMatt DeVillier
2019-04-25drivers/spi/sst: Remove unused variablesElyes HAOUAS