aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-14haswell: Add initial support for Haswell platformsAaron Durbin
2013-03-14libpayload: Don't declare the loop counter within the for loopGabe Black
2013-03-14exynos5250: add RAM resource beginning at physical addressDavid Hendricks
2013-03-13Eagleheights DSDT: Grant OS control through OSCMike Loptien
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-13exynos5250/snow: enable branch predictionDavid Hendricks
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-13Update 3rdparty mark to latest repositoryStefan Reinauer
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-13src/mainboard: Drop redundant `CHIP_NAME` again for new portsPaul Menzel
2013-03-13libpayloads: Provide BSD/glibc style endian functions.Hung-Te Lin
2013-03-13exynos5250: Don't set PS_HOLD in bootblock_cpu_initDavid Hendricks
2013-03-13exynos5250/snow: call PMIC's power_init() functionDavid Hendricks
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-12AMD CIMx SB800: Enable AHCI mode for SATA controller by defaultPaul Menzel
2013-03-12watchdog.h: Fix compile time error on disabling watchdog handlingPatrick Georgi
2013-03-12libpayload: Fix reading x86 CBFS images from RAMPatrick Georgi
2013-03-12Fix 'git describe' invocationVadim Bendebury
2013-03-11pci.h: Drop unused `mainboard_pci_subsystem*` prototypesPatrick Georgi
2013-03-11ASUS M5A88-V: Kconfig: Fix mainboard model namePaul Menzel
2013-03-09Add Intel Panther Point USB3 initializationMarc Jones
2013-03-08Persimmon DSDT: Add secondary bus range to PCI0Mike Loptien
2013-03-08Eliminate do_div().David Hendricks
2013-03-08AMD Inagua: Use SPD read code from F14 wrapperKimarie Hoot
2013-03-08AMD CIMx SB800 boards: platform_cfg.h: Integrate Kconfig SATA Mode choicePaul Menzel
2013-03-08AMD Persimmon: mainboard.c: Make comment generic to reduce differencePaul Menzel
2013-03-08AMD Union Station: Use SPD read code from F14 wrapperKimarie Hoot
2013-03-08AMD South Station: Use SPD read code from F14 wrapperKimarie Hoot
2013-03-08ARMV7 and Google/Snow: Add exception support code to the ramstageRonald G. Minnich
2013-03-08AGESA: Fix CR0_PE bit defineKonstantin Aladyshev
2013-03-08Supermicro H8QGI: set up right frequency limits for memory controllerKonstantin Aladyshev
2013-03-08AGESA: Fix bug in AMD_DISABLE_STACK_FAMILY_HOOK_F15Konstantin Aladyshev
2013-03-08FrontRunner/Toucan-AF: lower SPI speed to 22 MHzJens Rottmann
2013-03-07AMD Persimmon: Use SPD read code from F14 wrapperMartin Roth
2013-03-07AMD Fam14: Add SPD read functions to wrapper codeMartin Roth
2013-03-07Remove UTF-8 characters from commentsRonald G. Minnich
2013-03-07Revert "ARMv7: Simplify div64"David Hendricks
2013-03-07snow: add real values for GPIOs in fill_lb_gpios()David Hendricks
2013-03-07exynos5: add GPIO port enumsDavid Hendricks
2013-03-07google/snow: fix coding styleStefan Reinauer
2013-03-07src/arch/x86/boot/acpigen.c: Small coding style and comment fixesPaul Menzel
2013-03-07Fix build by adding `cbmem.c` to `COLLECT_TIMESTAMPS`Kyösti Mälkki
2013-03-07Intel e7505: provide get_top_of_ramKyösti Mälkki
2013-03-07Fix socket LGA775Kyösti Mälkki
2013-03-07ASRock E350M1: Let `BiosGnbPcieSlotReset()` return `AGESA_UNSUPPORTED`Paul Menzel
2013-03-06samsung/exynos5: add display port and framebuffer defines and initializationRonald G. Minnich
2013-03-06ASRock E350M1: mainboard.c: Add declarations for `set_pcie_{,de}reset`Paul Menzel
2013-03-06Google/Snow: enable sound hardware clocksRonald G. Minnich
2013-03-06google/snow: Change MMC0 to work in 8 bit mode.Ronald G. Minnich
2013-03-06AMD SB800: don't switch clock from 14 to 48 MHz for smscsuperioJens Rottmann
2013-03-04FrontRunner/Toucan-AF: drop unnecessary compile time CPU model selectionJens Rottmann
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-04ARM: remove code that is IMHO a dangerous designRonald G. Minnich
2013-03-04bump SeaBIOS to 1.7.2.1Idwer Vollering
2013-03-03AMD Persimmon, LiPPERT Fam14: Fix typo code*c* in commentPaul Menzel
2013-03-02ASRock E350M1: Remove non-existing PCI devices 12.1 and 13.1Paul Menzel
2013-03-02FrontRunner/Toucan-AF: work around AGESA RAM init crashing on rebootJens Rottmann
2013-03-02LiPPERT Toucan-AF [2/2]: actually implement mainboard supportJens Rottmann
2013-03-02LiPPERT Toucan-AF [1/2]: create board by forking AMD PersimmonJens Rottmann
2013-03-02LiPPERT FrontRunner-AF [2/2]: actually implement mainboard supportJens Rottmann
2013-03-02LiPPERT FrontRunner-AF [1/2]: create board by forking AMD PersimmonJens Rottmann
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-03-01armv7/snow: Add S5P MSHC initialization in ROM stage.Hung-Te Lin
2013-02-28Revert "ARMv7: drop special handling for stages.c"Ronald G. Minnich
2013-02-28CBMEM: always initialize early if the board supports itStefan Reinauer
2013-02-28Drop SRC_ROOT from mainboard Makefile.incsStefan Reinauer
2013-02-28libpayload: Check for completion more often in ehci_set_periodic_schedule.Gabe Black
2013-02-28Use defines for some i82801ex/gx registersKyösti Mälkki
2013-02-28ARMv7: drop special handling for stages.cStefan Reinauer
2013-02-28Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer
2013-02-27Fix microcode selection codeStefan Reinauer
2013-02-27Google/snow: update the GPIO emulation.Ronald G. Minnich
2013-02-27Persimmon: remove HDMI Audio, PCI device 00:01.1 from devicetree.cbJens Rottmann
2013-02-27selfboot: Report correct entry point address in debug message.Hung-Te Lin
2013-02-27smm: Update rev 0x30101 SMM revision save stateAaron Durbin
2013-02-27Mainboard SMI S state handler was using the wrong definesMarc Jones
2013-02-27IOAPIC: Divide setup_ioapic() in two parts.Kyösti Mälkki
2013-02-26Unify setting 82801a/b/c/d IOAPIC IDKyösti Mälkki
2013-02-26AMD Inagua: buildOpts.c: Adapt whitespace to coding stylePaul Menzel
2013-02-26AGESA: skip s3_resume.h if CONFIG_HAVE_ACPI_RESUME is disabledJens Rottmann
2013-02-26libpayload: Add a pointer for user data on the USB MSC data structure.Gabe Black
2013-02-26AMD Fam14 boards: reduce unnecessary differences, 2nd attemptJens Rottmann
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