summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [acpi] Allow for platforms that provide ACPI tables individuallykexec3kexec2kexecMichael Brown2021-03-018-6/+46
* [acpi] Eliminate redundant acpi_find_rsdt() in acpi_sx()Michael Brown2021-02-281-10/+2
* [acpi] Use a fixed colour for debug messagesMichael Brown2021-02-281-9/+12
* [linux] Use host glibc system call wrappersMichael Brown2021-02-2829-601/+553
* [linux] Add a prefix to all symbols to avoid future name collisionsMichael Brown2021-02-273-2/+8
* [bitops] Provide an explicit operand size for bit test instructionsMichael Brown2021-02-271-4/+4
* [efi] Compress EFI ROM imageseficompressMichael Brown2021-02-194-6/+1652
* [librm] Test for FXSAVE/FXRSTOR instruction supportfxsrMichael Brown2021-02-183-6/+36
* [librm] Add missing __asmcall on init_idt()Michael Brown2021-02-181-1/+1
* [prefix] Add a generic raw image prefixrplMichael Brown2021-02-181-0/+53
* [initrd] Allow for zero-length initrd filesMichael Brown2021-02-181-6/+6
* [cloud] Do not enable serial console on EFI platformsMichael Brown2021-02-171-0/+5
* [efi] Record cached DHCPACK from loaded image's device handle, if presentcachedhcpMichael Brown2021-02-174-0/+115
* [efi] Defer autoboot link-layer address and autoexec script probingMichael Brown2021-02-171-6/+20
* [efi] Split out autoexec script portions of efi_autoboot.cMichael Brown2021-02-176-190/+234
* [pxe] Split out platform-independent portions of cachedhcp.cMichael Brown2021-02-174-37/+110
* [ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modesBruce Rogers2021-02-161-0/+1
* [cloud] Enable IPv6 and HTTPS in cloud boot imagesMichael Brown2021-02-161-0/+4
* [cloud] Add utility for importing images to AWS EC2Michael Brown2021-02-161-0/+100
* [build] Work around stray sections introduced by some binutils versionsusbdiskMichael Brown2021-02-152-7/+33
* [cloud] Use PCIAPI_DIRECT for cloud imagesMichael Brown2021-02-135-0/+10
* [ena] Switch to two-phase reset mechanismMichael Brown2021-02-132-9/+33
* [build] Use .balign directive instead of .alignMichael Brown2021-02-1211-18/+18
* [build] Remove support for building with the Intel C compilerMichael Brown2021-02-126-287/+5
* [build] Report detailed errors when unable to find a usable mkisofsMichael Brown2021-02-121-3/+17
* [ci] Disable redundant scheduled execution of Coverity ScanMichael Brown2021-02-051-2/+0
* [ci] Disable Travis CIMichael Brown2021-02-041-58/+0
* [ci] Add GitHub action for Coverity ScanciMichael Brown2021-02-041-0/+39
* [ci] Add GitHub action for build testingMichael Brown2021-02-041-0/+69
* [build] Work around distros that use -fcf-protection=full by defaultMichael Brown2021-02-041-0/+10
* [build] Work around -fPIE patched versions of gcc on all architecturesMichael Brown2021-02-043-20/+27
* [build] Avoid spurious "make clean" when building for the first timeMichael Brown2021-02-041-29/+32
* [efi] Fix erroneous comparison of a pointer against userptr_tMichael Brown2021-02-031-1/+1
* [contrib] Update bochsrc.txt to work with current versions8d337ecMichael Brown2021-02-021-368/+542
* [hermon] Add support for ConnectX-3 based cardsChristian Iversen2021-02-021-0/+4
* [autoboot] Avoid closing and immediately reopening network deviceMichael Brown2021-02-011-6/+7
* [hermon] Avoid parsing length field on completion errorsMichael Brown2021-02-011-2/+16
* [hermon] Make hermon_dump_xxx() functions no-ops on non-debug buildsMichael Brown2021-02-011-0/+20
* [hermon] Minimise reset timehermon_resetMichael Brown2021-02-012-7/+32
* [hermon] Throttle debug output when sensing port typeChristian Iversen2021-02-011-0/+3
* [hermon] Add a debug notice when initialization is completeChristian Iversen2021-02-011-0/+1
* [hermon] Add support for port management eventChristian Iversen2021-02-012-0/+39
* [hermon] Adjust Ethernet work queue sizeChristian Iversen2021-02-011-3/+3
* [hermon] Use reset value suitable for ConnectX-3Michael Brown2021-02-011-1/+1
* [hermon] Clean up whitespace in hermon.cChristian Iversen2021-02-011-1/+1
* [iscsi] Update link to iBFT reference manualChristian Iversen2021-02-011-2/+6
* [hermon] Limit link poll frequency in DOWN statehermon_link_pollMichael Brown2021-01-312-1/+17
* [build] Avoid using awk to format build ID as hexadecimalMichael Brown2021-01-311-1/+1
* [build] Avoid using sha1sum when calculating build IDMichael Brown2021-01-311-1/+1
* [build] Allow BIOS linker script to be used with FreeBSD linkerfreebsdMichael Brown2021-01-301-13/+13