summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-18SMBIOS: Clarify prompts and help texts for Serial and Version NumbersPeter Stuge
2013-07-17Revert "lenovo/x60: Add "IBM ThinkPad Embedded Controller" SMBIOS OEM String"Peter Stuge
2013-07-17lenovo/x60: Add "IBM ThinkPad Embedded Controller" SMBIOS OEM StringPeter Stuge
2013-07-16beaglebone: Get rid of a redundant CBFS_ROM_OFFSET.Gabe Black
2013-07-16AMD Fam15tn: Split DSDT into common sectionsSteve Goodrich
2013-07-15CBFS: Use memmove instead of memcpy when loading a file from CBFS.Gabe Black
2013-07-15am335x: Make the default media for the bootblock sram instead of NAND flash.Gabe Black
2013-07-15am335x: Add the config variable ROMSTAGE_BASE to the CPU's Kconfig.Gabe Black
2013-07-15beaglebone: Put some code in romstage.c so we can tell if it ran.Gabe Black
2013-07-15ARM: Define custom ELF headers for ARM.Gabe Black
2013-07-15SMBIOS: Add smbios_write_type11() for creating an OEM Strings structurePeter Stuge
2013-07-14SMBIOS: Allow overriding default Manufacturer and Product namesPeter Stuge
2013-07-14lenovo/t60 lenovo/x60: Override SMBIOS Manufacturer to be LENOVOPeter Stuge
2013-07-14arm: Add and enable an arch specific version of memmove.Gabe Black
2013-07-14x86: Add and enable an arch verson of memmove.Gabe Black
2013-07-14Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove.Gabe Black
2013-07-13lenovo/x60: Move mainboard_enable() code into a mainboard_init()Peter Stuge
2013-07-12src/southbridge/intel/{lynxpoint,bd82x6x}/spi.c: correct spelling of attemptedPaul Menzel
2013-07-11cpu: Fix spellingMartin Roth
2013-07-11include: Fix spellingMartin Roth
2013-07-11usbdebug: Cleanup dbgp_ehci_info callKyösti Mälkki
2013-07-11usbdebug: Drop old includesKyösti Mälkki
2013-07-11Move the HAVE_ARCH_* config options from src/arch/x86 to src/.Gabe Black
2013-07-11arm: Add a W() macro for use in kernel assembler.Gabe Black
2013-07-11Fix CBMEM console use with CAR_MIGRATIONKyösti Mälkki
2013-07-11Unify PCI configuration cyclesKyösti Mälkki
2013-07-11Set PCI bus operations at buildtime for ramstageKyösti Mälkki
2013-07-10Vortex86EX southbridge routes more built-in PCI device IRQs.Andrew Wu
2013-07-10usbdebug: Put ehci_debug_info in CAR_GLOBALKyösti Mälkki
2013-07-10usbdebug: Move EHCI BAR relocation codeKyösti Mälkki
2013-07-10usbdebug: Move ehci_debug_info allocationKyösti Mälkki
2013-07-10usbdebug: Refactor disable logicKyösti Mälkki
2013-07-10pit: Redo the display port bridge initialization code.Gabe Black
2013-07-10pit: Enable the ps8625 driver.Gabe Black
2013-07-10parade: Add a driver for the parade ps8625.Gabe Black
2013-07-10i2c: Change the type of the data parameter to uint8_t.Gabe Black
2013-07-10pit: Stop setting up the hardware dp hotplug detect in ROM stage too.Gabe Black
2013-07-10PIT: add panel to the list of things to be powered up by the PMICRonald G. Minnich
2013-07-10armv7/exynos: Prevent unexpected reboots in resume.Hung-Te Lin
2013-07-10pit: Replace the tps65090 functions and adjust the hotplug detect line.Gabe Black
2013-07-10chromeec: Add a function to send passthrough i2c messages.Gabe Black
2013-07-10armv7/pit: Correct EC device in mainboard configuration.Hung-Te Lin
2013-07-10armv7/exynos5420: Remove the extra reopen when reading SPI.Hung-Te Lin
2013-07-10armv7/exynos5420: Apply new implementation for SPI transmission.Hung-Te Lin
2013-07-10armv7/exynos5420: Add output ability and half-duplex mode in SPI driver.Hung-Te Lin
2013-07-10armv7/exynos5420: Revise SPI open/close/reset procedure.Hung-Te Lin
2013-07-10armv7/exynos5420: Provide configuration for SPI0~SPI2.Hung-Te Lin
2013-07-10armv7/exynos5420: Change SPI module to standard <spi-generic> interface.Hung-Te Lin
2013-07-10armv7/exynos5420: Clean up unused header and constants in spi.cHung-Te Lin
2013-07-10armv7/exynos5420: Revise SPI device list in cpu.hHung-Te Lin