vbe: Move OS implementation into a separate file
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:23:11 +0000 (18:23 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:03:36 +0000 (11:03 -0400)
commitc263e21bcb01f19e6ccb2452fdcc601ff84942db
tree67e9eccea2682287fe43b33d8ca801e3f939d279
parentd2b22ae23196604fda88e1ad9ec9f0e8fd285d07
vbe: Move OS implementation into a separate file

Move this into its own file so it can be built only by U-Boot proper.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Makefile
boot/vbe_simple.c
boot/vbe_simple.h
boot/vbe_simple_os.c [new file with mode: 0644]
test/py/tests/test_event_dump.py