Attention is currently required from: Julius Werner. Jakub Czapiga has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59492 )
Change subject: libpayload: Add libpayload_boot_device_read function ......................................................................
Patch Set 2:
(1 comment)
File payloads/libpayload/libc/boot_device.c:
https://review.coreboot.org/c/coreboot/+/59492/comment/31b0c868_7b1aa035 PS1, Line 8: __attribute__((weak)) ssize_t libpayload_boot_device_read(void *buf, size_t offset, size_t size)
Do we really want this? I think if a payload is using the new CBFS API, it can also be expected to p […]
Ok, I removed this implementation. Initially I wanted to have it to make old FMAP function behave correctly, but if we have a new one, then it is not necessary.
Ad. x86: Are you talking on implementing the libpayload_boot_device_read based on arch/x86/rom_media.c ?