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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
7
-32
/
+36
*
src/lib: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-06
8
-39
/
+39
*
lib/spd_bin: Use proper I2C addresses
Nico Huber
2017-06-29
1
-2
/
+0
*
lib/coreboot_tables: Zero framebuffer structure
Duncan Laurie
2017-06-27
1
-1
/
+1
*
cr50: process uninitialized values gracefully
Vadim Bendebury
2017-06-21
2
-1
/
+17
*
Add support for Undefined Behavior Sanitizer
Ryan Salsamendi
2017-06-14
2
-0
/
+364
*
cbmem_console: Fix undefined behavior
Ryan Salsamendi
2017-06-14
1
-1
/
+1
*
Consolidate reset API, add generic reset_prepare mechanism
Julius Werner
2017-06-13
2
-0
/
+66
*
lib/spd_bin: Print out correct SMBus SPD address in dump_spd_info
Furquan Shaikh
2017-06-09
1
-1
/
+1
*
src: change coreboot to lowercase
Martin Roth
2017-06-07
1
-1
/
+1
*
lib/coreboot_tables: Remove weak fill_lb_framebuffer()
Nico Huber
2017-06-04
1
-6
/
+1
*
Kconfig: Add choice of framebuffer mode
Nico Huber
2017-06-04
1
-4
/
+6
*
lib/edid: Split out fill_lb_framebuffer()
Nico Huber
2017-05-30
4
-70
/
+102
*
lib/spd_bin: make SMBus SPD addresses an input
Aaron Durbin
2017-05-27
1
-1
/
+1
*
cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs
Julius Werner
2017-05-18
1
-2
/
+2
*
coreboot_tables: specify clear interface for lb_framebuffer()
Aaron Durbin
2017-05-18
2
-15
/
+16
*
lib/edid: Save the display ASCII string
Arthur Heymans
2017-05-03
1
-2
/
+4
*
lib/edid.c: Differentiate between absent and non-conformant EDID
Arthur Heymans
2017-05-03
1
-16
/
+17
*
lib/edid.c: Allow use of when not NGI
Arthur Heymans
2017-05-03
1
-1
/
+1
*
cbmem_console: Document known reimpementations of console structure/API
Julius Werner
2017-04-26
1
-0
/
+10
*
drivers/i2c/tpm: use iobuf library for marshaling commands
Aaron Durbin
2017-04-24
3
-406
/
+265
*
Turn CBMEM console into a ring buffer that can persist across reboots
Julius Werner
2017-04-20
1
-139
/
+71
*
src/lib/jpeg: Fix missing closing brace
Youness Alaoui
2017-03-29
1
-0
/
+1
*
Remove libverstage as separate library and source file class
Julius Werner
2017-03-28
1
-3
/
+3
*
vboot: Move remaining features out of vendorcode/google/chromeos
Julius Werner
2017-03-28
1
-2
/
+2
*
chromeos: Remove old MOCK_TPM references
Julius Werner
2017-03-28
2
-147
/
+0
*
cr50: add unmarshaling of vendor commands and process 'enable_update'
Vadim Bendebury
2017-03-23
3
-10
/
+53
*
src/lib: Clean up general issues found by checkpatch.pl
Lee Leahy
2017-03-15
5
-6
/
+6
*
src/lib: Move assignment out of if condition
Lee Leahy
2017-03-15
2
-13
/
+23
*
src/lib: Remove semicolon from end of macro
Lee Leahy
2017-03-13
1
-3
/
+3
*
src/lib: Remove unnecessary code
Lee Leahy
2017-03-13
4
-5
/
+2
*
src/lib: Move asmlinkage before type
Lee Leahy
2017-03-13
2
-2
/
+2
*
src/lib: Fix brace positions
Lee Leahy
2017-03-13
8
-48
/
+70
*
src/lib: Wrap lines at 80 columns
Lee Leahy
2017-03-13
21
-240
/
+496
*
src/lib: Fix spacing
Lee Leahy
2017-03-13
12
-44
/
+50
*
src/lib: Use tabs instead of spaces
Lee Leahy
2017-03-13
20
-1583
/
+1518
*
src/lib: Remove space between function name and (
Lee Leahy
2017-03-12
6
-336
/
+336
*
src/lib: Move trailing statements to next line
Lee Leahy
2017-03-12
3
-35
/
+91
*
vboot/tpm2: enable nvmem commits on cr50 when writing firmware secdata
Aaron Durbin
2017-03-09
3
-0
/
+66
*
lib/tpm2_marshaling: fix in correct buffer space semantics
Aaron Durbin
2017-03-09
1
-1
/
+1
*
src/lib: Add space before (
Lee Leahy
2017-03-09
15
-31
/
+31
*
src/lib: Remove braces for single statements
Lee Leahy
2017-03-09
10
-46
/
+23
*
src/lib: Fix space between type, * and variable name
Lee Leahy
2017-03-09
10
-33
/
+33
*
src/lib: Add "int" following "unsigned"
Lee Leahy
2017-03-09
9
-81
/
+81
*
src/lib: Remove spaces after ( and before )
Lee Leahy
2017-03-09
4
-10
/
+10
*
ddr3 spd: move accessor code into lib/spd_bin.c
Patrick Georgi
2017-02-10
2
-2
/
+46
*
cbmem_console: Remove "buffer_" prefix from all structure fields
Julius Werner
2017-02-08
1
-24
/
+24
*
src/lib: Update Makefile to keep build/spd.bin rule private
Martin Roth
2017-01-31
1
-0
/
+2
*
lb_tables: make lb_mainboard and lb_strings record sizes 64-bit aligned
Ronald G. Minnich
2017-01-20
1
-4
/
+4
*
google/chromeos: disable platform hierarchy on resume for TPM2
Aaron Durbin
2017-01-12
4
-10
/
+57
[next]