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
/
drivers
/
vpd
Commit message (
Expand
)
Author
Age
Files
Lines
*
cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEM
Arthur Heymans
2023-10-25
1
-1
/
+1
*
src/drivers/vpd/vpd.c: Use C99 flexible arrays
Elyes Haouas
2023-08-01
1
-1
/
+1
*
drivers/vpd: Demote FMAP not found printk from error to warn
Matt DeVillier
2023-02-10
1
-1
/
+1
*
CBMEM: Change declarations for initialization hooks
Kyösti Mälkki
2022-05-20
1
-1
/
+1
*
timestamps: Rename timestamps to make names more consistent
Jakub Czapiga
2022-03-08
1
-3
/
+3
*
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2022-02-07
1
-5
/
+5
*
commonlib/region: Turn addrspace_32bit into a more official API
Julius Werner
2021-04-21
1
-4
/
+2
*
drivers/vpd: Add support to read device serial from VPD
Matt DeVillier
2021-01-04
3
-0
/
+32
*
drivers/vpd: Add VPD region to default FMAP when selected
Matt DeVillier
2021-01-04
1
-0
/
+14
*
vpd: Add vpd_get_int() function
Nico Huber
2020-12-27
2
-0
/
+32
*
drivers/vpd: add VPD region VPD_RW_THEN_RO
Jonathan Zhang
2020-06-02
2
-5
/
+10
*
drivers/vpd: rename VPD_ANY to VPD_RO_THEN_RW
Jonathan Zhang
2020-06-02
1
-1
/
+1
*
drivers/vpd: Fix VPD speed regressions on non-x86 devices
Julius Werner
2020-05-28
5
-197
/
+133
*
drivers: Use SPDX identifiers
Jacob Garber
2020-05-25
5
-25
/
+9
*
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
1
-2
/
+0
*
treewide: Convert more license headers to SPDX style
Patrick Georgi
2020-05-11
1
-5
/
+1
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
2
-2
/
+0
*
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-09
1
-9
/
+1
*
src/drivers: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-06
1
-12
/
+2
*
src/{drivers,device,ec}: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-19
2
-2
/
+0
*
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-12-02
1
-12
/
+12
*
drivers/vpd/vpd.c: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
2
-21
/
+13
*
include: Make stdbool.h a separate file
Julius Werner
2019-11-18
1
-1
/
+1
*
AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file
Martin Roth
2019-10-22
2
-4
/
+0
*
src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'
Elyes HAOUAS
2019-10-21
1
-1
/
+0
*
src/{drivers/vpd,include/device/dram}: Add missing 'include <stdint.h>'
Elyes HAOUAS
2019-10-21
1
-0
/
+2
*
drivers/vpd: add framework to search VPD in romstage
Jonathan Zhang
2019-09-02
5
-89
/
+239
*
src: Include <stdint.h> instead of <inttypes.h>
Jacob Garber
2019-08-10
1
-1
/
+1
*
src/driver/vpd: Update vpd_decode from upstream
Hung-Te Lin
2019-06-21
2
-42
/
+30
*
src/driver/vpd: Update lib_vpd from upstream
Hung-Te Lin
2019-06-03
6
-360
/
+184
*
src/drivers/vpd: Remove unused VPD_DEBUG
Elyes HAOUAS
2018-11-16
1
-8
/
+0
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
1
-1
/
+0
*
src: Use tabs for indentation
Elyes HAOUAS
2018-10-08
1
-21
/
+21
*
drivers/vpd: Add VPD support
Patrick Rudolph
2018-09-09
7
-0
/
+759