summaryrefslogtreecommitdiff
path: root/gpxe/src
Commit message (Collapse)AuthorAgeFilesLines
* gPXE: update gPXE to get rid of gpxe/src/ConfigH. Peter Anvin2008-06-3014-503/+335
| | | | | | gpxe/src/Config versus gpxe/src/config is a problem on case-deficient filesystems; update to top of tree gPXE so we don't have that problem anymore.
* Update gPXE to current gitsyslinux-3.70-pre28H. Peter Anvin2008-06-2710-43/+72
| | | | | There are some build fixes which may be relevant, so pull in the latest gPXE git.
* gPXE: [a20] Send a null command to the KBC after changing A20syslinux-3.70-pre27H. Peter Anvin2008-06-271-0/+3
| | | | | | | | | | | | Send a null command, specifically "pulse outputs" with no outputs selected, to the KBC after changing A20. This was apparently done by DOS, presumably as a synchronization hack, and the authors of the UHCI spec thought it was inherent. Therefore, there are systems out there (e.g. HP DL360 G5) which will stop responsing to "legacy USB" unless they see the null command, 0xFF, written to port 0x64 at the end of the A20 toggling sequence. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* gpxe: update gpxe to latest gitH. Peter Anvin2008-06-1325-856/+1053
|
* Update gPXE from gPXE gitH. Peter Anvin2008-06-0458-743/+2743
|
* We're explicitly setting EMBEDDED_IMAGE, so leave src/Config unchangedH. Peter Anvin2008-05-291-5/+0
| | | | | Since we're explicitly setting EMBEDDED_IMAGE in gpxe/Makefile, no need to set src/Config.
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-1/+1
| | | | | | | | Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any.
* Merge gpxe-for-syslinuxH. Peter Anvin2008-03-3115-520/+970
| | | | | | Merge gpxe-for-syslinux up to commit 71c509be409820a12efeebf31f486e144c9efdae; upstream commit b107637008d15e00a4d95cdb5c8f5c11fda490f7.
* Add gPXE into the source tree; build unified imagesyslinux-3.70-pre7H. Peter Anvin2008-03-26619-0/+198529