| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
com32.mk already includes the necessary library in $(C_LIBS), we don't
need to list them again in $(LIBS).
Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move the MCONFIG files into a mk/ directory and give them more
descriptive names.
This is purely a cosmetic change to make the 'include' directives a
bit more coherent by making it obvious exactly which MCONFIG file
we're including. For example, in com32/lua/src/Makefile we exchange
the line,
include ../../MCONFIG
for the much more comprehensible,
include $(MAKEDIR)/com32.mk
Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
|
| |
|
|
|
|
| |
gcc 4.6 warns on variables set but not used, so remove them.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
| |
|
|
|
|
| |
gcc 4.6 warns on variables set but not used, so remove them.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
| | |
|
| |
|
|
| |
no need to keep several versions of it.
|
| |
|
|
|
| |
This removable was introduced by commit
bfcd7b7305c5465eb33acca86109ca96cb37403a
|
| |
|
|
| |
Taken from http://www.lua.org/ftp/patch-lua-5.1.4-2
|
| |
|
|
|
|
| |
Updating base code to 5.1.4
Adding -DSYSLINUX build flag
Moving #if 0 to ifndef SYSLINUX
|
| |
|
|
|
| |
This code was static and unused. At least, if we need it let's reuse the
code from the vesa lib.
|
| | |
|
| |
|
|
| |
Simple patch to make gcc happy during build in -Wall -Werror
|
| |
|
|
|
| |
This patch adds some correction of the dmi structures but also add the
support of the cpu cores/threads.
|
| |
|
|
|
| |
Remove an obsolete FIXME comment; the problem was caused by a stale
library.
|
| |
|
|
|
|
|
| |
Add .syslinux.derivative() and .syslinux.version().
Add an example script which shows how you can use .syslinux.derivative().
Signed-off-by: Gert Hulselmans <gerth@zytor.com>
|
| |
|
|
|
|
| |
Remove obsolete header used for old sleep function.
Signed-off-by: Gert Hulselmans <gerth@zytor.com>
|
| |
|
|
|
|
|
| |
For consistency with just about everything else, make syslinux.sleep()
count seconds, and syslinux.msleep() count milliseconds.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
| |
|
|
|
|
|
| |
Add proper sleep() and msleep() functions, which among other things
call syslinux_idle(), and make Lua use them.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Merge Marcel Ritter's work on the lua branch:
The last time he wrote about the state of his lua branch:
http://syslinux.zytor.com/archives/2009-October/013383.html
The current state is:
- VESA:
- switching to vesa mode works
- loading/displaying images works
- display text works (s. com32/lua/test/vesa.lua)
- PCI:
- list PC devices + ID
- get human-readable device name for device
(s. com32/lua/test/pci.lua)
- DMI:
- get DMI info (BIOS, Hardware, etc).
(s. com32/lua/test/dmi.lua)
- syslinux:
- loading files, kernel, initrd
- start kernel, initrd, local boot
... just working on this, so no example lua file right now
Most of the actual merging work was done by Gert Hulselmans <gerth@zytor.com>.
Resolved Conflicts:
com32/lib/sys/vesa/initvesa.c
com32/lua/src/Makefile
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
Added some comments
Fixed cmdline parsing
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
Quiet gcc warnings about unused variables and functions -- things that
are not used in the Syslinux environment at this time.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
| | |
| |
| |
| |
| |
| |
| |
| | |
gcc warns about suspicious-looking code with a comparison inside ==.
The code is correct, but add parens so that gcc know we know it is
correct.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
| | |
| |
| |
| |
| |
| | |
Need header files for functions we invoke.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Modernize the Makefile for lua to match the current style, in
particular to have it pick up its configuration and rules from the
central MCONFIG file.
This also fixes the incorrect use of "clean" vs. "spotless" which was
picked up from the Makefile style in use at that time.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
| |/
|
|
| |
Update the lua code to work with Syslinux 4.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
|
|
| |
from http://lua-users.org/wiki/LuaPowerPatches
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| |
|
|
| |
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
|
| | |
|