Age | Commit message (Expand) | Author |
2019-05-17 | soc/qualcomm/sdm845: Fix broken Kconfig | Patrick Rudolph |
2019-05-17 | src/include/assert.h: add noreturn attribute to dead_code() | Alan Green |
2019-05-16 | nb/intel/sandybridge: Move DMI init code | Patrick Rudolph |
2019-05-16 | sb/intel/bd82x6x/early_pch: Make use of RCBA and DMIBAR marcros | Patrick Rudolph |
2019-05-16 | sb/intel/sandybridge/early_pch: Make DMI init more readable | Patrick Rudolph |
2019-05-16 | mb/gigabyte/ga-b75m-d3{h,v}: Various cleanups | Alex James |
2019-05-16 | soc/qualcomm/common: replace IS_ENABLED(CONFIG_*) with CONFIG() | Patrick Georgi |
2019-05-16 | mb/ocp/monolake: replace IS_ENABLED(CONFIG_*) with CONFIG() | Patrick Georgi |
2019-05-16 | {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling | Jacob Garber |
2019-05-16 | mb/google/sarien: leave gpio pads unlocks during fsp | Jett Rink |
2019-05-16 | soc/amd/stoneyridge: Move I2C bus clear out of gpio.c | Marshall Dawson |
2019-05-16 | soc/amd/common: Create AcpiMmio functionality from stoneyridge | Marshall Dawson |
2019-05-16 | soc/intel/skylake: Correct GPIO pointer assignment | Jacob Garber |
2019-05-16 | drivers/elog: Rename ramstage_elog_add_boot_count() to elog_add_boot_count() | Subrata Banik |
2019-05-16 | Remove remaining unnecessary ENV_RAMSTAGE guard | Subrata Banik |
2019-05-15 | src/mainboard: Remove unneeded include <arch/io.h> | Elyes HAOUAS |
2019-05-15 | src/northbridge: Remove unneeded include <arch/io.h> | Elyes HAOUAS |
2019-05-15 | src/soc: Remove unneeded include <arch/io.h> | Elyes HAOUAS |
2019-05-15 | src/southbridge: Remove unneeded include <arch/io.h> | Elyes HAOUAS |
2019-05-15 | soc/intel/broadwell/romstage: Clean up unused bist variable | Arthur Heymans |
2019-05-15 | soc/intel/broadwell: Enable LPC/SIO setup in bootblock | Arthur Heymans |
2019-05-15 | nb/intel/broadwell: Add an option for where verstage starts | Arthur Heymans |
2019-05-15 | soc/intel/broadwell: Use C_ENVIRONMENT_BOOTBLOCK | Arthur Heymans |
2019-05-15 | soc/intel/broadwell: Use the common cpu/intel/car romstage entry | Arthur Heymans |
2019-05-15 | vboot: remove OPROM-related code | Joel Kitching |
2019-05-15 | vboot: rename BOOT_OPROM_NEEDED to BOOT_DISPLAY_REQUEST | Joel Kitching |
2019-05-15 | mb/packardbell/ms2290/acpi: Serialize Control Method | Elyes HAOUAS |
2019-05-15 | mb/google/poppy/variants/atlas: Remove B0D4 _PSV | Puthikorn Voravootivat |
2019-05-15 | mb/google/poppy/variants/rammus: Support new onboard Hynix memory | Kane Chen |
2019-05-15 | soc/intel/cannonlake: Support different SPD read type for each slot | Philip Chen |
2019-05-15 | superio/ite: Add IT8786E-I | Kyösti Mälkki |
2019-05-15 | src/superio/ite/common: Prepare for ITE IT8786E SuperIO | Michał Żygowski |
2019-05-15 | soc/amd/stoneyridge: Add ACPI D3Cold support for SD Controller | Raul E Rangel |
2019-05-14 | mb/google/poppy/variant/atlas: Add SPDs for Samsung D-die chips | Caveh Jalali |
2019-05-14 | mb/google/poppy/vr/atlas: Add a W/A for Samsung memory init error | Gaggery Tsai |
2019-05-14 | soc/intel/broadwell: Clean up the bootflow | Arthur Heymans |
2019-05-14 | soc/intel/broadwell: Don't use a pointer for pei_data | Arthur Heymans |
2019-05-14 | soc/intel/broadwell: Move GPIO init to a common place | Arthur Heymans |
2019-05-14 | mb/{lenovo/x201,packardbell/ms2290}: Remove superfluous TS init | Arthur Heymans |
2019-05-14 | Remove unnecessary ENV_RAMSTAGE guard | Subrata Banik |
2019-05-13 | i82801gx/bootblock: Use macro instead of magic number | Elyes HAOUAS |
2019-05-13 | soc/intel/{cannonlake,icelake}: Drop unused cbmem.c file | Elyes HAOUAS |
2019-05-13 | {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro | Elyes HAOUAS |
2019-05-13 | nb/intel/sandybridge: Move boot_count_increment() | Patrick Rudolph |
2019-05-13 | nb/intel/sandybridge: Migrate MRC settings to devicetree | Patrick Rudolph |
2019-05-13 | mb/samsung/lumpy: Move onboard SPD to second channel | Patrick Rudolph |
2019-05-13 | nb/intel/sandybridge: Update pei_data comments | Patrick Rudolph |
2019-05-13 | src/ec/lenovo/h8/acpi: Serialize Control Method | Elyes HAOUAS |
2019-05-13 | mb/lenovo/s230u: Rewrite trigger inversion ACPI code | Martin Roth |
2019-05-13 | mb/t400/acpi: Update ATPR buffer to fit all entries | Elyes HAOUAS |
2019-05-13 | soc/intel: Geminilake Refresh feature request support | John Zhao |
2019-05-13 | mainboard: remove "recovery" gpio, selectively add "presence" gpio. | Matt Delco |
2019-05-13 | mb/google/sarien: config ISH_GP6 with NF2 | Jett Rink |
2019-05-13 | lib/hexdump: Drop redundant isprint() implementation | Nico Huber |
2019-05-13 | soc/intel/braswell: Remove unused include <timestamp.h> | Elyes HAOUAS |
2019-05-13 | mainboard: Remove unused include <timestamp.h> | Elyes HAOUAS |
2019-05-13 | soc/intel/braswell: Add tsc_freq.c and pmutil.c in verstage | Frans Hendriks |
2019-05-13 | lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_id | Subrata Banik |
2019-05-13 | src/arch/x86: Use core apic id to get cpu_index() | Subrata Banik |
2019-05-12 | mb/asrock/h81m-hds: Drop now obsolete libgfxinit override | Nico Huber |
2019-05-12 | nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGE | Nico Huber |
2019-05-12 | 3rdparty/libgfxinit: Update for runtime CPU detection | Nico Huber |
2019-05-12 | mb/lenovo/*: Add MAINBOARD_FAMILY | Patrick Rudolph |
2019-05-12 | boot_device: Constify argument | Patrick Rudolph |
2019-05-12 | lib/timestamp: Make timestamp_sync_cache_to_cbmem() in postcar | Subrata Banik |
2019-05-12 | Kconfig: Create RAMPAYLOAD kconfig | Subrata Banik |
2019-05-12 | arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function | Subrata Banik |
2019-05-11 | soc/intel/cnl: Enable VT-d | John Zhao |
2019-05-11 | Define ENV_PAYLOAD_LOADER | Ronald G. Minnich |
2019-05-10 | vboot: Turn vboot_logic_executed() into a static inline | Julius Werner |
2019-05-10 | assert.h: Undefine ASSERT macro in case vendorcode headers set it | Julius Werner |
2019-05-10 | vboot: Make vboot_logic_executed() a bit more precise | Julius Werner |
2019-05-10 | soc/amd/stoneyridge: Add IO access functions for PMx | Marshall Dawson |
2019-05-10 | mb/google/sarien: Fix s5 touchscreen power leakage | Lijian Zhao |
2019-05-10 | sb/bd82x6x: Don't rewrite over BCTRL | Elyes HAOUAS |
2019-05-10 | sb/i82801gx: Don't rewrite over BCTRL | Elyes HAOUAS |
2019-05-10 | mb/google/nami: Add VBT blobs and include them in cbfs | Arthur Heymans |
2019-05-10 | mb/google/sarien/variants/arcada: Set tcc offset value | Bonnie Lin |
2019-05-10 | mb/google/hatch: Fine tune Goodix touch screen timing | Dtrain Hsu |
2019-05-10 | mb/google/hatch: Fix GBB_HWID for kohaku | Furquan Shaikh |
2019-05-10 | nb/intel/i945: Use macro instead of magic number | Elyes HAOUAS |
2019-05-10 | mainboard/google/kahlee: Fix Micron MT40A512M16TB-062E:J SPD CRC error | Kevin Chiu |
2019-05-10 | soc/intel/braswell/smbus: Enable early SMBus in romstage | Michał Żygowski |
2019-05-10 | sb/i82801gx: Remove duplicated 'define PMBASE' | Elyes HAOUAS |
2019-05-09 | soc/intel/cannonlake: Fix pcie clock number | Lijian Zhao |
2019-05-09 | vendorcode/google/chromeos: Use explicit zero check in ACPI code | Duncan Laurie |
2019-05-09 | Change the guard for bootblock_systemagent_early_init to ENV_BOOTBLOCK | Ronald G. Minnich |
2019-05-09 | vboot: include vb2_sha.h when required | Joel Kitching |
2019-05-09 | vboot: communicate display requirements with vb2api_fw_phase1 | Joel Kitching |
2019-05-09 | vboot: remove use of VbInitParams | Joel Kitching |
2019-05-09 | mb/google/sarien: Move EC PTS/WAK function to mainboard | Lijian Zhao |
2019-05-09 | soc/intel/common/acpi: Remove EC PTS/WAK dynamic loading | Lijian Zhao |
2019-05-08 | mb/google/sarien/variants/arcada: Update thermal configuration for DPTF | Mike Hsieh |
2019-05-08 | mb/lenovo/t520: Fix devicetree | Patrick Rudolph |
2019-05-08 | soc/amd/stoneyridge: Add iomux read/write functions | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Finish read/write misc registers | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Add aoac_ read/write functions | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Rewrite smbus_read/write, add asf | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Rearrange sb_util.c | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Rename AcpiMmio blocks | Marshall Dawson |