summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload: use PRIu64 type to print u64Jeremy Compostella2020-09-302-2/+8
* libpayload: Fix file permissionsKyösti Mälkki2020-09-271-0/+0
* payloads/external: add support for BOOTBOOT payloadZoltan Baldaszti2020-09-264-0/+63
* treewide/Kconfig: Drop unneeded empty linesElyes HAOUAS2020-09-212-2/+0
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-2148-83/+0
* libpayload: free: Separate NULL check out for clarityHsuan Ting Chen2020-09-191-0/+4
* libpayload: cbgfx: Fix 'equals' counter for Lanczos resamplingYu-Ping Wu2020-09-181-14/+13
* coreinfo: Use SPDX license identifiersJacob Garber2020-09-1415-168/+30
* libpayload: malloc: Fix realloc for overlapping buffersYu-Ping Wu2020-09-131-34/+57
* libpayload/xhci: Fix Slot State field width definitionCaveh Jalali2020-09-041-1/+1
* xhci: Do not set the CRCR_CS bitCaveh Jalali2020-08-311-1/+7
* xhci: Fix Abort command event handlingCaveh Jalali2020-08-311-7/+27
* libpayload: cbgfx: Support buffered I/OHung-Te Lin2020-08-282-1/+61
* libpayload: memmove: Don't make expectations of architecture memcpyJulius Werner2020-08-241-1/+1
* 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