coreboot/src/drivers/uart
Angel Pons e058841913 drivers: Replace bad uses of find_resource
The `find_resource` function will never return null (will die instead).
In cases where the existing code already accounts for null pointers, it
is better to use `probe_resource` instead, which returns a null pointer
instead of dying.

Change-Id: Ia9a4b62c857f7362d67aee4f9de3bb2da1838394
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58908
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
2021-11-04 17:34:56 +00:00
..
acpi drivers/uart/acpi: Update _S0W return value to D3hot 2021-08-09 15:03:36 +00:00
Kconfig Kconfig: comply to Linux 5.3's Kconfig language rules 2019-11-23 20:09:56 +00:00
Makefile.inc drivers/uart/oxpcie: Fix early console 2018-12-30 21:32:24 +00:00
oxpcie.c drivers: Replace bad uses of find_resource 2021-11-04 17:34:56 +00:00
oxpcie_early.c include/console/uart: make index parameter unsigned 2020-09-12 14:59:33 +00:00
pl011.c include/console/uart: make index parameter unsigned 2020-09-12 14:59:33 +00:00
pl011.h src: Remove extra lines in license header 2020-07-26 20:57:18 +00:00
sifive.c include/console/uart: make index parameter unsigned 2020-09-12 14:59:33 +00:00
uart8250io.c lib/trace: Remove TRACE support 2020-12-02 23:35:58 +00:00
uart8250mem.c include/console/uart: make index parameter unsigned 2020-09-12 14:59:33 +00:00
uart8250reg.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
util.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00