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
/
commonlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-17
1
-2
/
+0
*
commonlib/cbfs.c: Remove unused macro
Elyes HAOUAS
2020-03-11
1
-3
/
+0
*
lz4: Fix out-of-bounds reads
Alex Rebert
2020-03-02
2
-0
/
+4
*
treewide: Capitalize 'CMOS'
Elyes HAOUAS
2020-02-24
1
-6
/
+6
*
src/commonlib: Fix typos
Elyes HAOUAS
2020-02-24
3
-3
/
+3
*
src: capitalize 'RAM'
Elyes HAOUAS
2020-02-24
1
-2
/
+2
*
vboot: push clear recovery mode switch until BS_WRITE_TABLES
Joel Kitching
2020-02-17
1
-1
/
+1
*
commonlib/cbfs.h: Correct spelling error in comment
Marshall Dawson
2020-02-04
1
-1
/
+1
*
commonlib: Add commonlib/bsd
Julius Werner
2020-01-28
12
-274
/
+198
*
include/commonlib: Fix typos
Elyes HAOUAS
2020-01-10
1
-2
/
+2
*
src/commonlib/storage: Fix typos
Elyes HAOUAS
2020-01-10
3
-3
/
+3
*
commonlib/fsp_relocate: Fix typos
Elyes HAOUAS
2019-12-19
1
-2
/
+2
*
storage/mmc: Fix wrong frequency setting for HS speed mode
Bora Guvendik
2019-12-19
1
-0
/
+1
*
Drop ROMCC code and header guards
Arthur Heymans
2019-12-19
2
-15
/
+1
*
printf: Automatically prefix %p with 0x
Julius Werner
2019-12-11
1
-1
/
+1
*
src: Add missing include <stdlib.h>
Elyes HAOUAS
2019-12-03
1
-0
/
+1
*
commonlib/storage/pci_sdhci.c: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
1
-7
/
+6
*
security/vboot/sync_ec: Add timestamps
Tim Wawrzynczak
2019-11-20
1
-0
/
+9
*
{drivers,mainboard}: Move FSP logo support to fsp1_1
Frans Hendriks
2019-11-14
1
-0
/
+1
*
region: publicize region_end() and add region_device_end()
Aaron Durbin
2019-11-11
2
-5
/
+10
*
region: add rdev_chain_full()
Aaron Durbin
2019-11-11
2
-4
/
+9
*
commonlib: Use __builtin_offsetof with supported compilers
Alex James
2019-11-05
1
-4
/
+4
*
commonlib/helpers: Add alloca() macro
Tim Wawrzynczak
2019-10-30
1
-0
/
+4
*
cbmem: Add IDs for TSEG and BERT table data
Marshall Dawson
2019-10-20
1
-0
/
+4
*
util/cbfstool: Add optional argument ibb
Philipp Deppenwiese
2019-10-18
1
-0
/
+1
*
device,drivers/: Drop some __SIMPLE_DEVICE__ use
Kyösti Mälkki
2019-09-30
1
-6
/
+2
*
lib/fmap: Cache FMAP in cbmem
Patrick Rudolph
2019-09-23
2
-1
/
+4
*
AUTHORS: Move src/commonlib copyrights into AUTHORS file
Martin Roth
2019-09-10
41
-152
/
+54
*
commonlib/region: Fix up overflow check in region_is_subregion()
Julius Werner
2019-08-19
1
-2
/
+2
*
lib/edid: Add suport for display rotation
Nicolas Boichat
2019-08-08
1
-0
/
+13
*
vboot: deprecate vboot_handoff structure
Joel Kitching
2019-07-23
2
-2
/
+2
*
commonlib/storage: use ALIGN_UP instead of ALIGN for better readability
Felix Held
2019-06-21
2
-2
/
+2
*
commonlib: define cbtable tags as enum to identify conflicts
Patrick Georgi
2019-06-18
1
-50
/
+52
*
cbmem: Add ID for UCSI
Duncan Laurie
2019-06-07
1
-0
/
+2
*
commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)
Patrick Georgi
2019-05-29
1
-3
/
+3
*
commonlib: renumber CB_TAG_TCPA_LOG
Patrick Georgi
2019-05-29
1
-1
/
+1
*
Renumber cbtable tag MMC_INFO
Patrick Georgi
2019-05-23
1
-1
/
+1
*
coreboot_tables: pass the early_mmc_wake_hw status to payload
Bora Guvendik
2019-05-23
1
-0
/
+15
*
intel/common/block/scs: Add ability to send early CMD0, CMD1
Bora Guvendik
2019-05-23
1
-0
/
+2
*
commonlib/stdlib.h: Remove printf() from coreboot
Julius Werner
2019-05-23
1
-3
/
+3
*
vboot: include vb2_sha.h when required
Joel Kitching
2019-05-09
1
-0
/
+1
*
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
6
-6
/
+0
*
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-23
1
-0
/
+1
*
commonlib/cbfs: Check for presence of CONFIG() macro
Nico Huber
2019-04-08
1
-1
/
+1
*
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-04-06
3
-5
/
+5
*
Make common macros double-evaluation safe
Julius Werner
2019-04-04
2
-20
/
+72
*
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-25
1
-3
/
+3
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
4
-4
/
+5
*
vboot: make vboot workbuf available to payload
Joel Kitching
2019-03-19
1
-0
/
+1
*
src: Drop unused '#include <halt.h>'
Elyes HAOUAS
2019-03-16
2
-2
/
+0
[next]