mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
done, long term, is to remove almost all of the vsmsetup.c file and use functions in the vm86.c file. The barrier to achieving that goal is the specialized nature of the vga bios support code vs. the vsm bios support code. There are a few issues to resolve but what I'd like to do is get VSA working first, then work out how to merge the rest of the code. I have already done some merging at this point. This code does not yet work. But the board does not work either, and I want to get the code into the repo in case my hard drive dies. Makefile: add vmsetup.o vsmsetup.c: Add this file from v2. Fix copyright and includes. Remove almost all assembly code in favor of code in vm86.c. In future, almost all code will be removed and the vm86.c code used instead. vm86.c: make some assembly symbols .globl so that vsmsetup.c can use them. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://coreboot.org/repository/coreboot-v3@560 f3766cd6-281f-0410-b1cd-43a5c92072e9 |
||
---|---|---|
.. | ||
doxygen | ||
dtc | ||
kconfig | ||
lar | ||
lzma | ||
nrv2b | ||
options | ||
x86emu | ||
xcompile | ||
Makefile |