diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-01-21 14:19:01 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-01-22 14:06:39 +0000 |
commit | 69f6fd4589ee4d7cb0bfa12face26eba1fa0a973 (patch) | |
tree | f36dfb9e04c2cabe462394f6586a67f988346160 /src/mainboard/google/cyan/com_init.c | |
parent | edbf5d913819726a09cd56bace2d13e74b560ab1 (diff) |
AGESA/binaryPI: Add NULL pointers check
Fix regression after commits
4ad7f5b AGESA: Use pcidev_on_root()
33ff44c binaryPI: Use pcidev_on_root()
Previously used call dev_find_slot() returned
pointers to PCI device nodes that were actually
not present in the hardware at all. Register
reads would come back with invalid (0xff) values
and writes would be ignored.
After change to pcidev_on_root(), attempting to
do register operations with non-present PCI
hardware immediately halts with error
get_pbus: dev is NULL!
Change-Id: I785350c171a642207c5fab884a953d45a3bfe592
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31026
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/cyan/com_init.c')
0 files changed, 0 insertions, 0 deletions