aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload
AgeCommit message (Expand)Author
2017-01-25libpayload: fix buildPatrick Georgi
2017-01-24build system: don't run xcompile or git for %clean/%config targetsPatrick Georgi
2017-01-24libpayload: drivers/keyboard: report power button eventsShelley Chen
2017-01-19libpayload: Enable USB HID in veyron configurationPaul Kocialkowski
2017-01-13libpayload: usb: Reset ohci controller when trying to shutdown ohciJeffy Chen
2017-01-13libpayload: Add VPD address into lib_sysinfoKan Yan
2017-01-13libpayload: Update ARM CrOS devices configurationPaul Kocialkowski
2017-01-06libpayload: usb: handle situation with no free device addressPatrick Georgi
2017-01-06libpayload: xhci: plug leakPatrick Georgi
2017-01-06libpayload: timer: cast cpu_khz to make sure 64bit math is usedPatrick Georgi
2016-12-21libpayload: Get current tick from high register in generic timerPaul Kocialkowski
2016-12-14libpayload/drivers/video: Improve check in if conditionPatrick Georgi
2016-12-14libpayload/.../PDCurses: Improve compatibility with ncursesPatrick Georgi
2016-12-14libpayload/.../PDCurses: avoid reading orig before NULL checking itPatrick Georgi
2016-12-08libpayload: Add Cougar Point PCH's AHCI to whitelistNico Huber
2016-11-25libpayload: increase MAX_ARGC_COUNTJeremy Compostella
2016-10-17libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaultsJulius Werner
2016-10-17libpayload: Replace majority of timer drivers with a generic oneJulius Werner
2016-10-09libpayload: mvmap2315: Introduce timer driverHakim Giydan
2016-09-08libpayload: Fix strtok_rJeremy Compostella
2016-09-02Fix newlines at the end of filesMartin Roth
2016-08-27cbfs: Add "struct" file type and associated helpersJulius Werner
2016-08-13libpayload: head.S: Avoid clearing BSS (and heap) againJulius Werner
2016-08-12libpayload: cbfs: Fix minor memory leak in some edge casesJulius Werner
2016-08-08libpayload: lzma: Allocate scratchpad on the heapJulius Werner
2016-08-08libpayload: arm64: Fix MMU range overlap checkJulius Werner
2016-08-02libpayload: split "Drivers" config section in KconfigAntonello Dettori
2016-08-01Add newlines at the end of all coreboot filesMartin Roth
2016-07-31libpayload: fix leak in libcbfsPatrick Georgi
2016-07-31libpayload: Drop superfluous "continue"Patrick Georgi
2016-07-31Remove extra newlines from the end of all coreboot files.Martin Roth
2016-07-02cbgfx: Use memset() for faster screen clearing if possibleJulius Werner
2016-06-21libpayload/pci: Correct MASK macro namesFurquan Shaikh
2016-06-12libpayload: usb: xhci: Support rockchip xHCI controllerLiangfeng Wu
2016-05-24arm64: Add stack dump to exception handlerJulius Werner
2016-05-17libpayload: cbfs: Add cbfs_handle API for more fine-grained accessesJulius Werner
2016-05-09coreboot_tables: Extend serial port descriptionLee Leahy
2016-05-09libpayload: ipq40xx: Introduce timer and uart driverVaradarajan Narayanan
2016-05-09libpayload/arm64: Mark existing framebuffer as DMAablePatrick Georgi
2016-05-09libpayload: xhci: Set MPS based on speedVaradarajan Narayanan
2016-05-09libpayload: Add nyan configPaul Kocialkowski
2016-04-21libpayload: time: split time.h from libpayload.hStef van Os
2016-04-18libpayload: disable EHCI & XHCI in defconfig-mipsMartin Roth
2016-04-16libpayload: Split off generic serial API from 8250 driverStefan Reinauer
2016-04-14libpayload: Enable USB support by defaultMarcel Meißner
2016-04-06libpayload/libc: Fix memset/sizeof usageJonathan Neuschäfer
2016-04-05libpayload: mmu: Initialize the base 4GiB as device memoryhuang lin
2016-03-25libpayload: update junit.xml target, clean up outputMartin Roth
2016-03-16libpayload: recreate config filesStefan Reinauer
2016-03-15libpayload: Move base address, stack and heap size to KconfigStefan Reinauer
2016-03-15libpayload: Make comment into help textStefan Reinauer
2016-03-15libpayload: Fix ARM workaround codeStefan Reinauer
2016-03-15libpayload: Add comment about ARM64 exception stackStefan Reinauer
2016-03-15libpayload: Move MEMMAP_RAM_ONLY to generic optionsStefan Reinauer
2016-03-15libpayload: Drop CONFIG_LP_CHROMEOSStefan Reinauer
2016-03-15libpayload: Unify defconfigsStefan Reinauer
2016-03-11codebase: Change makefile $(shell pwd) commands to $(CURDIR)Martin Roth
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-19libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSCAaron Durbin
2016-02-09libpayload: use 32bit access when accessing 4byte wide uart registersPatrick Georgi
2016-02-04libpayload: Add timer driver for armada38xRuilin Hao
2016-01-14cbgfx: add error code to cbgfx_initDaisuke Nojiri
2015-12-16libpayload: add archive.hDaisuke Nojiri
2015-12-06libpayload/configs/config.veyron: Use CONFIG_LP_8250_SERIAL_CONSOLEMartin Roth
2015-12-06libpayload/configs/config.purin: Use CONFIG_LP_8250_SERIAL_CONSOLEMartin Roth
2015-12-03libpayload: get cbfs offset & size for default media from lib_sysinfoDaisuke Nojiri
2015-11-28libpayload: Remove redundant 8250 MMIO32 UART driverAlexandru Gagniuc
2015-11-20libpayload: PDCurses: Remove trailing whitespaceStefan Reinauer
2015-11-13libpayload: udc/dwc2: Ignore setup packet in check for queue emptyFurquan Shaikh
2015-11-13libpayload: queue: Add a helper macro for checking singleton queueFurquan Shaikh
2015-11-11libpayload: Rename PDCurses-3.4 to PDCursesStefan Reinauer
2015-11-11PDCurses: Don't hard code version numberStefan Reinauer
2015-11-10libpayload/udc: dwc2: Add handler for add_stringsFurquan Shaikh
2015-11-10libpayload/udc: dwc2: Add timeout for shutdown operationFurquan Shaikh
2015-11-05libpayload: xhci: Add delay to get reset working more reliablyRajmohan Mani
2015-11-05libpayload: Avoid confusing usb debug output in dwc2 driverPatrick Georgi
2015-11-05libpayload: Fix building dwc2 UDC driver with debug enabledPatrick Georgi
2015-11-05libpayload: Allow non-default CBFS mediaPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-29libpayload: usbmsc: Add small delay during initialization to fix CZ60Julius Werner
2015-10-29libpayload: Fix building dwc2 UDC driverPatrick Georgi
2015-10-28cbfs: read cbfs offset and size from sysinfoDaisuke Nojiri
2015-10-28cbgfx: Fix spelling of calculate_position()Jason A. Donenfeld
2015-10-27libpayload/libcbgfx: Add license headersPatrick Georgi
2015-10-27cbgfx: remove load_bitmapDaisuke Nojiri
2015-10-27cbgfx: add get_image_dimensionDaisuke Nojiri
2015-10-27cbgfx: make the code more descriptiveDaisuke Nojiri
2015-10-27cbgfx: add pivot option to draw_bitmapDaisuke Nojiri
2015-10-27cbgfx: use bilinear interpolation to scale bitmapDaisuke Nojiri
2015-10-27cbgfx: add load_bitmapDaisuke Nojiri
2015-10-27cbgfx: add clear_screenDaisuke Nojiri
2015-10-27cbgfx: allow draw_bitmap to render outside canvasDaisuke Nojiri
2015-10-27cbgfx: add draw_bitmapDaisuke Nojiri
2015-10-27cbgfx: coreboot graphics libraryDaisuke Nojiri
2015-10-27libpayload: usb: Retry get_descriptor() on failureShawn Nematbakhsh
2015-10-20libpayload: Add ptrdiff_t typedefPatrick Georgi
2015-10-17libpayload/Kconfig: Use official spelling for TinyCursesPaul Menzel
2015-10-17libpayload/configs: Add default configuration with TinyCurses enabledPaul Menzel
2015-10-11libpayload: Add data structures for hashes in file attributesPatrick Georgi
2015-10-05libpayload: Check for CBFS_DEFAULT_MEDIA in cbfs_get_file_content()Nico Huber