index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extra newlines from the end of all coreboot files.
Martin Roth
2016-07-31
1
-1
/
+0
*
bootmode: Get rid of CONFIG_BOOTMODE_STRAPS
Furquan Shaikh
2016-07-28
1
-9
/
+0
*
cpu/x86: Support CPUs without rdmsr/wrmsr instructions
Lee Leahy
2016-07-27
2
-1
/
+33
*
drivers/uart: Enable debug serial output during postcar
Lee Leahy
2016-07-25
1
-1
/
+1
*
soc/intel/common: Add reset_prepare() for common reset
Andrey Petrov
2016-07-19
1
-1
/
+2
*
lib: add poweroff() declaration
Aaron Durbin
2016-07-15
1
-0
/
+4
*
tpm2: implement locking firmware rollback counter
Vadim Bendebury
2016-07-14
1
-0
/
+5
*
tpm2: use pcr0 dependent nvram space policy definitions
Vadim Bendebury
2016-07-13
1
-15
/
+4
*
SPD: Add CAS latency 2
Elyes HAOUAS
2016-07-12
1
-0
/
+1
*
vboot2: tpm2 factory initialization.
Vadim Bendebury
2016-07-12
1
-16
/
+0
*
tpm2: implement tlcl layer
Vadim Bendebury
2016-07-11
1
-0
/
+23
*
intel post-car: Consolidate choose_top_of_stack()
Kyösti Mälkki
2016-07-10
1
-0
/
+6
*
lib/gpio: add pullup & pulldown gpio_base2_value() variants
Aaron Durbin
2016-07-07
1
-0
/
+5
*
gpio: Add support for translating gpio_t into ACPI pin
Duncan Laurie
2016-07-02
1
-0
/
+10
*
lib: remove ulzma()
Aaron Durbin
2016-07-01
1
-1
/
+0
*
lib/nhlt: drop nhlt_soc_add_endpoint()
Aaron Durbin
2016-06-29
1
-8
/
+2
*
lib/nhlt: add helper functions for adding endpoints
Aaron Durbin
2016-06-29
1
-0
/
+37
*
soc/intel/common: Add prototype for global_reset() reset
Andrey Petrov
2016-06-24
1
-0
/
+2
*
lib: Add real-time-clock functions
Simon Glass
2016-06-24
1
-0
/
+6
*
SPD: Add DRAM devices types
Elyes HAOUAS
2016-06-24
1
-0
/
+4
*
SPD: fix DDR3 SDRAM memory module types
Elyes HAOUAS
2016-06-24
1
-2
/
+8
*
SPD: fix and add DDR2 SDRAM memory module types
Elyes HAOUAS
2016-06-24
2
-14
/
+20
*
spd: Add module voltage for 1.8V
Elyes HAOUAS
2016-06-24
1
-0
/
+1
*
soc/intel/common/acpi: Add _PTS, _WAK methods
Hannah Williams
2016-06-22
1
-0
/
+14
*
cpu/cpu.h: Change guard around function declarations
Kyösti Mälkki
2016-06-22
1
-2
/
+2
*
Ignore RAMTOP for MTRRs
Kyösti Mälkki
2016-06-22
1
-7
/
+5
*
intel: Drop old romstage main() without asmlinkage
Kyösti Mälkki
2016-06-22
1
-3
/
+0
*
include/device/dram/ddr3: Add additional frequencies
Patrick Rudolph
2016-06-20
1
-0
/
+4
*
intel: Fix romstage main() with asmlinkage
Kyösti Mälkki
2016-06-18
1
-0
/
+5
*
AMD boards: Fix romstage main() declaration
Kyösti Mälkki
2016-06-18
1
-0
/
+2
*
intel/model_206ax: Move platform specific defines
Kyösti Mälkki
2016-06-17
1
-11
/
+2
*
Move definitions of HIGH_MEMORY_SAVE
Kyösti Mälkki
2016-06-17
1
-8
/
+0
*
Added CL7 support
Elyes HAOUAS
2016-06-14
2
-0
/
+2
*
bootblock: Declare common bootblock_pre_c_entry routine
Lee Leahy
2016-06-12
1
-0
/
+6
*
lib: Add asmlinkage attribute to bootblock_main_with_timestamp
Lee Leahy
2016-06-09
1
-1
/
+2
*
device: i2c: Add support for I2C bus operations
Duncan Laurie
2016-06-09
2
-0
/
+24
*
SMBIOS: Implement SKU field
Kyösti Mälkki
2016-06-02
1
-0
/
+1
*
wrdd: Export WRDD info in the header
Duncan Laurie
2016-06-02
1
-0
/
+6
*
acpi_device: Add support for writing ACPI I2C descriptors
Duncan Laurie
2016-05-28
1
-0
/
+13
*
soc/intel/common: Add common smihandler code
Hannah Williams
2016-05-25
1
-2
/
+0
*
gpio: Add a function to map GPIO to ACPI path
Duncan Laurie
2016-05-21
1
-0
/
+9
*
device: Add an ACPI device name and path concept to devices
Duncan Laurie
2016-05-21
1
-0
/
+1
*
hexstrtobin: Add a library function to decode ASCII hex into binary
Duncan Laurie
2016-05-21
1
-0
/
+13
*
lib/bootblock: Provide mechanism to pass in an early timestamp
Alexandru Gagniuc
2016-05-19
1
-0
/
+10
*
sconfig: Add a new generic device type
Duncan Laurie
2016-05-16
2
-1
/
+11
*
sconfig: Add 10bit addressing mode to i2c device type
Duncan Laurie
2016-05-16
1
-0
/
+1
*
drivers/uart: Enable override for input clock divider
Lee Leahy
2016-05-09
1
-0
/
+4
*
cpu/x86/mp_init: reduce exposure of internal implementation
Aaron Durbin
2016-05-06
1
-81
/
+0
*
lib/reg_script: Add display support
Lee Leahy
2016-05-04
1
-0
/
+22
*
cpu/x86: combine multiprocessor and SMM initialization
Aaron Durbin
2016-05-04
1
-0
/
+96
[next]