coreboot/src/drivers/vpd
Kyösti Mälkki fa3bc049f5 CBMEM: Change declarations for initialization hooks
There are efforts to have bootflows that do not follow a traditional
bootblock-romstage-postcar-ramstage model. As part of that CBMEM
initialisation hooks will need to move from romstage to bootblock.

The interface towards platforms and drivers will change to use one of
CBMEM_CREATION_HOOK() or CBMEM_READY_HOOK(). Former will only be called
in the first stage with CBMEM available.

Change-Id: Ie24bf4e818ca69f539196c3a814f3c52d4103d7e
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63375
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
2022-05-20 07:15:39 +00:00
..
Kconfig drivers/vpd: Add support to read device serial from VPD 2021-01-04 23:12:58 +00:00
Makefile.inc drivers/vpd: Add support to read device serial from VPD 2021-01-04 23:12:58 +00:00
vpd.c CBMEM: Change declarations for initialization hooks 2022-05-20 07:15:39 +00:00
vpd.h vpd: Add vpd_get_int() function 2020-12-27 15:33:24 +00:00
vpd_decode.c drivers: Use SPDX identifiers 2020-05-25 22:19:21 +00:00
vpd_decode.h drivers: Use SPDX identifiers 2020-05-25 22:19:21 +00:00
vpd_serial.c drivers/vpd: Add support to read device serial from VPD 2021-01-04 23:12:58 +00:00
vpd_tables.h drivers: Use SPDX identifiers 2020-05-25 22:19:21 +00:00