summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload: usbhid: Zero-initialize all parts of usbhid instance structJulius Werner2018-02-161-5/+1
* tianocore: fix Makefile to build a custom revision or branchGergely Kiss2018-02-151-0/+1
* payloads: Add an option to compress secondary payloadsArthur Heymans2018-02-103-0/+11
* payload/tianocore: Fix patch to preserve coreboot tableMatt DeVillier2018-02-011-41/+15
* payloads/tianocore: Add a patch to use the proper BytesPerscanlineArthur Heymans2018-02-011-0/+31
* libpayload: allow x86 devices to provide non-tsc implementationAaron Durbin2018-01-261-7/+6
* payloads/nvramcui/payload.sh: Fix shellcheck warningsMartin Roth2018-01-241-2/+2
* payloads/depthcharge: Update stable version upstream masterMartin Roth2018-01-231-2/+2
* payload/Kconfig: Use LZMA by defaultArthur Heymans2018-01-221-1/+1
* payloads: add support lz4 compressionAntonello Dettori2018-01-151-3/+15
* payloads/SeaBIOS: Add different MMIO uart configurationsPhilipp Deppenwiese2017-12-202-1/+10
* libpayload: Add pci_free_dev() and some boilerplateNico Huber2017-12-072-0/+13
* payloads/external/Makefile: Add missing dependencyNico Huber2017-12-071-0/+1
* libpayload: Add SKU ID coreboot table supportJulius Werner2017-12-073-0/+12
* libpayload: Minor board ID / RAM code cleanupsJulius Werner2017-12-073-21/+14
* payloads/external: Use stable version of GRUB2 by defaultJonathan Neuschäfer2017-11-301-1/+1
* payloads/external: Add a stable version of GRUB2Jonathan Neuschäfer2017-11-303-0/+8
* payloads/seabios: Update stable from 1.10.3 to 1.11.0Martin Kepplinger2017-11-282-2/+2
* payloads/seabios: Update stable from 1.10.2 to 1.10.3Martin Kepplinger2017-11-082-2/+2
* endian: Fix bebitenc() to actually encode big-endianJulius Werner2017-11-061-2/+2
* LB_TAGS: change the value of CB_TAG_MAC_ADDRS to 0x33Ronald G. Minnich2017-10-291-13/+13
* payloads/external: Clone GRUB2 over HTTPSJonathan Neuschäfer2017-09-161-1/+1
* Update vboot submodule to upstream masterDaisuke Nojiri2017-09-131-1/+1
* payloads/coreinfo: Free buffer before returningMartin Roth2017-09-111-1/+3
* tint: Use the current time as random seedNicola Corna2017-09-061-18/+5
* libpayload/storage: Add Sunrise Point AHCI PCI idNico Huber2017-09-021-0/+1
* Update depthcharge stable to upstream masterMartin Roth2017-08-231-1/+1
* libpayload: add time()Nicola Corna2017-08-212-6/+21
* payloads/external/GRUB2: Only rebuild on config changesNico Huber2017-08-202-2/+5
* payload/tianocore: Add patch to preserve coreboot tableArthur Heymans2017-08-181-0/+52
* payloads/Makefile.inc: Add GRUB2 to list of payloadsNico Huber2017-08-151-1/+2
* payloads/external/GRUB2: Sanitize MakefileNico Huber2017-08-152-22/+9
* libpayload: add *SECS_PER_SEC macros to stddef.hCaveh Jalali2017-08-141-0/+4
* payloads/external/tianocore: Add and apply patches for tianocoreEvelyn Huang2017-08-116-0/+2803
* copy & update test routines from what-jenkins-doesMartin Roth2017-08-111-0/+9
* libpayload/libpci: Add a constant for PCI class memory otherNico Huber2017-08-101-0/+2
* payloads/external/tianocore: build UEFI payloadMartin Roth2017-08-106-5/+394
* libpayload: Use a static copy of `font_glyph_filled()`Paul Menzel2017-08-101-1/+1
* add __must_check to */compiler.hCaveh Jalali2017-08-081-0/+1
* libpayload: video: Add support for font scaling with a factorPaul Kocialkowski2017-08-035-7/+24
* libpayload: video: Introduce helpers for font accessPaul Kocialkowski2017-08-035-34/+122
* libpayload: Double HEAP_SIZE in default configRicardo Ribalda Delgado2017-07-281-0/+1
* libpayload/storage: Replace 1s AHCI reset delay with a timeoutNico Huber2017-07-271-1/+3
* libpayload/storage: Enable bus mastering for AHCINico Huber2017-07-271-0/+5
* libpayload: Clean up unaligned memset() supportNico Huber2017-07-261-12/+10
* payloads/depthcharge: Fix clean targetNico Huber2017-07-261-1/+1
* depthcharge: Update buildMartin Roth2017-07-232-23/+31
* depthcharge: Update stable commit idMartin Roth2017-07-231-1/+1
* libpayload: Fix unaligned buffer logic in default_memsetMarshall Dawson2017-07-201-1/+3
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-1324-76/+106