]> git.baikalelectronics.ru Git - uboot.git/commit
x86: sandbox: Add missing PCI bar to barinfo
authorAndrew Scull <ascull@google.com>
Sun, 3 Apr 2022 10:39:10 +0000 (10:39 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 29 Apr 2022 15:11:36 +0000 (11:11 -0400)
commit0ceea580ce50574eb5c18449299b15bab6f547c1
treed860a8d335239062d615dfa6e5333d666f2de78e
parentb15f1d4ecc0998e391f7d0b06cf04bd0513ecfbc
x86: sandbox: Add missing PCI bar to barinfo

There are expecte to be bars 0 through 5, but the last of these was
missing leading to an read beyond the buffer. Add the missing element
with zero values.

Signed-off-by: Andrew Scull <ascull@google.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/power/acpi_pmc/pmc_emul.c