index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header files
Michael Brown
2008-11-18
2
-96
/
+0
*
[i386] Free allocated base memory on exit, if possible
Michael Brown
2008-11-18
9
-29
/
+133
*
[build] Fix calculation of _filesz
Michael Brown
2008-11-17
1
-6
/
+6
*
[build] Discard junk sections created by newer gcc versions
Michael Brown
2008-11-18
2
-0
/
+12
*
[build] Keep gcc 4.4 happy
Michael Brown
2008-11-18
2
-8
/
+12
*
[romprefix] Use smaller PMM allocations if possible
Michael Brown
2008-11-11
1
-7
/
+41
*
[i386] Add data32 prefixes to all lgdt/lidt instructions
Michael Brown
2008-11-07
2
-7
/
+7
*
[romprefix] Add vendor branding facilities and guidelines
Michael Brown
2008-10-31
2
-12
/
+76
*
[hacks] Improve the guess_boot_netdev() logic
Michael Brown
2008-10-31
1
-3
/
+4
*
[settings] Add the notion of a "tag magic" to numbered settings
Michael Brown
2008-10-30
1
-4
/
+19
*
[romprefix] Further sanity checks for the PCI 3 runtime segment address
Michael Brown
2008-10-29
1
-9
/
+22
*
[ioapi] Fix broken implementation of insX() in the x86 I/O API
Michael Brown
2008-10-27
1
-2
/
+2
*
[pcbios] Guard against register corruption in INT 15,e820 implementations
Michael Brown
2008-10-23
2
-3
/
+11
*
[build] Fix building on FreeBSD
Michael Brown
2008-10-17
1
-2
/
+6
*
[romprefix] Sanity-check the runtime segment address for PCI 3
Michael Brown
2008-10-17
1
-0
/
+9
*
[build] Use ".bss.*" names for uninitialised-data sections
Michael Brown
2008-10-17
2
-11
/
+11
*
[build] Fix building on Ubuntu 8.04
Michael Brown
2008-10-17
7
-14
/
+16
*
[efi] Fix linker script for ld 2.17.50.0.9
Michael Brown
2008-10-13
1
-6
/
+6
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
7
-0
/
+437
*
[umalloc] Formalise the user memory allocation API
Michael Brown
2008-10-13
4
-27
/
+31
*
[uaccess] Formalise the uaccess API
Michael Brown
2008-10-13
17
-740
/
+235
*
[nap] Formalise the CPU sleeping API
Michael Brown
2008-10-12
5
-14
/
+42
*
[timer] Formalise the timer API
Michael Brown
2008-10-12
11
-148
/
+263
*
[pci] Formalise the PCI I/O API
Michael Brown
2008-10-12
6
-79
/
+94
*
[ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O API
Michael Brown
2008-10-12
3
-24
/
+25
*
[i386] Remove obsolete functions from virtaddr.h
Michael Brown
2008-10-12
1
-21
/
+2
*
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
Michael Brown
2008-10-12
8
-277
/
+12
*
[ioapi] Formalise the I/O API as used in i386-pcbios
Michael Brown
2008-10-12
3
-0
/
+253
*
[i386] Simplify linker script and standardise linker-defined symbol names
Michael Brown
2008-10-10
11
-236
/
+153
*
[makefile] Reduce verbosity of various NON_AUTO_MEDIA rules
Michael Brown
2008-10-10
2
-9
/
+16
*
[makefile] Split platform-dependent portions out of arch/i386/Makefile
Michael Brown
2008-10-10
2
-50
/
+56
*
[makefile] Add support for multiple build platforms
Michael Brown
2008-10-08
1
-11
/
+0
*
[makefile] Kill off arch/$(ARCH)/Config
Michael Brown
2008-10-07
2
-153
/
+56
*
[pcbios] Allow for larger-than-20-byte buffers in e820mangler.S
Michael Brown
2008-09-29
1
-14
/
+45
*
[pcbios] Print INT 15,E820 extended attributes, if present
Michael Brown
2008-09-29
1
-3
/
+43
*
[gdb] Fix a compiler warning that shows up only when assertions are enabled
Michael Brown
2008-09-29
1
-2
/
+2
*
[pcbios] Save/restore %es in INT 15,e820
Michael Brown
2008-09-29
1
-0
/
+2
*
[i386] Add dump_regs() debug call
Michael Brown
2008-09-28
1
-0
/
+23
*
[romprefix] Fully clear the "Press B to boot..." message when INT19 is used
Michael Brown
2008-09-26
1
-1
/
+1
*
[pcbios] Fetch INT 15,e820 entry directly into our e820 cache
Michael Brown
2008-09-25
1
-19
/
+9
*
[pcbios] Add facility for testing arbitrary E820 memory maps
Michael Brown
2008-09-25
3
-0
/
+112
*
[romprefix] Allow BANNER_TIMEOUT to control banners in romprefix.S
Michael Brown
2008-09-25
1
-18
/
+26
*
[pxe] Enable interrupts before starting PXE NBP execution
Michael Brown
2008-09-24
1
-0
/
+1
*
[pcbios] Inhibit INT 15 memory map hiding on brain-dead BIOSes
Michael Brown
2008-09-24
1
-0
/
+27
*
[romprefix] If we hook INT 19, prompt before attempting boot
Michael Brown
2008-09-24
1
-44
/
+107
*
[pcbios] Sanity-check the INT15,e820 and INT15,e801 memory maps
Michael Brown
2008-09-23
1
-0
/
+33
*
[relocate] Guard against systems that report empty memory regions
Michael Brown
2008-09-23
1
-5
/
+10
*
[memmap] Allow for 4GB+ systems in debug message
Michael Brown
2008-09-23
1
-3
/
+3
*
[undi] Scan for UNDI ROMs on 512-byte boundaries rather than 2kB boundaries
Michael Brown
2008-09-12
1
-2
/
+2
*
[pcbios] Add extra debugging messages relating to the system memory map
Michael Brown
2008-09-07
2
-4
/
+17
[prev]
[next]