summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload/x86/exception: Add methods to enable/disable interruptsRaul E Rangel2018-08-232-0/+36
* libpayload/x86/cpuid: Add a cpuid macroRaul E Rangel2018-08-231-0/+36
* payloads/external/Memtest86Plus: allow for selecting a specific revisionStefan Tauner2018-08-224-21/+55
* cbtable: remove chromeos_acpi from cbtableJoel Kitching2018-08-223-14/+0
* cbmem: rename vdat to chromeos_acpiJoel Kitching2018-08-143-9/+9
* linuxboot: remove curley brace expansion from u-root commandsDavid Hendricks2018-08-103-5/+6
* libpayload/drivers/usb/xhci: Replace raw values with constantsRaul E Rangel2018-08-081-3/+3
* payloads/external/SeaBIOS: add support for sercon portPiotr Król2018-08-061-0/+18
* exception: Fix segment error code maskRaul E Rangel2018-08-061-1/+1
* payload/LinuxBoot: Fix compilation and clean targetPhilipp Deppenwiese2018-07-314-9/+329
* libpayload/arm64: Drop unused static arrayPatrick Georgi2018-07-201-19/+0
* payloads/LinuxBoot: Add ARM64 supportPatrick Rudolph2018-07-197-27/+547
* libpayload/generic_hub: Detect port disconnect after resetRaul E Rangel2018-07-171-0/+9
* libpayload/xhci: Check noop return code when debuggingRaul E Rangel2018-07-171-3/+6
* libpayload: Add UNKNOWN_SPEED to usb_speed enumRaul E Rangel2018-07-172-2/+6
* libpayload: Make libpayload compile using gnu11Raul E Rangel2018-07-161-1/+1
* libpayload/xhci: Document struct offsets on xhci_tRaul E Rangel2018-07-161-25/+25
* payloads/Kconfig: Put option *None* at the topPaul Menzel2018-07-101-11/+11
* payloads/seabios: Update stable from 1.11.1 to 1.11.2Martin Kepplinger2018-07-062-2/+2
* payloads/iPXE: add iPXE serial enable optionMichał Żygowski2018-07-032-1/+16
* payloads/Kconfig: Use third-person singular in descriptionPaul Menzel2018-07-031-1/+1
* payloads/libpayload/drivers/i8042: Disable scanning on disconnectFurquan Shaikh2018-07-021-0/+3
* payloads/libpayload/drivers/i8042: Add macros for i8042 commandsFurquan Shaikh2018-07-023-14/+87
* tianocore: Add more patchesPatrick Rudolph2018-06-282-0/+78
* libpayload: cheza - fix config for chromium chroot buildT Michael Turney2018-06-221-1/+1
* tianocore: Fix RPM package namePatrick Rudolph2018-06-211-1/+1
* payloads/external/GRUB2: Use pkg-config over freetype-configNico Huber2018-06-211-0/+1
* payloads: Add LinuxBoot payload in u-root modePhilipp Deppenwiese2018-06-197-1/+318
* lib: Add FIT payload supportPatrick Rudolph2018-06-191-2/+24
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-152-0/+5
* coreinfo: Skip unpopulated PCI functionsKyösti Mälkki2018-06-141-2/+12
* tint: change the tint download link from HTTP Debian to HTTPS FSFMike Banon2018-06-071-1/+1
* tint: fix the "Paused - Press any key to continue" message for pauseMike Banon2018-06-071-1/+19
* tint: make it possible to reboot by pressing 'q' key two timesMike Banon2018-06-071-3/+14
* tint: upgrade the outdated tint payload from 0.03b to 0.04+nmu1Mike Banon2018-06-072-634/+116
* libpayload/curses/{form,menu}: Fix uncountable "information"Elyes HAOUAS2018-06-046-10/+10
* libpayload-x86: Export keyboard modifiersPatrick Rudolph2018-05-312-27/+41
* libpayload: Export usbhid_getmodifiersPatrick Rudolph2018-05-312-12/+18
* libpayload-x86: i8042: fix i8042_data_ready_ps2 and i8042_data_ready_auxHannah Williams2018-05-302-0/+9
* libpayload: Fix payload .bss corruptionKyösti Mälkki2018-05-211-3/+8
* libpayload: disable mouse on CHROMEOSPatrick Georgi2018-05-181-0/+1
* Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich2018-05-163-6/+6
* libpayload-x86: Add PS2 mouse driverPatrick Rudolph2018-05-155-2/+314
* libpayload-x86: keyboard: Use i8042 driverPatrick Rudolph2018-05-152-32/+39
* cbfs/payload type: Fix build warning and whitespace in namePaul Menzel2018-05-153-6/+6
* libpayload-x86: Move keyboard.cPatrick Rudolph2018-05-152-1/+1
* libpayload-x86: Add common i8042 driverPatrick Rudolph2018-05-154-0/+425
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-043-5/+5
* payloads/libpayload: Add spaces around '=='Elyes HAOUAS2018-05-027-13/+13
* libpayload: Add Timer for sdm845T Michael Turney2018-05-014-0/+53