index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
[image] Avoid claiming zero-length images as valid
Michael Brown
2009-02-16
1
-0
/
+6
*
[romprefix] Update ROM checksum even if PMM allocation fails
Michael Brown
2009-02-15
1
-7
/
+9
*
[i386] Add explicit flags and type on all .section declarations
Michael Brown
2009-02-15
8
-99
/
+82
*
[i386] Add explicit ""aw", @nobits" declarations to stack sections
Michael Brown
2009-02-15
2
-2
/
+2
*
[umalloc] Avoid problems when _textdata_memsz is a multiple of 4kB
Michael Brown
2009-02-15
1
-3
/
+3
*
[iobuf] Add iob_disown() and use it where it simplifies code
Michael Brown
2009-02-01
1
-2
/
+1
*
[dhcp] Split PXE menuing code out of dhcp.c
Michael Brown
2009-02-01
1
-1
/
+1
*
[tftp] Temporary fix for conveying TFTP block size to callers
Michael Brown
2009-01-27
1
-7
/
+4
*
[bios] Add F8 function key as a recognised BIOS keycode
Michael Brown
2009-01-25
1
-1
/
+3
*
[efi] Allow for .efidrv images as well as .efi images
Michael Brown
2009-01-07
1
-14
/
+5
*
[efi] Use elf2efi utility in place of efilink
Michael Brown
2009-01-07
3
-366
/
+5
*
[efi] Inhibit harmless ld warning on unresolved symbol check
Michael Brown
2009-01-05
1
-1
/
+2
*
[pcbios] Add additional sanity check for bogus e820 map
Marty Connor
2008-12-18
1
-0
/
+7
*
[x86_64] Add support for compilation as an x86_64 binary
Michael Brown
2008-12-05
11
-749
/
+12
*
[efi] Use EFI-native mechanism for accessing SMBIOS table
Michael Brown
2008-12-04
7
-553
/
+113
*
[romprefix] Change from opt-in to opt-out when booting via INT19
Michael Brown
2008-12-04
1
-3
/
+3
*
[netdevice] Kill off the various guess_boot_netdev() functions
Michael Brown
2008-11-21
4
-62
/
+5
*
[pxe] Select the correct network device on multiport cards
Michael Brown
2008-11-21
1
-2
/
+4
*
[blockdev] Move block device operations to structure block_device_operations
Laurent Vivier
2008-11-19
1
-6
/
+6
*
[i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbios
Michael Brown
2008-11-19
6
-0
/
+976
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
9
-14
/
+14
*
[libgcc] Make __libgcc architecture-specific
Michael Brown
2008-11-19
1
-0
/
+14
*
[i386] Rename __cdecl to __asmcall
Michael Brown
2008-11-19
11
-17
/
+28
*
[pxe] Move all PXE files to arch/i386
Michael Brown
2008-11-18
10
-0
/
+4558
*
[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
[next]