summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao2019-07-112-2/+2
* mb/google/hatch: Fix interrupt trigger type for GPP_H0(HP_INT_L)Furquan Shaikh2019-07-111-1/+1
* soc/intel/common/timer: Move USE_LEGACY_8254_TIMER into common/block/timerSubrata Banik2019-07-119-35/+20
* console: Correct printing of hexadecimal integersJacob Garber2019-07-101-1/+4
* sb/nvidia/ck804: Remove old debugging codeJacob Garber2019-07-101-3/+0
* drivers/intel/fsp1_1/raminit.c: Always check FSP HOBsFrans Hendriks2019-07-102-60/+24
* arch/cpu/x86: Update AMD detectionMarshall Dawson2019-07-101-1/+2
* mb/google/octopus: Remove LPDDR4 RAMID index 5,6 CH[1] only SKUKevin Chiu2019-07-101-11/+0
* vendorcode/amd: Move 'static' to the beginning of declarationElyes HAOUAS2019-07-105-20/+20
* nb/intel/nehalem: Tidy quickpath_reserved calculationJacob Garber2019-07-101-6/+9
* nb/intel/nehalem: Die if no memory ranks foundJacob Garber2019-07-101-0/+3
* soc/intel/block/cpu: remove unused USE_COREBOOT_NATIVE_MP_INITArthur Heymans2019-07-101-12/+1
* vendorcode/eltan/security/lib: Implement SHA endian functionFrans Hendriks2019-07-103-0/+148
* soc/intel/braswell/acpi/lpc.asl: Allocate used ROM size onlyFrans Hendriks2019-07-101-3/+13
* soc/intel: Drop some HAVE_SMI_HANDLER guardsKyösti Mälkki2019-07-102-2/+2
* cpu/x86: Remove obsolete smm_init_completion()Kyösti Mälkki2019-07-101-6/+0
* intel/i82801ix: Rename smm_lock() prototypeKyösti Mälkki2019-07-103-7/+6
* soc/intel: Remove invalid smm_relocate stubsKyösti Mälkki2019-07-103-32/+0
* cpu/amd: Remove empty smm_lock()Kyösti Mälkki2019-07-101-5/+0
* device/oprom: Replace CONFIG() preprocessor statementsKyösti Mälkki2019-07-103-145/+146
* device/oprom: Reduce indentationKyösti Mälkki2019-07-101-92/+99
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-0916-14/+4
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-0923-60/+15
* emulation/qemu-power8: Select CPU_QEMU_POWER8Kyösti Mälkki2019-07-091-0/+1
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-0922-23/+13
* cpu/x86: Declare SMM_ASEGKyösti Mälkki2019-07-099-9/+20
* cpu/intel: Drop SMM_TSEG conditionalKyösti Mälkki2019-07-096-6/+6
* soc/amd/stoneyridge,picasso: Switch SMM lock conditionKyösti Mälkki2019-07-092-2/+2
* arch/x86: Replace some uses of SMM_TSEGKyösti Mälkki2019-07-092-3/+3
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-0980-105/+100
* drivers/intel: Move FSP stage_cache implementation into common blockSubrata Banik2019-07-093-32/+13
* soc/intel/icelake: Refer to soc/soc_chip.h rather than chip.hSubrata Banik2019-07-0915-26/+15
* sb/intel/lynxpoint: Use common final SPI OPs setupArthur Heymans2019-07-082-40/+2
* sb/intel/ibexpeak: Use common final SPI OPs setupArthur Heymans2019-07-084-95/+3
* sb/intel/i82801gx: Use common final SPI OPs setupArthur Heymans2019-07-082-51/+2
* sb/intel/common: Add a common interface to set final OPs settingsArthur Heymans2019-07-082-0/+79
* cpu/x86/smm/smm_module_loader: Compare num_concurrent_stacks to size_tElyes HAOUAS2019-07-081-1/+1
* src/arch/x86/acpigen: Compare dev_states_count to size_tElyes HAOUAS2019-07-081-1/+1
* qemu-q35: die if started on wrong machinePatrick Rudolph2019-07-082-0/+21
* intel/socket_mPGA604: Enable TSC_MONOTONIC_TIMERKyösti Mälkki2019-07-082-1/+1
* intel/nehalem: Move TSC_MONOTONIC_TIMERKyösti Mälkki2019-07-082-1/+1
* intel/fsp_broadwell_de: Remove redundant TSC_MONOTONIC_TIMERKyösti Mälkki2019-07-084-4/+0
* intel/fsp_baytrail: Move TSC_MONOTONIC_TIMERKyösti Mälkki2019-07-086-5/+1
* drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2Kyösti Mälkki2019-07-082-11/+13
* mb/google/hatch: Set GPP_D9 as enable pin for Goodix Touch Screen andFrank Wu2019-07-083-4/+8
* mb/google/hatch: Update GPIO settings for SD card and SPI1 Chip selectKrishna Prasad Bhat2019-07-071-7/+7
* lib/romstage_stack.c: Remove fileKyösti Mälkki2019-07-074-42/+1
* mediatek/mt8183: update dcxo output buffer settingWeiyi Lu2019-07-072-2/+4
* arch/mips: Make MIPS specific options depend on ARCH_MIPSArthur Heymans2019-07-072-2/+5
* arch/x86: Use ssize_t to store lengthJacob Garber2019-07-071-1/+1