profile/ivi/syslinux.git
17 years agomemdisk: $PnP Installation Check structure length is byte 5, not 2
H. Peter Anvin [Tue, 24 Oct 2006 23:39:20 +0000 (16:39 -0700)]
memdisk: $PnP Installation Check structure length is byte 5, not 2

17 years ago[memdisk] Enable EDD support by default. syslinux-3.32-pre3
H. Peter Anvin [Fri, 20 Oct 2006 16:51:19 +0000 (09:51 -0700)]
[memdisk] Enable EDD support by default.

17 years agoMakefile cleanup to be able to build with CC='gcc -m32' syslinux-3.32-pre2
H. Peter Anvin [Tue, 17 Oct 2006 22:25:00 +0000 (15:25 -0700)]
Makefile cleanup to be able to build with CC='gcc -m32'

17 years agoRemove -x c from assembly preprocessing
H. Peter Anvin [Tue, 17 Oct 2006 22:19:46 +0000 (15:19 -0700)]
Remove -x c from assembly preprocessing

17 years agoRemove -traditional
H. Peter Anvin [Tue, 17 Oct 2006 22:18:37 +0000 (15:18 -0700)]
Remove -traditional

17 years agoSet MAKEFLAGS to -r to suppress predefined rules
H. Peter Anvin [Tue, 17 Oct 2006 22:16:51 +0000 (15:16 -0700)]
Set MAKEFLAGS to -r to suppress predefined rules

17 years agoMove -m32 to CFLAGS as well
H. Peter Anvin [Tue, 17 Oct 2006 22:12:47 +0000 (15:12 -0700)]
Move -m32 to CFLAGS as well

17 years agoMove flags from CC to CFLAGS
H. Peter Anvin [Tue, 17 Oct 2006 22:11:56 +0000 (15:11 -0700)]
Move flags from CC to CFLAGS

17 years agoDocument memdisk changes
H. Peter Anvin [Tue, 17 Oct 2006 22:10:12 +0000 (15:10 -0700)]
Document memdisk changes

17 years agoMerge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux...
H. Peter Anvin [Tue, 17 Oct 2006 22:04:55 +0000 (15:04 -0700)]
Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinux-3.3x

17 years ago[memdisk] Saner handling of the values returned to the real-mode code.
H. Peter Anvin [Tue, 17 Oct 2006 22:04:39 +0000 (15:04 -0700)]
[memdisk] Saner handling of the values returned to the real-mode code.

17 years ago[memdisk] Make ES:DI point to the $PnP structure on entry
H. Peter Anvin [Tue, 17 Oct 2006 21:50:47 +0000 (14:50 -0700)]
[memdisk] Make ES:DI point to the $PnP structure on entry

ES:DI is supposed to point to the $PnP structure on entry, make it sew.

17 years agoNew TEXT..ENDTEXT statement for the benefit of the menu system
H. Peter Anvin [Tue, 3 Oct 2006 04:44:00 +0000 (21:44 -0700)]
New TEXT..ENDTEXT statement for the benefit of the menu system

17 years agoOfficial binaries are 32 bits. Clean up release vs prerel.
H. Peter Anvin [Tue, 3 Oct 2006 04:11:48 +0000 (21:11 -0700)]
Official binaries are 32 bits.  Clean up release vs prerel.

17 years agoReduce verbosity
H. Peter Anvin [Tue, 3 Oct 2006 03:26:57 +0000 (20:26 -0700)]
Reduce verbosity

17 years agoFix to "make tidy"
H. Peter Anvin [Tue, 3 Oct 2006 03:26:02 +0000 (20:26 -0700)]
Fix to "make tidy"

17 years agovesainit: clear the VESA buffers before call (paranoia)
H. Peter Anvin [Sat, 30 Sep 2006 17:56:44 +0000 (10:56 -0700)]
vesainit: clear the VESA buffers before call (paranoia)

17 years agovesainit: more careful detection of VESA modes
H. Peter Anvin [Sat, 30 Sep 2006 17:50:56 +0000 (10:50 -0700)]
vesainit: more careful detection of VESA modes

