vbe: Move reading the nvdata into the common file
authorSimon Glass <sjg@chromium.org>
Thu, 16 Jan 2025 01:27:09 +0000 (18:27 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 15:47:49 +0000 (09:47 -0600)
commit0a59dc41999c673017798aeb152c4e49e87aa864
tree53d9be6d27bd9616cd82e95bea8975f2b18075bd
parent47e56185084941f3bccc8b8352260ba2ee5e5e56
vbe: Move reading the nvdata into the common file

All VBE methods read non-volatile data, so move this function into a
common file.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/vbe_common.c
boot/vbe_common.h
boot/vbe_simple.c