| Commit message (Expand) | Author | Age | Files | Lines |
* | Change all clrsetbits_leXX() to clrsetbitsXX() | Julius Werner | 2019-12-04 | 1 | -2/+1 |
* | mmio: Add clrsetbitsXX() API in place of updateX() | Julius Werner | 2019-12-04 | 1 | -3/+3 |
* | drivers/gfx: Add generic graphics with SSDT generator | Mathew King | 2019-12-02 | 4 | -0/+190 |
* | src/: Remove g_ prefixes and _g suffixes from variables | Patrick Georgi | 2019-12-02 | 8 | -165/+168 |
* | drivers/usb/ehci_debug: Add x86_64 support | Patrick Rudolph | 2019-12-02 | 3 | -4/+5 |
* | drivers/spi/flashconsole.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-30 | 1 | -43/+31 |
* | src/drivers: Fix two issues discovered by checkpatch | Patrick Georgi | 2019-11-30 | 2 | -2/+2 |
* | AGESA,binaryPI: Add compatibility wrapper for romstage entry | Kyösti Mälkki | 2019-11-30 | 2 | -17/+27 |
* | AGESA,binaryPI: Fix stack location on entry to romstage | Michał Żygowski | 2019-11-30 | 2 | -12/+26 |
* | AGESA,binaryPI: Remove __x86_64__ long mode in CAR | Michał Żygowski | 2019-11-30 | 1 | -45/+0 |
* | AGESA,binaryPI: Remove redundant SSE enable | Michał Żygowski | 2019-11-30 | 1 | -10/+0 |
* | AGESA,binaryPI: Remove BIST reporting in romstage | Kyösti Mälkki | 2019-11-30 | 1 | -11/+4 |
* | AGESA,binaryPI: Split romstage_main() to BSP and AP parts | Kyösti Mälkki | 2019-11-30 | 1 | -3/+31 |
* | drivers/spi/boot_device_rw_nommap.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-29 | 1 | -28/+12 |
* | drivers/elog/elog.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-29 | 1 | -84/+43 |
* | drivers/amd/agesa/def_callouts.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-29 | 1 | -1/+0 |
* | drivers/pc80/pc/i8254.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-29 | 1 | -12/+7 |
* | drivers/spi/spi_flash.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-29 | 1 | -6/+5 |
* | drivers/uart/oxpcie_early.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-29 | 1 | -4/+3 |
* | drivers/usb/ehci_debug.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-29 | 1 | -8/+7 |
* | drivers/vpd/vpd.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-29 | 2 | -21/+13 |
* | security/tpm: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans | 2019-11-29 | 9 | -151/+117 |
* | drivers/smmstore: Fix some issues | Arthur Heymans | 2019-11-29 | 1 | -64/+104 |
* | cr50 i2c: add error message reporting TPM IRQ timeout | Vadim Bendebury | 2019-11-27 | 1 | -2/+3 |
* | AGESA,binaryPI: Remove early_all_cores() | Kyösti Mälkki | 2019-11-27 | 2 | -11/+3 |
* | binaryPI: Drop CAR teardown without POSTCAR_STAGE | Kyösti Mälkki | 2019-11-27 | 3 | -58/+39 |
* | binaryPI: Drop BINARYPI_LEGACY_WRAPPER support | Kyösti Mälkki | 2019-11-27 | 4 | -40/+4 |
* | soc/intel/{apl,cnl,dnv,skl}: Skip ucode loading by FSP-T | Subrata Banik | 2019-11-26 | 1 | -15/+0 |
* | Kconfig: comply to Linux 5.3's Kconfig language rules | Patrick Georgi | 2019-11-23 | 1 | -2/+2 |
* | drivers/ipmi: Add IPMI get system GUID support | Johnny Lin | 2019-11-22 | 2 | -0/+34 |
* | src/drivers/ipmi: Implement BMC Get Self Test Result function | Morgan Jang | 2019-11-22 | 2 | -0/+72 |
* | drivers/pc80/rtc: Remove CMOS spinlock | Kyösti Mälkki | 2019-11-22 | 1 | -21/+0 |
* | drivers/crb: Replace __RAMSTAGE_ guards | Kyösti Mälkki | 2019-11-21 | 1 | -6/+7 |
* | drivers/pc80/tpm: Replace __RAMSTAGE_ guards | Kyösti Mälkki | 2019-11-21 | 1 | -5/+5 |
* | drivers/intel/fsp1_0: Drop support | Arthur Heymans | 2019-11-21 | 8 | -1330/+0 |
* | Remove MIPS architecture | Julius Werner | 2019-11-20 | 1 | -1/+1 |
* | lib/fmap: Disable pre-RAM cache for FSP 1.0 | Julius Werner | 2019-11-19 | 1 | -0/+1 |
* | include: Make stdbool.h a separate file | Julius Werner | 2019-11-18 | 1 | -1/+1 |
* | drivers/spi: add drivers for sdcard mounted on the spi bus | Xiang Wang | 2019-11-14 | 3 | -0/+821 |
* | {drivers,mainboard}: Move FSP logo support to fsp1_1 | Frans Hendriks | 2019-11-14 | 5 | -0/+59 |
* | spi: Add Winbond W25Q128JW_DTR SPI ROM support | Peichao Wang | 2019-11-13 | 1 | -0/+11 |
* | arch/x86/car.ld: Rename suffix _start/_end | Arthur Heymans | 2019-11-12 | 1 | -1/+1 |
* | drivers/i2c/ptn3460: Provide chip driver for PTN3460 | Uwe Poeche | 2019-11-12 | 5 | -0/+239 |
* | drivers/intel/fsp2_0: move common cbmem_top_chipset to fsp driver | Michael Niewöhner | 2019-11-11 | 2 | -0/+24 |
* | region: publicize region_end() and add region_device_end() | Aaron Durbin | 2019-11-11 | 1 | -6/+3 |
* | drivers/intel/fsp1_1: Fake microcode update to make FSP happy | Arthur Heymans | 2019-11-10 | 2 | -15/+21 |
* | soc/intel/braswell: Update microcode before FSP | Arthur Heymans | 2019-11-10 | 2 | -0/+42 |
* | drivers/intel/fsp2_0: Hide the Kconfig option to run FSP-M XIP | Arthur Heymans | 2019-11-06 | 1 | -1/+1 |
* | drivers/intel/fsp2_0: Move Debug options to "Debugging" | Arthur Heymans | 2019-11-06 | 2 | -38/+41 |
* | drivers/intel/fsp2_0: Use strip_quotes for cbfs filenames | Wim Vervoorn | 2019-11-05 | 1 | -11/+15 |