aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2013-03-14libpayload: add support for vboot_handoffAaron Durbin
2013-03-14libpayload: Turn the endian conversion macros into functions.Gabe Black
2013-03-14libpayload: Generalize and redistribute timekeeping codeGabe Black
2013-03-14libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUGGabe Black
2013-03-14libpayload: Don't declare the loop counter within the for loopGabe Black
2013-03-13libpayload: Don't do unaligned accesses during LZMA decompressionGabe Black
2013-03-13libpayload: Add size_t and ssize_t types for ARM and x86Gabe Black
2013-03-13libpayload: Move over to the payload's stack during startupGabe Black
2013-03-13libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPCGabe Black
2013-03-13libpayload: Add usb_generic_(create|remove) functions for unrecognized devicesGabe Black
2013-03-13libpayload: Split EHCI bulk transfers on packet boundaries over qTDsJulius Werner
2013-03-13libpayload: add support for 64-bit EHCI controllersVincent Palatin
2013-03-13libpayload: Stub out time keeping functions for ARM as wellGabe Black
2013-03-13libpayload: If no video drivers initialize in video_init, return 1.Gabe Black
2013-03-13libpayload: If there's no IO address space, don't try to use it for serialGabe Black
2013-03-13libpayload: If there's no IO space, complain if the serial claims to use itGabe Black
2013-03-13libpayload: Consolidate io vs. mem mapped serial into accessor functionsGabe Black
2013-03-13libpayload: Make whether or not there's an IO address space configurableGabe Black
2013-03-13libpayload: Start using only internal and compiler headers.Ronald G. Minnich
2013-03-13libpayload: Add more parenthesis to the endian conversion macrosGabe Black
2013-03-13libpayload: Make the source for lzma decompression constGabe Black
2013-03-13libpayloads: Provide BSD/glibc style endian functions.Hung-Te Lin
2013-03-12libpayload: Remove unnecessary include of arch/msr.hGabe Black
2013-03-12libpayload: In the USBMSC read_capacity function, make buf an array of u32.Gabe Black
2013-03-12libpayload: Fix reading x86 CBFS images from RAMPatrick Georgi
2013-03-04libpayload: Turn on thumb interworking in libpayload.Gabe Black
2013-03-04libpayload: Catch exceptions and print out an error message.Ronald G. Minnich
2013-03-04bump SeaBIOS to 1.7.2.1Idwer Vollering
2013-03-01libpayload: Mark "halt" as a function.Gabe Black
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-28libpayload: Check for completion more often in ehci_set_periodic_schedule.Gabe Black
2013-02-26libpayload: Add a pointer for user data on the USB MSC data structure.Gabe Black
2013-02-26libpayload: Correct a constant used for scanning for USB controllers.Gabe Black
2013-02-26libpayload: Change the measurement interval for get_cpu_speed to 2 ms.Gabe Black
2013-02-22libpayload: cbfs: Fix CBFS max size calculation.Hung-Te Lin
2013-02-20libpayload: Fix license headersStefan Reinauer
2013-02-19libpayload: libcbfs: Fix legacy CBFS API, typosPatrick Georgi
2013-02-16libpayload: only compile drivers/serial.c on machines that use it.Ronald G. Minnich
2013-02-15libpayload: Use the same type for 32 bit data in readl as in uint32_t.Ronald G. Minnich
2013-02-15libpayload: fix compiler flagsRonald G. Minnich
2013-02-15libpayload: get time to compile cross-archRonald G. Minnich
2013-02-15libpayload: make functions static that are unused outside memory.cRonald G. Minnich
2013-02-15libpayload: Use an appropriate range of memory when looking for cb tables.Ronald G. Minnich
2013-02-15libpayload: add a ldscript for armRonald G. Minnich
2013-02-14libpayload; put the ldscript into an arch-dependent directory pathRonald G. Minnich
2013-02-12libpayload: New CBFS to support multiple firmware media sources.Hung-Te Lin
2013-02-01Fix libpayload xcompile xgcc pathMarc Jones
2013-02-01libpayload: add EHCI QH/qTD debuggingAnton Kochkov
2013-01-30libpayload: Update README with Git repository URL and directory locationPaul Menzel
2013-01-30Project PIANO aka tianocorebootStefan Reinauer
2013-01-25libpayload: use $(DOTCONFIG) instead of .configStefan Reinauer
2013-01-15libpayload: Style fixesStefan Reinauer
2013-01-04Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin
2012-12-20PDcurses: Delete automatically created (and unused) filesStefan Reinauer
2012-12-20libpayload: Another usb fixPatrick Georgi
2012-12-19libpayload: fix USBPatrick Georgi
2012-12-19libpayload: improved UHCI TD debuggingAnton Kochkov
2012-12-19libpayload: improving OHCI TD/ED debuggingAnton Kochkov
2012-12-18libpayload: Check if serial console h/w is present before usingDave Frodin
2012-12-18libpayload: Use usb_debug() to show USB messagesDave Frodin
2012-12-18libpayload: Update configs/defconfig fileDave Frodin
2012-12-14libpayload: add kconfig.hStefan Reinauer
2012-12-14libpayload: Initial ARMv7 portStefan Reinauer
2012-12-14libpayload: rename i386 to x86Stefan Reinauer
2012-12-13coreinfo: Build libpayload from coreinfo makefileMarc Jones
2012-12-13libpayload: increase the default heap sizeDave Frodin
2012-12-12coreinfo: changes to get the USB keyboard workingDave Frodin
2012-12-10libpayload: Fix use of virtual pointers in sysinfoNico Huber
2012-12-10libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASSNico Huber
2012-12-08coreinfo: Make better calls to libpayload build scriptsMarc Jones
2012-12-08Clean up libpayload lpgcc and lpas scripts.Marc Jones
2012-12-07coreinfo: change the foreground/background colorsDave Frodin
2012-12-07libpayload: Don't let USB/PC/serial keyboards overwrite each otherDave Frodin
2012-11-30Change TARGET_I386 to ARCH_X86David Hendricks
2012-11-30fix #if for target architecture in libpayloadDavid Hendricks
2012-11-30libpayload: Remove unused FLAG_USED from memory allocatorNico Huber
2012-11-30libpayload: Fix lookup by label in CMOS layoutsNico Huber
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-27libpayload: Add _ and + to USB HID keymapPatrick Georgi
2012-11-24libpayload: Fix interrupt-queue cleanup for OHCINico Huber
2012-11-24libpayload: Rework connection state detection for OHCINico Huber
2012-11-24libpayload: Handle errors in UHCI interrupt queuesNico Huber
2012-11-24libpayload: Handle underruns in UHCI interrupt queuesNico Huber
2012-11-24libpayload: Implement correct interrupt-queue linking for UHCINico Huber
2012-11-23libpayload: Make USB HID support multiple keyboardsNico Huber
2012-11-23libpayload: ehci: Prevent some race conditionsNico Huber
2012-11-23libpayload: Detach devices behind removed USB hubsNico Huber
2012-11-23libpayload: More compliant error recovery in USB MSCNico Huber
2012-11-23libpayload: Reduce error output from EHCINico Huber
2012-11-23libpayload: Fix random warningsNico Huber
2012-11-23libpayload: ehci: Fix warnings about discarded volatileNico Huber
2012-11-23libpayload: Fix some missing-prototype warningsNico Huber
2012-11-23libpayload: Fix memalign() for fragmented alignment regionsNico Huber
2012-11-19Add nvramcuiPatrick Georgi
2012-11-15libpayload: Always use virtual pointers in struct sysinfo_tNico Huber
2012-11-15libpayload: Use #ifdef for CONFIG_* checksNico Huber
2012-11-14libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber
2012-11-14libpayload: Do not call ohci_reset() from ohci_init()Nico Huber
2012-11-14libpayload: Free usb host controller instance after shutdownNico Huber
2012-11-14libpayload: Document USB host controller setup functionsNico Huber