summaryrefslogtreecommitdiff
path: root/src/drivers/vpd
AgeCommit message (Expand)Author
2021-04-21commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner
2021-01-04drivers/vpd: Add support to read device serial from VPDMatt DeVillier
2021-01-04drivers/vpd: Add VPD region to default FMAP when selectedMatt DeVillier
2020-12-27vpd: Add vpd_get_int() functionNico Huber
2020-06-02drivers/vpd: add VPD region VPD_RW_THEN_ROJonathan Zhang
2020-06-02drivers/vpd: rename VPD_ANY to VPD_RO_THEN_RWJonathan Zhang
2020-05-28drivers/vpd: Fix VPD speed regressions on non-x86 devicesJulius Werner
2020-05-25drivers: Use SPDX identifiersJacob Garber
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Convert more license headers to SPDX stylePatrick Georgi
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2019-12-19src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-29drivers/vpd/vpd.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-18include: Make stdbool.h a separate fileJulius Werner
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-10-21src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS
2019-10-21src/{drivers/vpd,include/device/dram}: Add missing 'include <stdint.h>'Elyes HAOUAS
2019-09-02drivers/vpd: add framework to search VPD in romstageJonathan Zhang
2019-08-10src: Include <stdint.h> instead of <inttypes.h>Jacob Garber
2019-06-21src/driver/vpd: Update vpd_decode from upstreamHung-Te Lin
2019-06-03src/driver/vpd: Update lib_vpd from upstreamHung-Te Lin
2018-11-16src/drivers/vpd: Remove unused VPD_DEBUGElyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-08src: Use tabs for indentationElyes HAOUAS
2018-09-09drivers/vpd: Add VPD supportPatrick Rudolph