summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* [fbcon] Move margin calculations to fbcon.cMichael Brown2015-10-141-28/+2Star
* [fbcon] Allow character height to be selected at runtimeMichael Brown2015-10-141-5/+23
* [pxe] Notify BIOS via INT 1a,564e for each new network deviceMichael Brown2015-09-151-0/+26
* [pxe] Invoke INT 1a,564e when PXE stack is activatedMichael Brown2015-09-151-0/+12
* [uri] Generalise tftp_uri() to pxe_uri()Michael Brown2015-09-021-13/+11Star
* [build] Search for ldlinux.c32 separately from isolinux.binMichael Brown2015-09-012-10/+20
* [pxe] Construct all fake DHCP packets before starting PXE NBPMichael Brown2015-08-293-24/+38
* [pxe] Warn about PXE NBPs that may be EFI executablesMichael Brown2015-08-211-4/+42
* [prefix] Use correct register for KEEP_IT_REAL physical address conversionDaniel Pieczko2015-08-141-2/+2
* [efi] Hold off watchdog timer while runningMichael Brown2015-08-031-0/+5
* [serial] Check for UART existence in uart_select()Michael Brown2015-07-311-8/+15
* [comboot] Avoid dragging in serial console support unconditionallyMichael Brown2015-07-311-1/+3
* [elf] Reject ELFBoot images requiring virtual addressingMichael Brown2015-07-291-1/+32
* [bios] Add ANSI blink attributeChristian Nilsson2015-07-221-0/+6
* [xen] Wait for and clear XenStore event before receiving dataMichael Brown2015-06-301-0/+19
* [comboot] Implement INT22,0x000cWissam Shoukair2015-06-291-0/+4
* [serial] Use new UART abstraction in serial console driverMichael Brown2015-06-291-13/+10Star
* [serial] Add general abstraction of a 16550-compatible UARTMichael Brown2015-06-293-0/+104
* [pxe] Always reconstruct packet for PXENV_GET_CACHED_INFOMichael Brown2015-06-291-10/+8Star
* [mromprefix] Report a dummy size at offset 0x02 of .mrom payloadMichael Brown2015-06-251-0/+1
* [pci] Use flat real mode to call INT 1a,b101Michael Brown2015-06-231-1/+5
* [int13con] Add basic ability to log to a local disk via INT 13Michael Brown2015-05-193-6/+300
* [pci] Provide PCI_CLASS() to calculate a scalar PCI class valueMichael Brown2015-05-081-1/+1
* [vram] Add "vram" built-in setting to dump video RAMMichael Brown2015-04-241-0/+72
* [build] Construct all-drivers list based on driver classMichael Brown2015-04-222-2/+2
* [build] Work around binutils quirk on OpenBSD 5.7Michael Brown2015-04-181-0/+3
* [build] Fix compiler warning on OpenBSD 5.7Michael Brown2015-04-181-1/+1
* [build] Allow building PCI ROMs with device ID listsMichael Brown2015-04-152-1/+13
* [efi] Use the EFI_RNG_PROTOCOL as an entropy source if availableMichael Brown2015-04-141-3/+76
* [efi] Add EFI entropy sourceMichael Brown2015-04-142-0/+151
* [romprefix] Allow autoboot device filter to be disabledMichael Brown2015-04-131-0/+2
* [efi] Ensure drivers are disconnected when ExitBootServices() is calledMichael Brown2015-04-131-0/+35
* [libc] Add x86_64 versions of setjmp() and longjmp()Michael Brown2015-04-073-0/+100
* [libc] Fix typo in longjmp()Michael Brown2015-04-071-3/+3
* [libprefix] Fix building on 64-bit FreeBSD 8.4Michael Brown2015-03-231-1/+1
* [libc] Add ffs(), ffsl(), and ffsll()Michael Brown2015-03-162-2/+82
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-117-3/+11
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-053-3/+11
* [i386] Move real_to_user() to realmode.hMichael Brown2015-03-054-12/+14
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-058-0/+18
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-051-0/+3
* [pxe] Remove obsolete references to pxeparent_dhcpMichael Brown2015-03-032-6/+0Star
* [malloc] Move valgrind headers out of arch/x86Michael Brown2015-03-032-4849/+0Star
* [libc] Rewrite byte-swapping codeMichael Brown2015-03-023-14/+8Star
* [libc] Rewrite setjmp() and longjmp()Michael Brown2015-03-022-49/+81
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0232-40/+112
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-027-7/+35
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-02128-128/+320
* [zbin] Remove now-unused unnrv2b.S decompressorMichael Brown2015-02-262-193/+0Star
* [zbin] Fix check for existence of most recent output byteMichael Brown2015-02-261-3/+1Star