summaryrefslogtreecommitdiffstats
path: root/src/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* [build] Avoid errors when build directory is mounted via NFSMichael Brown2014-05-131-1/+1
* [libc] Add flsll()Michael Brown2014-04-271-31/+0Star
* [libc] Add inline assembly implementation of flsl() using BSR instructionMichael Brown2014-04-241-0/+31
* [efi] Disable SNP devices when running iPXE as the applicationMichael Brown2014-03-141-2/+4
* [efi] Unload our own image before exiting UEFI applicationMichael Brown2014-03-141-4/+9
* [efi] Avoid accidentally calling main() twiceMichael Brown2014-03-141-1/+5
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-051-18/+20
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-3/+3
* [vesafb] Add VESA frame buffer consoleMichael Brown2013-11-281-0/+1
* [console] Allow console input and output to be disabled independentlyMichael Brown2013-11-281-1/+1
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-071-2/+1Star
* [settings] Expose CPUID instruction via settings mechanismMichael Brown2013-08-074-19/+299
* [build] Fix %.licence build targetMichael Brown2013-07-161-0/+2
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-151-0/+1
* [legal] Add FILE_LICENCE for valgrind headersMarin Hannache2013-07-142-0/+4
* [linux] Add support for accessing PCI configuration space via /proc/bus/pciMichael Brown2013-07-131-0/+4
* [build] Add efidrv.cab target for UEFI Secure Boot signingMichael Brown2013-05-141-0/+10
* [pxe] Convert external PXE API errors into iPXE platform-generated errorsMichael Brown2013-04-291-0/+1
* [efi] Perform meaningful error code conversionsMichael Brown2013-04-191-1/+2
* [initrd] Add ability to reshuffle initrds into image list orderMichael Brown2012-11-121-0/+1
* [libc] Relicense x86 string.hMichael Brown2012-11-121-19/+24
* [libc] Fix and externalise memswap()Michael Brown2012-11-122-15/+30
* [libc] Reduce overall code size by externalising strlen()Michael Brown2012-11-122-12/+20
* [libc] Reduce overall code size by externalising strncmp()Michael Brown2012-11-122-21/+40
* [libc] Remove unnecessary "cld" instruction from memset()Michael Brown2012-11-121-11/+18
* [libc] Convert memcpy() from a macro to an inline functionMichael Brown2012-11-121-4/+24
* [libc] Reduce overall code size by externalising memmove()Michael Brown2012-11-122-24/+74
* [libc] Remove obsolete implementation of memcpy()Michael Brown2012-11-121-12/+0Star
* [console] Add support for the bochs/qemu debug port consoleMichael Brown2012-09-101-0/+86
* [sdi] Add support for SDI imagesMichael Brown2012-09-051-0/+1
* [tcpip] Fix building under CygwinJoshua Oreman2012-07-241-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-209-9/+18
* [ioapi] Generalise i386 raw I/O API to x86Michael Brown2012-07-173-0/+274
* [tcpip] Add faster algorithm for calculating the TCP/IP checksumMichael Brown2012-06-282-0/+174
* [tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown2012-06-271-0/+12
* [libc] Simplify memcpy() implementationMichael Brown2012-06-271-16/+10Star
* [cmdline] Use "cpuid --ext" instead of "cpuid --amd"Michael Brown2012-06-121-1/+4
* [cmdline] Add "cpuid" commandMichael Brown2012-06-075-2/+306
* [build] Merge i386 and x86_64 versions of errfile.hMichael Brown2012-06-061-0/+46
* [crypto] Use correct constraint for byte-addressable registerMichael Brown2012-03-191-1/+1
* [crypto] Add big-integer library for RSA calculationsMichael Brown2012-03-142-0/+408
* [linux] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich2011-03-281-2/+2
* [linux] Make malloc and linux_umalloc valgrindablePiotr JaroszyƄski2011-03-274-0/+4851
* [linux] Remove Linux-specific code from default (non-Linux) buildMichael Brown2011-02-251-0/+2
* [build] Use unique entry symbols for each prefixMichael Brown2011-02-231-4/+0Star
* [build] Eliminate unused sections at link-timeMichael Brown2011-02-221-1/+3
* [efi] Allow EFI to control PCI bus enumerationMichael Brown2011-02-171-2/+3
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-172-5/+5
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-171-2/+2
* [linux] Fix building on RHEL5 and similar platformsMichael Brown2010-10-111-48/+40Star