17 years agoDocument new safeint mode. syslinux-3.32-pre1
H. Peter Anvin [Thu, 28 Sep 2006 18:26:58 +0000 (11:26 -0700)]
Document new safeint mode.

17 years agoNext version on this branch: 3.32
H. Peter Anvin [Thu, 28 Sep 2006 18:26:26 +0000 (11:26 -0700)]
Next version on this branch: 3.32

17 years agoAdd "safeint" mode to memdisk
H. Peter Anvin [Thu, 28 Sep 2006 18:25:20 +0000 (11:25 -0700)]
Add "safeint" mode to memdisk

17 years agoTry to be more true to the way "MENU INCLUDE" should work. syslinux-3.31 syslinux-3.31-pre4
H. Peter Anvin [Sat, 23 Sep 2006 00:07:17 +0000 (17:07 -0700)]
Try to be more true to the way "MENU INCLUDE" should work.

17 years agoMake the last row the end row.
H. Peter Anvin [Fri, 22 Sep 2006 02:08:08 +0000 (19:08 -0700)]
Make the last row the end row.

17 years agoNew MENU INCLUDE directive, and support ~ to mark default config file. syslinux-3.31-pre3
H. Peter Anvin [Fri, 22 Sep 2006 00:55:39 +0000 (17:55 -0700)]
New MENU INCLUDE directive, and support ~ to mark default config file.

17 years agoIf a later "menu background" overrides an earlier one, free the data
H. Peter Anvin [Fri, 22 Sep 2006 00:45:02 +0000 (17:45 -0700)]
If a later "menu background" overrides an earlier one, free the data

17 years agoAdd missing #include "fill.h" syslinux-3.31-pre2
H. Peter Anvin [Thu, 21 Sep 2006 23:46:52 +0000 (16:46 -0700)]
Add missing #include "fill.h"

17 years agoDocument shadowing mode change.
H. Peter Anvin [Thu, 21 Sep 2006 23:45:02 +0000 (16:45 -0700)]
Document shadowing mode change.

17 years agoUse the color table for the shadow, and make it user controllable
H. Peter Anvin [Thu, 21 Sep 2006 23:44:31 +0000 (16:44 -0700)]
Use the color table for the shadow, and make it user controllable

17 years agoDocument ability to load more than one configuration file. syslinux-3.31-pre1
H. Peter Anvin [Wed, 20 Sep 2006 23:04:33 +0000 (16:04 -0700)]
Document ability to load more than one configuration file.

17 years agoSupport multiple configuration files in the menu systems.
H. Peter Anvin [Wed, 20 Sep 2006 23:03:29 +0000 (16:03 -0700)]
Support multiple configuration files in the menu systems.

17 years agoFactor out extlinux as a separate package, avoid /boot/memdisk error syslinux-3.30
H. Peter Anvin [Mon, 18 Sep 2006 22:33:04 +0000 (15:33 -0700)]
Factor out extlinux as a separate package, avoid /boot/memdisk error

17 years agoCorrect syntax and document move to /usr/share.
H. Peter Anvin [Mon, 18 Sep 2006 22:24:49 +0000 (15:24 -0700)]
Correct syntax and document move to /usr/share.

17 years agorpm spec: add syslinux-tftpboot module
H. Peter Anvin [Mon, 18 Sep 2006 22:19:45 +0000 (15:19 -0700)]
rpm spec: add syslinux-tftpboot module

17 years agoAdded a second sample background image
H. Peter Anvin [Mon, 18 Sep 2006 22:02:13 +0000 (15:02 -0700)]
Added a second sample background image

17 years agoAdd file missing from previous commit syslinux-3.30-pre10
H. Peter Anvin [Sat, 16 Sep 2006 23:29:08 +0000 (16:29 -0700)]
Add file missing from previous commit

