summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload: add support for vboot_handoffAaron Durbin2013-03-143-0/+21
* libpayload: Turn the endian conversion macros into functions.Gabe Black2013-03-141-6/+16
* libpayload: Generalize and redistribute timekeeping codeGabe Black2013-03-145-176/+77
* libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUGGabe Black2013-03-141-1/+3
* libpayload: Don't declare the loop counter within the for loopGabe Black2013-03-141-1/+2
* libpayload: Don't do unaligned accesses during LZMA decompressionGabe Black2013-03-131-1/+1
* libpayload: Add size_t and ssize_t types for ARM and x86Gabe Black2013-03-132-0/+6
* libpayload: Move over to the payload's stack during startupGabe Black2013-03-131-1/+8
* libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPCGabe Black2013-03-131-1/+1
* libpayload: Add usb_generic_(create|remove) functions for unrecognized devicesGabe Black2013-03-132-0/+39
* libpayload: Split EHCI bulk transfers on packet boundaries over qTDsJulius Werner2013-03-131-0/+4
* libpayload: add support for 64-bit EHCI controllersVincent Palatin2013-03-131-12/+16
* libpayload: Stub out time keeping functions for ARM as wellGabe Black2013-03-131-14/+2
* libpayload: If no video drivers initialize in video_init, return 1.Gabe Black2013-03-131-0/+1
* libpayload: If there's no IO address space, don't try to use it for serialGabe Black2013-03-131-6/+10
* libpayload: If there's no IO space, complain if the serial claims to use itGabe Black2013-03-131-2/+10
* libpayload: Consolidate io vs. mem mapped serial into accessor functionsGabe Black2013-03-131-106/+49
* libpayload: Make whether or not there's an IO address space configurableGabe Black2013-03-133-0/+7
* libpayload: Start using only internal and compiler headers.Ronald G. Minnich2013-03-134-189/+6
* libpayload: Add more parenthesis to the endian conversion macrosGabe Black2013-03-131-3/+4
* libpayload: Make the source for lzma decompression constGabe Black2013-03-132-2/+2
* libpayloads: Provide BSD/glibc style endian functions.Hung-Te Lin2013-03-131-27/+42
* libpayload: Remove unnecessary include of arch/msr.hGabe Black2013-03-121-1/+0
* libpayload: In the USBMSC read_capacity function, make buf an array of u32.Gabe Black2013-03-121-4/+4
* libpayload: Fix reading x86 CBFS images from RAMPatrick Georgi2013-03-122-3/+13
* libpayload: Turn on thumb interworking in libpayload.Gabe Black2013-03-041-5/+3
* libpayload: Catch exceptions and print out an error message.Ronald G. Minnich2013-03-045-0/+312
* bump SeaBIOS to 1.7.2.1Idwer Vollering2013-03-041-1/+1
* libpayload: Mark "halt" as a function.Gabe Black2013-03-011-0/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0141-42/+42
* libpayload: Check for completion more often in ehci_set_periodic_schedule.Gabe Black2013-02-281-2/+2
* libpayload: Add a pointer for user data on the USB MSC data structure.Gabe Black2013-02-261-0/+1
* libpayload: Correct a constant used for scanning for USB controllers.Gabe Black2013-02-261-1/+1
* libpayload: Change the measurement interval for get_cpu_speed to 2 ms.Gabe Black2013-02-261-7/+9
* libpayload: cbfs: Fix CBFS max size calculation.Hung-Te Lin2013-02-221-5/+5
* libpayload: Fix license headersStefan Reinauer2013-02-205-80/+115
* libpayload: libcbfs: Fix legacy CBFS API, typosPatrick Georgi2013-02-191-3/+3
* libpayload: only compile drivers/serial.c on machines that use it.Ronald G. Minnich2013-02-162-2/+7
* libpayload: Use the same type for 32 bit data in readl as in uint32_t.Ronald G. Minnich2013-02-151-2/+2
* libpayload: fix compiler flagsRonald G. Minnich2013-02-151-3/+6
* libpayload: get time to compile cross-archRonald G. Minnich2013-02-151-6/+13
* libpayload: make functions static that are unused outside memory.cRonald G. Minnich2013-02-151-14/+15
* libpayload: Use an appropriate range of memory when looking for cb tables.Ronald G. Minnich2013-02-151-1/+1
* libpayload: add a ldscript for armRonald G. Minnich2013-02-151-0/+93
* libpayload; put the ldscript into an arch-dependent directory pathRonald G. Minnich2013-02-142-1/+1
* libpayload: New CBFS to support multiple firmware media sources.Hung-Te Lin2013-02-129-159/+675
* Fix libpayload xcompile xgcc pathMarc Jones2013-02-011-1/+1
* libpayload: add EHCI QH/qTD debuggingAnton Kochkov2013-02-011-3/+77
* libpayload: Update README with Git repository URL and directory locationPaul Menzel2013-01-301-2/+2
* Project PIANO aka tianocorebootStefan Reinauer2013-01-3012-0/+2169