summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
...
* libpayload: Cache physical location of stringsNico Huber2020-08-242-17/+21
* libpayload: Cache physical location of CBMEM entriesNico Huber2020-08-245-23/+16
* libpayload: Cache physical location of cb_table entriesNico Huber2020-08-242-4/+4
* libpayload: Cache copy of `cb_framebuffer` structNico Huber2020-08-245-33/+15
* libpayload: Cache physical location of serial-console structNico Huber2020-08-248-17/+16
* libpayload: Cache physical CMOS option table locationNico Huber2020-08-243-4/+4
* libpayload: Cache physical cbmem console addressNico Huber2020-08-245-15/+30
* arch/arm: Enable FIT payloadsSam Lewis2020-08-191-2/+2
* payloads/nvramcui: Fix `make clean`Nico Huber2020-08-181-2/+2
* payloads/coreinfo: Fix `make clean`Nico Huber2020-08-181-2/+1
* payloads/seabios: Update stable version to 1.14.0Elyes HAOUAS2020-08-172-2/+2
* libpayload/defconfig: Set default heap size to 1MiBNico Huber2020-08-171-1/+1
* libpayload: cbgfx: Add color mapping functionalityYu-Ping Wu2020-08-132-11/+75
* libpayload: Replace include/compiler.h with commonlib/bsd's versionPatrick Georgi2020-07-281-17/+27
* payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tabElyes HAOUAS2020-07-251-1/+1
* payloads/libpayload/curses/menu/eti.h: Remove unneeded whitespacesElyes HAOUAS2020-07-251-8/+8
* payloads/libpayload/arch/arm/cpu.S: Remove whitespaces before tabElyes HAOUAS2020-07-251-1/+1
* payloads/external/tint/Makefile: Remove whitespaces before tabElyes HAOUAS2020-07-251-3/+3
* libpayload: cbgfx: Add draw_line()Yu-Ping Wu2020-07-232-7/+95
* libpayload/xhci: Try harder to read 32-bit caps at onceNico Huber2020-07-211-1/+1
* libpayload: allow nonblocking delay and more than one delayRonald G Minnich2020-07-162-3/+33
* cbgfx: Add blend functions to calculate transparencyShelley Chen2020-07-152-6/+84
* payloads/depthcharge: Makefile: resolve fail of concurrent buildMichael Niewöhner2020-07-151-2/+1
* payloads/external: fix depthcharge build from sourceSelma BENSAID2020-07-121-1/+1
* payloads/tianocore: Don't recurse submodulesBenjamin Doron2020-07-121-1/+1
* libpayload: cbgfx: Replace bilinear resampling with LanczosJulius Werner2020-07-092-79/+297
* libpayload: Add simple 32.32 fixed-point math APIJulius Werner2020-07-093-0/+384
* libpayload: arm64: silence libpayload main entryMichael Walle2020-07-082-23/+1
* libpayload: arm64: fix OUTPUT_ARCH()Michael Walle2020-07-081-1/+1
* libpayload: cbgfx: Fix add_fractions() overflow reductionJulius Werner2020-07-061-7/+3
* libpayload/cbgfx: Fix overflow in transform_vector()Yu-Ping Wu2020-06-281-7/+11
* libpayload: gdb: Condition video console init on LP_VIDEO_CONSOLEYu-Ping Wu2020-06-221-1/+2
* payloads/external: s/PROMT/PROMPT/gAngel Pons2020-06-063-5/+5
* usb/xhci: Fix timeout logicCaveh Jalali2020-06-061-1/+6
* libpayload: drivers/usb: add a USB pre-poll hookCaveh Jalali2020-06-062-0/+11
* payloads/libpayload/libc: Avoid NULL pointer dereferenceHarshit Sharma2020-05-281-3/+3
* payloads/libpayload/libc: Do cosmetic fixesHarshit Sharma2020-05-281-9/+10
* libpayload/cbgfx: Remove gap between adjacent boxesYu-Ping Wu2020-05-261-10/+40
* libpayload: Fix definitions of minimum integer valuesYu-Ping Wu2020-05-181-3/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-11268-269/+0
* payloads: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-0918-162/+19
* payloads/external/Makefile.inc: Pass hardware IRQ option to SeaBIOS MakefileMichał Żygowski2020-05-071-1/+2
* libpayload/drivers/usb/xhci: Allow xHCI v1.2 in libpayloadDossym Nurmukhanov2020-05-041-1/+1
* payloads/external/GRUB2: Makefile: fix check for changed files againMichael Niewöhner2020-05-041-1/+1
* payloads/external/GRUB2: Makefile: fix checkout hintMichael Niewöhner2020-05-041-1/+2
* payloads/external/GRUB2: Makefile: fix check for changed filesMichael Niewöhner2020-05-041-2/+2
* payloads/seabios: Add Hardware IRQ KconfigMatt DeVillier2020-05-022-0/+13
* libpayload: xhci: Fix CAPREG address calculationJulius Werner2020-05-021-1/+1
* libpayload: Fix 16-bit read/write to PCI_COMMAND registerElyes HAOUAS2020-05-012-5/+5
* lp/drivers/usb: Add quirk for QEMU XHCI root hubDuncan Laurie2020-05-014-2/+34