Re: [edk2-devel] [edk2-platforms: PATCH 1/1] Platform/RPi3: Report device tree modification errors using Print()

2019-08-06 Thread Leif Lindholm
On Thu, Jul 25, 2019 at 11:27:15AM +0100, Michael Brown wrote: > Most functions in FdtDxe currently return VOID and report errors using > only DEBUG. Update functions to return EFI_STATUS and report errors > using Print() so that errors are at least visible in non-debug builds. > >

[edk2-devel] [edk2-platforms: PATCH 1/1] Platform/RPi3: Report device tree modification errors using Print()

2019-07-25 Thread Michael Brown
Most functions in FdtDxe currently return VOID and report errors using only DEBUG. Update functions to return EFI_STATUS and report errors using Print() so that errors are at least visible in non-debug builds. Signed-off-by: Michael Brown --- .../RaspberryPi/RPi3/Drivers/FdtDxe/FdtDxe.c | 102