index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
vpd
Age
Commit message (
Expand
)
Author
2021-01-04
drivers/vpd: Add support to read device serial from VPD
Matt DeVillier
2021-01-04
drivers/vpd: Add VPD region to default FMAP when selected
Matt DeVillier
2020-12-27
vpd: Add vpd_get_int() function
Nico Huber
2020-06-02
drivers/vpd: add VPD region VPD_RW_THEN_RO
Jonathan Zhang
2020-06-02
drivers/vpd: rename VPD_ANY to VPD_RO_THEN_RW
Jonathan Zhang
2020-05-28
drivers/vpd: Fix VPD speed regressions on non-x86 devices
Julius Werner
2020-05-25
drivers: Use SPDX identifiers
Jacob Garber
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-11
treewide: Convert more license headers to SPDX style
Patrick Georgi
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-04-06
src/drivers: Use SPDX for GPL-2.0-only files
Angel Pons
2019-12-19
src/{drivers,device,ec}: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-02
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-11-29
drivers/vpd/vpd.c: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-18
include: Make stdbool.h a separate file
Julius Werner
2019-10-22
AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file
Martin Roth
2019-10-21
src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'
Elyes HAOUAS
2019-10-21
src/{drivers/vpd,include/device/dram}: Add missing 'include <stdint.h>'
Elyes HAOUAS
2019-09-02
drivers/vpd: add framework to search VPD in romstage
Jonathan Zhang
2019-08-10
src: Include <stdint.h> instead of <inttypes.h>
Jacob Garber
2019-06-21
src/driver/vpd: Update vpd_decode from upstream
Hung-Te Lin
2019-06-03
src/driver/vpd: Update lib_vpd from upstream
Hung-Te Lin
2018-11-16
src/drivers/vpd: Remove unused VPD_DEBUG
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-10-08
src: Use tabs for indentation
Elyes HAOUAS
2018-09-09
drivers/vpd: Add VPD support
Patrick Rudolph