Attention is currently required from: Konrad Adamczyk, Paul Menzel, Grzegorz Bernacki, Felix Held.
Hello build bot (Jenkins), Konrad Adamczyk, Jakub Czapiga, Paul Menzel, Tim Van Patten, Karthik Ramasubramanian, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74778
to look at the new patch set (#3).
Change subject: device/pci_rom: Add simple pci_rom_free() ......................................................................
device/pci_rom: Add simple pci_rom_free()
It adds simple function, which frees the memory which could be allocated by pci_rom_probe(). In the next step it will be modified to free only memory, which was mapped from CBFS.
BUG=b:278264488 TEST=Build and run with additional debug prints added to confirm that data are correctly unmapped
Change-Id: Ibc9aad34b6bf101a3a0c06b92ed2dc6f2d7b9b33 Signed-off-by: Grzegorz Bernacki bernacki@google.com --- M src/device/pci_rom.c M src/include/device/pci_rom.h 2 files changed, 25 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/74778/3