aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19nvramcui: reboot at the end as TODO suggestsVladimir Serbinenko
2015-05-18libpayload: add mediatek timer driverYidi Lin
2015-05-13libpayload: x86: correct types used for IOAaron Durbin
2015-05-12libpayload: Fix passing BAR to EHCI driverPatrick Georgi
2015-05-04libpayload: Guard PCI using code appropriately in XHCI driverPatrick Georgi
2015-04-27libpayload arm64: update mmu translation table granule size, logic and macrosJimmy Huang
2015-04-22arm64: Add arch_program_segment_loaded call to arm64Furquan Shaikh
2015-04-22libpayload: provide icache_invalidate_all() on ARM64Furquan Shaikh
2015-04-22libpayload: Correct shareability mmu configuration on ARM64Furquan Shaikh
2015-04-22libpayload: fix a mips memmove() bugVadim Bendebury
2015-04-22libpayload: cros: add serial number from coreboot tableStephen Barber
2015-04-22libpayload: usb: fix compilation error in debug fuctionHarry Pan
2015-04-21libpayload: add timer driver for cygnusDaisuke Nojiri
2015-04-21cygnus: enable serial driver for depthchargeDaisuke Nojiri
2015-04-21libpayload: mips: Do not set C0_EBase_WGAndrew Bresticker
2015-04-21libpayload: mips: Add macros to convert to/from KSEG{0,1} addressesAndrew Bresticker
2015-04-21libpayload: mips: Use KSEG1 to access DMA-coherent memoryAndrew Bresticker
2015-04-21libpayload: mips: Set BASE_ADDRESS to 0Andrew Bresticker
2015-04-18libpayload udc: Support legal edge case of GET_CONFIGURATION callPatrick Georgi
2015-04-18libpayload udc: Only enable configuration if it's validPatrick Georgi
2015-04-18libpayload: Enforce strict packet handling order in ChipIdea driverPatrick Georgi
2015-04-18libpayload: More defensive ChipIdea initializationPatrick Georgi
2015-04-18libpayload udc: Clear bit when it needs clearingPatrick Georgi
2015-04-18libpayload udc: Deconfigure device when necessaryPatrick Georgi
2015-04-18libpayload: Add zero length packet support to UDC frameworkPatrick Georgi
2015-04-18libpayload: Add USB device mode driverPatrick Georgi
2015-04-17purin: add basic set of files for libpayloadDaisuke Nojiri
2015-04-17libpayload: read register width from coreboot tableVadim Bendebury
2015-04-17libpayload: sync arch/arm/cache.c with corebootDavid Hendricks
2015-04-17libpayload: Take flash parameters from corebootDan Ehrenberg
2015-04-15Danger: Initial mainboard importDavid Hendricks
2015-04-15Brain: Initial mainboard importDavid Hendricks
2015-04-14libpayload: avoid hanging on make junit.xmlPatrick Georgi
2015-04-14pistachio: modify timer to account for CPU counter overflowIonela Voinescu
2015-04-14arm64: Increase dma region size to 32MiBFurquan Shaikh
2015-04-14libpayload dwc2: use bus addresses for buffersIonela Voinescu
2015-04-14libpayload dwc2: Use a new FIFO allocation methodhuang lin
2015-04-14libpayload: Add dwc2 usb driverhuang lin
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-10serial: Combine Tegra and Rockchip UARTs to generic 8250_mmio32Julius Werner
2015-04-09libpayload: PCI bus scan - Eliminate endless loopLee Leahy
2015-04-08libpayload: Add drivers for bg4cdDaisuke Nojiri
2015-04-08arm: Dump additional fault registers in abort handlersJulius Werner
2015-03-23libpayload: usb: xhci: set ENT flag in last Normal TRBSourabh Banerjee
2015-03-23libpayload: EHCI: Support root-hub TT featureJim Lin
2015-03-23libpayload arm64: Allow board to define upper address limit on DMAFurquan Shaikh
2015-03-21libpayload: whitespace cleanupPatrick Georgi
2015-03-21libpayload arm64: fix mmu_disable() cache problemHC Yen
2015-03-21libpayload arm64: Add helper functions with el argumentHC Yen
2015-03-21libpayload arm64: don't modify cbtable entriesAaron Durbin
2015-03-21libpayload arm64: Allocate framebuffer rangeJimmy Zhang
2015-03-21libpayload arm64: Move console_init after post_sysinfo_mmu_setup callFurquan Shaikh
2015-03-21libpayload arm64: Add function to get new range from available memrangesFurquan Shaikh
2015-03-21libpayload arm64: fix mmu bugsAaron Durbin
2015-03-21libpayload arm64: Initialize and enable MMUFurquan Shaikh
2015-03-21libpayload arm64: Add support for read and write registers at current EL in a...Furquan Shaikh
2015-03-21libpayload arm64: Add support for mmuFurquan Shaikh
2015-03-21libpayload arm64: Remove dependency on coreboot tables for dma areasFurquan Shaikh
2015-03-21libpayload arm64: Add functions for reading memrangesFurquan Shaikh
2015-03-21libpayload arm64: Remove the DONT_USE_DC macroFurquan Shaikh
2015-03-21libpayload arm64: Add functions for {read/write}_tcr_currentFurquan Shaikh
2015-03-21libpayload arm64: Remove tight-coupling with any particular ELFurquan Shaikh
2015-03-21libpayload arm64: Add library helpersFurquan Shaikh
2015-03-21libpayload arm64: Make exceptions workFurquan Shaikh
2015-03-21libpayload arm64: Initialize exception stackFurquan Shaikh
2015-03-21libpayload arm64: Add console_init to enable console logsFurquan Shaikh
2015-03-21libpayload: arch/mips: add virt/bus/phy_to_bus/phy/virt operationsIonela Voinescu
2015-03-21libpayload: mips: add SOC CPU frequencyIonela Voinescu
2015-03-21libpayload: mips: correct platform IDIonela Voinescu
2015-03-21libpayload: pistachio: fix timer implementationIonela Voinescu
2015-03-21libpayload: mips: add memcmp to the MIPS string functionsIonela Voinescu
2015-03-21libpayload: arch/mips: Add basic MIPS architecture supportIonela Voinescu
2015-03-21libpayload: cbfs: Fix ram_media map() error return valueJulius Werner
2015-03-21libpayload: Add RAM code to sysinfo_tDavid Hendricks
2015-03-21libpayload: Add support for parsing RAMOOPS range from corebootFurquan Shaikh
2015-03-21libpayload: make wifi calibration table available through sysinfoVadim Bendebury
2015-03-21libpayload arm64: Add function to get coreboot table ptrFurquan Shaikh
2015-03-21libpayload ehci: Use 64-byte aligned data structures for periodic transfersJim Lin
2015-03-21libpayload: EHCI: Fix transaction error for interrupt transferJim Lin
2015-03-21libpayload: provide basic 64bit division implementationVadim Bendebury
2015-03-20libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplicationVadim Bendebury
2015-03-20libpayload: cros: include mac addresses in coreboot tableVadim Bendebury
2015-03-20libpayload: Consolidate coreboot table parsingVadim Bendebury
2015-03-20libpayload: Add board id parsingVadim Bendebury
2015-03-20libpayload: Do not include gcclib for mips targetsVadim Bendebury
2015-03-20libpayload console: Add check for already existing driverFurquan Shaikh
2015-03-20libpayload: UTF-16LE to ASCII conversionDan Ehrenberg
2015-03-20libpayload: special case large memalign() requestsAaron Durbin
2015-03-19libpayload/usb: wait a millisecond to work around device bugsPatrick Georgi
2015-03-19libpayload EHCI: Add memory barrier to EHCI driverFurquan Shaikh
2015-03-19libpayload: Add support for memory barriersFurquan Shaikh
2015-03-19libpayload: add xmemalign()Aaron Durbin
2015-03-19libpayload: Add OpenBSD queue implementationPatrick Georgi
2015-03-13libpayload: ipq808x: stale interrupt shall not be cleared unconditionallyYogesh Lal
2015-03-04libpayload: Don't try to free individual xhci device slotsPatrick Georgi
2015-02-25nvramcui: don't init curses too earlyLubomir Rintel
2015-02-25nvramcui: fix a buffer overflowLubomir Rintel
2015-02-25nvramcui: don't wait for the first key update to render the formLubomir Rintel
2015-02-25nvramcui: drop unused variableLubomir Rintel