summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxSimon Rettberg2021-10-052-5/+68
|\
| * [acpi] Generalise DSDT/SSDT data extraction logicMichael Brown2021-09-081-4/+66
| * [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown2021-07-271-1/+2
* | Merge branch 'master' into openslxSimon Rettberg2021-07-229-81/+71Star
|\|
| * [crypto] Add memory output constraints for big-integer inline assemblyMichael Brown2021-06-032-22/+43
| * [cpio] Split out bzImage initrd CPIO header constructionMichael Brown2021-05-213-56/+4Star
| * [undi] Read TSC only when profilingMichael Brown2021-05-121-2/+9
| * [rng] Check for TSC support before using RTC entropy sourceMichael Brown2021-05-122-0/+14
| * [prefix] Specify i486 architecture for LZMA decompressorMichael Brown2021-05-121-1/+1
* | Merge branch 'master' into openslxSimon Rettberg2021-04-152-4/+4
|\|
| * [int13] Do not report INT 13 extension support for emulated floppiesMichael Brown2021-04-131-2/+2
| * [pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown2021-04-101-2/+2
* | Merge branch 'master' into openslxSimon Rettberg2021-03-0850-832/+370Star
|\|
| * [build] Allow __asmcall to be used as a type attributeMichael Brown2021-03-026-8/+9
| * [acpi] Allow for platforms that provide ACPI tables individuallyMichael Brown2021-03-012-0/+14
| * [linux] Use host glibc system call wrappersMichael Brown2021-03-0112-482/+22Star
| * [linux] Add a prefix to all symbols to avoid future name collisionsMichael Brown2021-02-271-0/+2
| * [bitops] Provide an explicit operand size for bit test instructionsMichael Brown2021-02-271-4/+4
| * [librm] Test for FXSAVE/FXRSTOR instruction supportMichael Brown2021-02-183-6/+36
| * [librm] Add missing __asmcall on init_idt()Michael Brown2021-02-181-1/+1
| * [prefix] Add a generic raw image prefixMichael Brown2021-02-181-0/+53
| * [initrd] Allow for zero-length initrd filesMichael Brown2021-02-181-6/+6
| * [pxe] Split out platform-independent portions of cachedhcp.cMichael Brown2021-02-172-179/+76Star
| * [build] Work around stray sections introduced by some binutils versionsMichael Brown2021-02-152-7/+33
| * [build] Use .balign directive instead of .alignMichael Brown2021-02-1310-16/+16
| * [build] Work around -fPIE patched versions of gcc on all architecturesMichael Brown2021-02-042-20/+0Star
| * [build] Allow BIOS linker script to be used with FreeBSD linkerMichael Brown2021-01-301-13/+13
| * [build] Avoid modifying load addresses when stripping .zinfo sectionMichael Brown2021-01-301-7/+42
| * [image] Provide image_memory()Michael Brown2021-01-251-39/+5Star
| * [image] Provide image_set_data()Michael Brown2021-01-221-12/+9Star
| * [build] Create util/genfsimg for building filesystem-based imagesMichael Brown2021-01-131-39/+4Star
| * [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-052-8/+8
| * [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-252-2/+6
| * [pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown2020-09-244-0/+28
* | Merge branch 'master' into openslxSimon Rettberg2020-08-126-32/+85
|\|
| * [comboot] Fix stack pointer retrieval after COM32 binary returnsDentcho Ludmilov Bankov2020-07-271-1/+1
| * [pcbios] Take alignment into account when checking for available spaceDavid Decotigny2020-07-211-4/+4
| * [pcbios] Fix "out of memory" detection when expanding bottom areaDavid Decotigny2020-07-211-1/+1
| * [efi] Avoid setting direction flag on EFI platformsMichael Brown2020-07-071-0/+14
| * [crypto] Avoid temporarily setting direction flag in bigint_is_geq()Michael Brown2020-07-071-17/+8Star
| * [build] Disable position-independent code for ARM64 EFI buildsMichael Brown2020-06-271-0/+4
| * [int13con] Create log partition only when CONSOLE_INT13 is enabledMichael Brown2020-03-011-0/+17
| * [bios] Define macros for constructing partition table entriesMichael Brown2020-03-011-10/+37
* | Merge branch 'master' into openslxSimon Rettberg2019-08-021-18/+59
|\|
| * [arm] Provide dummy implementations for {in,out}[s]{b,w,l}Michael Brown2019-07-141-18/+59
* | Merge branch 'master' into openslxSimon Rettberg2019-02-158-2/+8
|\|
| * [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-256-0/+6
| * [pci] Correct invalid base-class/sub-class/prog-if order in PCIRPetr Borsodi2019-01-152-2/+2
* | [vesafb] Fix resetting console to text mode by passing NULL configSimon Rettberg2018-05-281-5/+3Star
* | [console] Add option to update margins and bg-image of vesa mode consoleSimon Rettberg2018-05-281-37/+64
|/