17 years agoProper handling of different screen sizes (we're 78x29 in graphics mode...)
H. Peter Anvin [Sat, 16 Sep 2006 21:35:58 +0000 (14:35 -0700)]
Proper handling of different screen sizes (we're 78x29 in graphics mode...)

17 years agoMore color tweaks. syslinux-3.30-pre9
H. Peter Anvin [Sat, 16 Sep 2006 06:50:40 +0000 (23:50 -0700)]
More color tweaks.

17 years agoProperly parse MENU COLOR statements.
H. Peter Anvin [Sat, 16 Sep 2006 06:50:34 +0000 (23:50 -0700)]
Properly parse MENU COLOR statements.

17 years agoDefault color tweaking
H. Peter Anvin [Sat, 16 Sep 2006 06:21:13 +0000 (23:21 -0700)]
Default color tweaking

17 years agoUse gamma-corrected gradient for the default image, now when we have it
H. Peter Anvin [Sat, 16 Sep 2006 06:17:40 +0000 (23:17 -0700)]
Use gamma-corrected gradient for the default image, now when we have it

17 years agoActually do proper gamma-corrected alpha blending. It seems fast enough.
H. Peter Anvin [Sat, 16 Sep 2006 06:00:58 +0000 (23:00 -0700)]
Actually do proper gamma-corrected alpha blending.  It seems fast enough.

17 years agoAllow specifying * instead of any of the MENU COLOR fields. syslinux-3.30-pre8
H. Peter Anvin [Thu, 14 Sep 2006 23:26:07 +0000 (16:26 -0700)]
Allow specifying * instead of any of the MENU COLOR fields.

17 years agoAdd sample splash image
H. Peter Anvin [Thu, 14 Sep 2006 22:35:55 +0000 (15:35 -0700)]
Add sample splash image

17 years agoDefault background; skip background if VESA is uninitialized syslinux-3.30-pre7
H. Peter Anvin [Thu, 14 Sep 2006 21:43:44 +0000 (14:43 -0700)]
Default background; skip background if VESA is uninitialized

17 years agoClean up cursor during initialization
H. Peter Anvin [Thu, 14 Sep 2006 21:43:23 +0000 (14:43 -0700)]
Clean up cursor during initialization

17 years agoProperly support 16, 24 and 32-bit modes; now working properly. syslinux-3.30-pre6
H. Peter Anvin [Thu, 14 Sep 2006 21:17:31 +0000 (14:17 -0700)]
Properly support 16, 24 and 32-bit modes; now working properly.

17 years agoFix dependency checking for sys/vesa
H. Peter Anvin [Thu, 14 Sep 2006 21:16:59 +0000 (14:16 -0700)]
Fix dependency checking for sys/vesa

17 years agoReplace memcpy() with a routine written in assembly which minimizes stores
H. Peter Anvin [Thu, 14 Sep 2006 19:01:48 +0000 (12:01 -0700)]
Replace memcpy() with a routine written in assembly which minimizes stores

17 years agoBeginnings of supporting multiple pixel formats
H. Peter Anvin [Wed, 13 Sep 2006 20:37:00 +0000 (13:37 -0700)]
Beginnings of supporting multiple pixel formats

17 years agofmtpixel.h: cleanups and performance improvements
H. Peter Anvin [Wed, 13 Sep 2006 18:59:30 +0000 (11:59 -0700)]
fmtpixel.h: cleanups and performance improvements

17 years agoCode to deal with multiple pixel formats
H. Peter Anvin [Wed, 13 Sep 2006 18:51:25 +0000 (11:51 -0700)]
Code to deal with multiple pixel formats

17 years agoFor SOH codes, always issue a leading zero reset syslinux-3.30-pre5
H. Peter Anvin [Wed, 13 Sep 2006 04:13:07 +0000 (21:13 -0700)]
For SOH codes, always issue a leading zero reset

17 years agoDocument new selection programs.
H. Peter Anvin [Wed, 13 Sep 2006 04:09:32 +0000 (21:09 -0700)]
Document new selection programs.

17 years agoMerge with 3.2x branch
H. Peter Anvin [Wed, 13 Sep 2006 04:08:23 +0000 (21:08 -0700)]
Merge with 3.2x branch

Conflicts:

com32/modules/Makefile

17 years agoIntroducing a new com32 module to parse pci devices/buses
Erwan Velu [Thu, 7 Sep 2006 18:30:09 +0000 (20:30 +0200)]
Introducing a new com32 module to parse pci devices/buses
The pcitest module implements an example of use the pci module
If you like to use the string name just put a pci.ids file in the root directory
(cherry picked from 85bb6facf0100592c89d5c3c5c17b25e7b0006b3 commit)

17 years agoBefore this fix, the cpu flags were shifted
erwan [Thu, 7 Sep 2006 18:11:45 +0000 (20:11 +0200)]
Before this fix, the cpu flags were shifted
(cherry picked from b1ffc5a7732118170aaa3f6267ab821e5a237c20 commit)

17 years agoinitvesa: don't trust the BIOS when it says tty is supported
H. Peter Anvin [Wed, 13 Sep 2006 04:01:46 +0000 (21:01 -0700)]
initvesa: don't trust the BIOS when it says tty is supported

For too many BIOSes, tty output in VESA modes doesn't work in any
useful sense, even if it is claimed.

17 years agoansi: actually enable/disable the menu as required.
H. Peter Anvin [Wed, 13 Sep 2006 03:58:26 +0000 (20:58 -0700)]
ansi: actually enable/disable the menu as required.

17 years agovesainfo: program to dump all VESA modes
H. Peter Anvin [Wed, 13 Sep 2006 03:50:54 +0000 (20:50 -0700)]
vesainfo: program to dump all VESA modes

17 years agocom32/ansicon: actually mode the cursor...
H. Peter Anvin [Wed, 13 Sep 2006 03:50:31 +0000 (20:50 -0700)]
com32/ansicon: actually mode the cursor...

17 years agoRemove VESA demo and function used only by it
H. Peter Anvin [Wed, 13 Sep 2006 03:03:54 +0000 (20:03 -0700)]
Remove VESA demo and function used only by it

17 years agovesacon: if mode set failed, assume screen is unchanged
H. Peter Anvin [Wed, 13 Sep 2006 00:42:40 +0000 (17:42 -0700)]
vesacon: if mode set failed, assume screen is unchanged

17 years agovesacon: stub out debugging function
H. Peter Anvin [Wed, 13 Sep 2006 00:40:57 +0000 (17:40 -0700)]
vesacon: stub out debugging function

17 years agovesacon: if a custom font is loaded, use it instead of the BIOS font
H. Peter Anvin [Wed, 13 Sep 2006 00:39:33 +0000 (17:39 -0700)]
vesacon: if a custom font is loaded, use it instead of the BIOS font

17 years agoImplement fallback from vesacon to ansicon
H. Peter Anvin [Wed, 13 Sep 2006 00:06:16 +0000 (17:06 -0700)]
Implement fallback from vesacon to ansicon

17 years agoCursor support for vesacon
H. Peter Anvin [Tue, 12 Sep 2006 05:10:21 +0000 (22:10 -0700)]
Cursor support for vesacon

17 years agoFactor out the ANSI engine from the ANSI and VESA consoles
H. Peter Anvin [Mon, 11 Sep 2006 01:03:06 +0000 (18:03 -0700)]
Factor out the ANSI engine from the ANSI and VESA consoles

In preparation for the VESA console needing to fall back to text mode...

17 years agoDocumentation for the graphical menu system syslinux-3.30-pre4
H. Peter Anvin [Wed, 6 Sep 2006 05:38:32 +0000 (22:38 -0700)]
Documentation for the graphical menu system

17 years agoDocument graphical console
H. Peter Anvin [Wed, 6 Sep 2006 05:23:09 +0000 (22:23 -0700)]
Document graphical console

17 years agoNo need to bzero .bss memory
H. Peter Anvin [Wed, 6 Sep 2006 00:07:09 +0000 (17:07 -0700)]
No need to bzero .bss memory

17 years agoAugment tinyjpeg so that we can decode straight into the buffer;
H. Peter Anvin [Wed, 6 Sep 2006 00:06:14 +0000 (17:06 -0700)]
Augment tinyjpeg so that we can decode straight into the buffer;
clear the screen on startup.

17 years agoSet saner limits, since tinyjpeg will actually decode the whole image
H. Peter Anvin [Tue, 5 Sep 2006 23:26:08 +0000 (16:26 -0700)]
Set saner limits, since tinyjpeg will actually decode the whole image

17 years agoDefault to black screen; draw a JPEG background correctly. syslinux-3.30-pre3
H. Peter Anvin [Tue, 5 Sep 2006 23:18:51 +0000 (16:18 -0700)]
Default to black screen; draw a JPEG background correctly.

17 years agoCorrect the memory layout for the BGRA32 color space
H. Peter Anvin [Tue, 5 Sep 2006 23:18:30 +0000 (16:18 -0700)]
Correct the memory layout for the BGRA32 color space

17 years agoMerge with 3.2x branch syslinux-3.30-pre2
H. Peter Anvin [Tue, 5 Sep 2006 22:46:27 +0000 (15:46 -0700)]
Merge with 3.2x branch

Conflicts:

com32/modules/Makefile
com32/modules/menu.c
com32/modules/menu.h
com32/modules/readconfig.c
version

17 years agoAdding a new com32 module to handle cpu information syslinux-3.21-pre1
Erwan Velu [Mon, 4 Sep 2006 20:34:55 +0000 (22:34 +0200)]
Adding a new com32 module to handle cpu information

 From : Erwan Velu <erwan.velu@free.fr>
This patch a new com32 module to handle cpu information.
A new "cpu" structure can be filled by calling "detect_cpu(&cpu)".

It provides :
- Vendor name as string
- Model as string
- Vendor as integer
- Model as integer
- Family as integer
- Stepping as Integer
- Flags as boolean
- SMP as boolean

Note that SMP is just a manner to know if the bios annonce an MPTABLE.
This code can't detect each processor.

I've been adding a demo program called cpuidtest to show how it works.

if (cpu.flags.lm == true) printf("This system is x86_64 compatible\n");
This example shows how to test if a system is X86_64 compatible.
I hope it's simple enough ;)

This code is mainly taken from the Linux Kernel.
Greetings for all the guys who wrote it.

Testing and feedback are welcome.

Signed-off-by:Erwan Velu <erwan.velu@free.fr>

17 years agoSimple menu system updates
Arne Georg Gleditsch [Mon, 4 Sep 2006 06:50:44 +0000 (08:50 +0200)]
Simple menu system updates

Hi,

I'm attaching a patch to Syslinux dealing with a handful of issues that
were preventing me from using the simple menu interface.  Issues covered:

* Enable "MENU ONERROR" as a keyword on par with "ONERROR".
* Enable hidden menu entries to be used as ontimeout and onerror entries
(probably the least estheticalla pleasing part, sorry about that.)
* Make global "IPAPPEND" directives apply also when using menu.c32.
* Memory allocation fix for the ontimeout-variable (unlabel does free()).
* Make menu.c32 add ipappend options at end of kernel commend line, as
pxelinux generally does.

I see 3.30-pre1 is out now, I haven't had time to check applicability of
these patches towards this.  Hope they can still be of use.

--

Arne.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
17 years agoAdd support for decoding JPEG images as well as PNG
H. Peter Anvin [Tue, 5 Sep 2006 19:12:15 +0000 (12:12 -0700)]
Add support for decoding JPEG images as well as PNG

17 years agotinyjpeg: add rgba32 and bgra32 formats
H. Peter Anvin [Tue, 5 Sep 2006 18:12:17 +0000 (11:12 -0700)]
tinyjpeg: add rgba32 and bgra32 formats

17 years agoFactor tinyjpeg out by colorspace, so we don't pull in everything
H. Peter Anvin [Tue, 5 Sep 2006 18:04:57 +0000 (11:04 -0700)]
Factor tinyjpeg out by colorspace, so we don't pull in everything

17 years agoFix typo in Makefile rule
H. Peter Anvin [Sat, 2 Sep 2006 17:27:36 +0000 (10:27 -0700)]
Fix typo in Makefile rule

17 years agoAdd tiny JPEG decoder library
H. Peter Anvin [Sat, 2 Sep 2006 04:55:10 +0000 (21:55 -0700)]
Add tiny JPEG decoder library

17 years agoLots of fixes to make the graphical menu actually work. syslinux-3.30-pre1
H. Peter Anvin [Fri, 1 Sep 2006 08:20:28 +0000 (01:20 -0700)]
Lots of fixes to make the graphical menu actually work.

17 years agoColor table handling for the VESA console
H. Peter Anvin [Fri, 1 Sep 2006 05:00:50 +0000 (22:00 -0700)]
Color table handling for the VESA console

17 years agostate -> st.state
H. Peter Anvin [Fri, 1 Sep 2006 04:58:27 +0000 (21:58 -0700)]
state -> st.state

17 years agoansicon support for SOH # color table handling
H. Peter Anvin [Fri, 1 Sep 2006 04:52:34 +0000 (21:52 -0700)]
ansicon support for SOH # color table handling

17 years agoDon't bother writing out the trailing byte of an invalid SOH # sequence.
H. Peter Anvin [Fri, 1 Sep 2006 04:52:05 +0000 (21:52 -0700)]
Don't bother writing out the trailing byte of an invalid SOH # sequence.

17 years agoSerial port output with color table string injection.
H. Peter Anvin [Fri, 1 Sep 2006 04:41:15 +0000 (21:41 -0700)]
Serial port output with color table string injection.

17 years agoWhitespace cleanup
H. Peter Anvin [Fri, 1 Sep 2006 04:40:56 +0000 (21:40 -0700)]
Whitespace cleanup

17 years agoWhitespace cleanup
H. Peter Anvin [Fri, 1 Sep 2006 04:39:58 +0000 (21:39 -0700)]
Whitespace cleanup

17 years agoWhitespace cleanup
H. Peter Anvin [Fri, 1 Sep 2006 04:39:40 +0000 (21:39 -0700)]
Whitespace cleanup

17 years agoBeginnings of a color theme manager; unify vesamenu and ansimenu
H. Peter Anvin [Fri, 1 Sep 2006 03:41:01 +0000 (20:41 -0700)]
Beginnings of a color theme manager; unify vesamenu and ansimenu

17 years agoShading fix
H. Peter Anvin [Thu, 31 Aug 2006 22:59:45 +0000 (15:59 -0700)]
Shading fix

17 years agoMore work on actual VESA console and menu. Shadowing still doesn't work
H. Peter Anvin [Thu, 31 Aug 2006 22:48:26 +0000 (15:48 -0700)]
More work on actual VESA console and menu.  Shadowing still doesn't work
quite right, however.

17 years agoExplicitly initialize on open instead of initializing via __constructor;
H. Peter Anvin [Thu, 31 Aug 2006 18:35:15 +0000 (11:35 -0700)]
Explicitly initialize on open instead of initializing via __constructor;
more graceful handling of partial open/partial close.

17 years agoBetter test of alpha blending (holy crap, it works!)
H. Peter Anvin [Wed, 30 Aug 2006 23:34:21 +0000 (16:34 -0700)]
Better test of alpha blending (holy crap, it works!)

17 years agoActually blend the proper colors...
H. Peter Anvin [Wed, 30 Aug 2006 23:34:07 +0000 (16:34 -0700)]
Actually blend the proper colors...

17 years agoMore sophisticated alpha blending; comment out background call ATM
H. Peter Anvin [Wed, 30 Aug 2006 23:03:24 +0000 (16:03 -0700)]
More sophisticated alpha blending; comment out background call ATM

17 years agoThis branch is now targetted toward version 3.21
H. Peter Anvin [Wed, 30 Aug 2006 20:12:56 +0000 (13:12 -0700)]
This branch is now targetted toward version 3.21

17 years agoAdd alpha-blending function in preparation for proper RGBA text.
H. Peter Anvin [Mon, 28 Aug 2006 19:15:06 +0000 (12:15 -0700)]
Add alpha-blending function in preparation for proper RGBA text.