Age | Commit message (Expand) | Author |
2012-12-07 | Add function to map vendor/device to generic VBIOS IDs | Dave Frodin |
2012-12-07 | libpayload: Don't let USB/PC/serial keyboards overwrite each other | Dave Frodin |
2012-12-07 | armv7: use __cpu_to_le32 for endianness of reset vector instruction | David Hendricks |
2012-12-06 | Disable CMOS_POST and IO_POST on non-PC80 systems | Stefan Reinauer |
2012-12-06 | crossgcc: Generalize matching for the mingw case | Patrick Georgi |
2012-12-06 | Unify assembler function handling | Stefan Reinauer |
2012-12-06 | driver/spi: Add support of MX25L3235D | Zheng Bao |
2012-12-06 | Fix xcompile (again) | Stefan Reinauer |
2012-12-06 | Fix xcompile for ARMv7 and our cross toolchain | Stefan Reinauer |
2012-12-06 | Drop ARCH_ARM in favor of ARCH_ARMV7 | Stefan Reinauer |
2012-12-06 | crossgcc: Fix buildgcc on Mac OS X | Stefan Reinauer |
2012-12-05 | Conditionally include mc146818rtc in console.c | David Hendricks |
2012-12-05 | crossgcc: Add support for building armv7a toolchain | Stefan Reinauer |
2012-12-01 | Drop TINY_BOOTBLOCK | Kyösti Mälkki |
2012-12-01 | Add include files for samsung s5p-common | Ronald G. Minnich |
2012-11-30 | Rename devices -> device | Stefan Reinauer |
2012-11-30 | Change TARGET_I386 to ARCH_X86 | David Hendricks |
2012-11-30 | fix #if for target architecture in libpayload | David Hendricks |
2012-11-30 | Drop boot directory | Stefan Reinauer |
2012-11-30 | src/lib/Makefile.inc: Add license header | Stefan Reinauer |
2012-11-30 | Make set_boot_successful depend on PC80_SYSTEM | Stefan Reinauer |
2012-11-30 | Only compile PC80 drivers when CONFIG_PC80_SYSTEM is set | Stefan Reinauer |
2012-11-30 | cbfstool: Clean up messages | Stefan Reinauer |
2012-11-30 | build system: Treat cmos.default as text file | Patrick Georgi |
2012-11-30 | Supermicro h8scm: add agesa version of supermicro | Siyuan Wang |
2012-11-30 | AMD SB800: Interrupt routine for PCI slots on Persimmon | Zheng Bao |
2012-11-30 | Persimmon: Disable the unused PCI clocks | Dave Frodin |
2012-11-30 | AMD S3: Leverage the public SPI routine | Zheng Bao |
2012-11-30 | Create a a new configuration variable for PCI | Ronald G. Minnich |
2012-11-30 | libpayload: Remove unused FLAG_USED from memory allocator | Nico Huber |
2012-11-30 | libpayload: Fix lookup by label in CMOS layouts | Nico Huber |
2012-11-30 | Add mainboard hook to bootblock | Kyösti Mälkki |
2012-11-30 | Refactor bootblock initialisation | Kyösti Mälkki |
2012-11-30 | Add multi-architecture support to cbfstool | David Hendricks |
2012-11-30 | Lumpy: Need byteorder.h in romstage | Stefan Reinauer |
2012-11-30 | Make libgcc wrappers arch-specific, add ARMv7 | David Hendricks |
2012-11-30 | Add dummy Kconfig options for armv7 | David Hendricks |
2012-11-29 | Add the maxim MAX77686 power controller. | Ronald G. Minnich |
2012-11-29 | crossgcc: Only build iasl in acpica. | Zheng Bao |
2012-11-29 | Drop empty mainboard.c | Kyösti Mälkki |
2012-11-29 | Drop empty mainboard_ops | Kyösti Mälkki |
2012-11-29 | Make mainboard_ops and mainboard.c file optional | Kyösti Mälkki |
2012-11-29 | pirq_route_irqs is private | Patrick Georgi |
2012-11-29 | Minor changes to .h files for samsung ARM part | Ronald G. Minnich |
2012-11-28 | Remove assembly coded log2 function | Ronald G. Minnich |
2012-11-28 | add .h files for common exynos 5 | Ronald G. Minnich |
2012-11-28 | Add .h files for samsung exynos 5250 | Ronald G. Minnich |
2012-11-28 | amdk8/amdfam10: Use CAR_GLOBAL for sysinfo | Patrick Georgi |
2012-11-27 | Drop driver-y from GM45/ICH9/RK9 | Stefan Reinauer |
2012-11-27 | Remove AMD special case for LAPIC based udelay() | Patrick Georgi |
2012-11-27 | Fix technexion tim5690 board VGA handler | Stefan Reinauer |
2012-11-27 | Enable the FCH GPP port prior to device enumeration | Dave Frodin |
2012-11-27 | Drop duplicate files that prevent building without ramstage.a | Stefan Reinauer |
2012-11-27 | build system: Split linking into multiple steps | Patrick Georgi |
2012-11-27 | build system: Add hook to postprocess classes (object lists) | Patrick Georgi |
2012-11-27 | build system: Eliminate special case for c_start | Patrick Georgi |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
2012-11-27 | Drop ramstage.a | Patrick Georgi |
2012-11-27 | Provide weak empty declarations of all chip_ops used on a board | Patrick Georgi |
2012-11-27 | libpayload: Add _ and + to USB HID keymap | Patrick Georgi |
2012-11-27 | roda/rk886ex: Correct COMB irq reading / reduce warnings | Nico Huber |
2012-11-27 | roda/rk9: Fix for VGABIOS changes | Patrick Georgi |
2012-11-27 | SPI/SST: Add OpCode Enable-Write-Status-Register (EWSR) | Zheng Bao |
2012-11-27 | abuild: only rebuild boards if requested or after a broken build | Patrick Georgi |
2012-11-27 | xcompile: Add missing XGCCPATH | Zheng Bao |
2012-11-27 | roda/rk9: New mainboard | Patrick Georgi |
2012-11-27 | intel/i82801ix: new southbridge, ICH9 | Patrick Georgi |
2012-11-27 | intel/gm45: new northbridge | Patrick Georgi |
2012-11-27 | Add initialization hook for chips | Nico Huber |
2012-11-27 | Make xcompile support multiple architectures | Ronald G. Minnich |
2012-11-27 | Conditionally #include mc1468181rtc if CMOS_POST is enabled | David Hendricks |
2012-11-27 | Make POST codes written to IO port optional | David Hendricks |
2012-11-24 | Remove duplicate VGA BIOS interrupt handlers | Patrick Georgi |
2012-11-24 | yabel: Use X86_* instead of the more verbose M.x86.REG_* | Patrick Georgi |
2012-11-24 | x86 realmode: Use x86emu register file + defines | Patrick Georgi |
2012-11-24 | x86 realmode: Adapt to x86emu/YABEL style return codes | Patrick Georgi |
2012-11-24 | x86emu: Move realmode handler into own directory | Patrick Georgi |
2012-11-24 | crossgcc: update to acpica-20121114 | Idwer Vollering |
2012-11-24 | libpayload: Fix interrupt-queue cleanup for OHCI | Nico Huber |
2012-11-24 | libpayload: Rework connection state detection for OHCI | Nico Huber |
2012-11-24 | libpayload: Handle errors in UHCI interrupt queues | Nico Huber |
2012-11-24 | libpayload: Handle underruns in UHCI interrupt queues | Nico Huber |
2012-11-24 | libpayload: Implement correct interrupt-queue linking for UHCI | Nico Huber |
2012-11-23 | libpayload: Make USB HID support multiple keyboards | Nico Huber |
2012-11-23 | libpayload: ehci: Prevent some race conditions | Nico Huber |
2012-11-23 | libpayload: Detach devices behind removed USB hubs | Nico Huber |
2012-11-23 | libpayload: More compliant error recovery in USB MSC | Nico Huber |
2012-11-23 | libpayload: Reduce error output from EHCI | Nico Huber |
2012-11-23 | libpayload: Fix random warnings | Nico Huber |
2012-11-23 | libpayload: ehci: Fix warnings about discarded volatile | Nico Huber |
2012-11-23 | libpayload: Fix some missing-prototype warnings | Nico Huber |
2012-11-23 | libpayload: Fix memalign() for fragmented alignment regions | Nico Huber |
2012-11-22 | crossgcc: properly test for flex | Patrick Georgi |
2012-11-20 | Persimmon: Disable the unused GPP PCIe clocks | Dave Frodin |
2012-11-20 | Unify use of bool config variables | Stefan Reinauer |
2012-11-20 | secondary.S: Fix dropping ramstage.a | Stefan Reinauer |
2012-11-20 | Make sure only one udelay function is available | Stefan Reinauer |
2012-11-19 | siemens/sitemp_g1p1: Drop copy of cmos checksum calculation | Patrick Georgi |
2012-11-19 | bootblock: Guard CMOS rewrite in disable/enable RTC | Patrick Georgi |
2012-11-19 | mc146818rtc: disable RTC before writing to nvram | Patrick Georgi |