summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/firmware
Commit message (Collapse)AuthorAgeFilesLines
* gpxe: delete long since obsolete snapshot of gPXEH. Peter Anvin2016-02-098-1850/+0
| | | | | | | | | gPXE has been deprecated in favor of iPXE for many, many years now. It is much better than users get it directly from the iPXE project, since we should no longer need any special modifications for Syslinux use. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Update gPXE to version 1.0.0H. Peter Anvin2010-02-028-1/+18
|
* gpxe: Don't use "lret $2" to return from an interruptH. Peter Anvin2009-04-142-11/+21
| | | | | | | | | | | | Using "lret $2" to return from an interrupt causes interrupts to be disabled in the calling program, since the INT instruction will have disabled interrupts. Instead, patch CF on the stack and use iret to return. Interestingly, the original PC BIOS had this bug in at least one place. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Update gPXE to version 0.9.6+ 277b84c6e7d49f3cf01c855007f591de8c7cb75fH. Peter Anvin2009-02-177-532/+73
| | | | | | | | | Update gPXE to version 0.9.6+, from commit 277b84c6e7d49f3cf01c855007f591de8c7cb75f in the main gPXE repository. The only differences is src/config/general.h which has a few protocols added, and src/arch/i386/prefix/boot1a.S which was called boot1a.s in the upstream repository.
* gPXE: merge gPXE 0.9.5H. Peter Anvin2008-10-012-17/+90
| | | | | | | | | Merge gPXE 0.9.5 gpxe 8c3e95ce420c21e612dbed58fd74dbb01025643f gpxe-for-syslinux 1982e507d0159d83a542224d4203e964bbd16f7d Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Update gPXEsyslinux-3.72-pre8H. Peter Anvin2008-09-254-22/+177
| | | | | | | | | Update gPXE to: gpxe-for-syslinux 0a1f463e8b3218803b42cd3940e90a7678de0b3e gpxe upstream 3392cfa7df58a5662417f25226cf75dedabeb750 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* gPXE: update gPXE to current gitH. Peter Anvin2008-09-075-277/+415
| | | | | | | Update gPXE to current git. gpxe-for-syslinux e3ef2094cfa26f874c5f8dbd687eb311830efcf0 gpxe main tree 8223084afc206000312611a3fcfa30a28500d1a3
* 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-131-4/+2
|
* Merge gpxe-for-syslinuxH. Peter Anvin2008-03-312-112/+239
| | | | | | 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-268-0/+1788