summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Don't try to free individual xhci device slotsPatrick Georgi2015-03-041-1/+0
* nvramcui: don't init curses too earlyLubomir Rintel2015-02-251-18/+19
* nvramcui: fix a buffer overflowLubomir Rintel2015-02-251-1/+1
* nvramcui: don't wait for the first key update to render the formLubomir Rintel2015-02-251-1/+3
* nvramcui: drop unused variableLubomir Rintel2015-02-251-1/+0
* libpayload: Improve sanity checking in UHCI driverPatrick Georgi2015-02-231-1/+1
* libpayload: avoid use-after-free in OHCI driverPatrick Georgi2015-02-231-3/+3
* Use ALIGN_UP instead of manual alignmentPatrick Georgi2015-02-121-1/+1
* libpayload: Let GDB stub read/write memory with aligned MMIO wordsJulius Werner2015-01-121-10/+27
* libpayload: Expand setbits_le32() and fix readl() const-nessJulius Werner2015-01-125-27/+33
* libpayload: improve us timer accuracyVadim Bendebury2015-01-121-1/+1
* libpayload: Add Rock Chip drivershuang lin2015-01-127-4/+182
* libpayload: Reorder default memcpy, speed up memset and memcmpJulius Werner2015-01-091-23/+40
* libpayload arm64: Add gdb stub for arm64Furquan Shaikh2015-01-092-0/+71
* libpayload arm64: Add selfboot.c required by depthchargeFurquan Shaikh2015-01-092-0/+35
* libpayload: Fix baseaddr access in serial/tegra.cFurquan Shaikh2015-01-091-1/+1
* libpayload arm64: Correct function names for tlb invalidationFurquan Shaikh2015-01-092-6/+6
* libpayload arm64: Add dummy_media fileFurquan Shaikh2015-01-091-0/+1
* libpayload: Add remote GDB supportJulius Werner2015-01-0913-1/+949
* libpayload: Introduce new Kconfig to explicitly allow GPL codeJulius Werner2015-01-0910-37/+432
* libpayload: Rework exception hook interfaceJulius Werner2015-01-099-187/+181
* libpayload: Add ability to unregister output driverJulius Werner2015-01-092-0/+18
* libpayload: Add support for arm64 in libpayloadFurquan Shaikh2015-01-0934-3/+2715
* libpayload: ipq808x: introduce uart driverVadim Bendebury2015-01-065-2/+375
* libpayload: Introduce bit manipulation macrosVadim Bendebury2015-01-061-0/+13
* libpayload: arm: add code to clear bssVadim Bendebury2015-01-061-4/+18
* ipq8064: Add work around for slow timer clockVadim Bendebury2015-01-041-2/+20
* libpayload: Provide selfboot() external declaration in a common fileVadim Bendebury2015-01-042-6/+3
* libpayload: ipq8064: Add rudimentary timer driverVadim Bendebury2015-01-044-1/+62
* libpayload: don't test for unsigned >= 0Patrick Georgi2015-01-031-1/+1
* libpayload: avoid memory overflowsPatrick Georgi2015-01-031-0/+5
* libpayload/PDcurses: avoid NULL derefPatrick Georgi2015-01-031-3/+3
* arm: Fix stored PC value when handling exceptionsJulius Werner2015-01-031-0/+19
* libpayload: Do not tolerate compilation warnings when buildingVadim Bendebury2014-12-311-1/+1
* libpayload: Fix pointer related castsFurquan Shaikh2014-12-314-12/+13
* libpayload: usb: xhci: Fix TD size if it overflows 5 bitsRajmohan Mani2014-12-312-1/+3
* libpayload: fix printf handling of unsigned long longPatrick Georgi2014-12-301-1/+1
* libpayload: don't dereference null pointer in exception handlerPatrick Georgi2014-12-301-6/+8
* libpayload: Add missing break statementPatrick Georgi2014-12-301-0/+1
* libpayload: Remove useless continue after returnPatrick Georgi2014-12-301-1/+0
* libpayload: Fix libpayload build compilation warningsVadim Bendebury2014-12-301-0/+3
* libpayload: Provide selfboot function.Hung-Te Lin2014-12-305-2/+66
* libpaylod: fix lpgcc logic statementVadim Bendebury2014-12-301-1/+1
* libpayload: video: Check for 'console' pointer before dereferencing itJulius Werner2014-12-301-13/+15
* libpayload: Remove PC Keyboard from ARM buildMarc Jones2014-12-302-7/+4
* libpayload: Clean up USB build warningsMarc Jones2014-12-302-4/+6
* libpayload: video: Make cursor fixup independent of visibilityJulius Werner2014-12-302-14/+2
* libpayload: arm: Add EABI compatible utility functions.Hung-Te Lin2014-12-302-0/+57
* libpayload: usbmsc: Implement limited LUN supportJulius Werner2014-12-302-20/+28
* libpayload: usbmsc: Set correct allocation length for REQUEST SENSEJulius Werner2014-12-301-7/+15