]> git.dujemihanovic.xyz Git - u-boot.git/commit
pci: Tidy up logging and reporting for video BIOS
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:57 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:12:26 +0000 (17:12 +0800)
commitd424553675e93495f346ea7b24beb8c3dd750c67
treec01fe6fa27a3fc9bffaa80b304e9470586a75d14
parentdb3820a2883ada53ca704fc393148657e44e0706
pci: Tidy up logging and reporting for video BIOS

When running the ROM the code is not very helpful when something goes
wrong. Add a little more debugging and some logging of return values to
improve this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci_rom.c