aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-15AMD Fam14 DSDT: Add secondary bus range to PCI0Mike Loptien
2013-03-15Update 3rdparty mark to latest repositoryStefan Reinauer
2013-03-15Super I/O W83627DHG: Enable UART B by redirecting pinsWolfgang Kamp
2013-03-15Persimmon DSDT: Remove INI method from AZHD deviceMike Loptien
2013-03-15Persimmon DSDT: Add OSC methodMike Loptien
2013-03-15Drop CHIP_NAME from intel/baskingridgeStefan Reinauer
2013-03-15haswell: Fix BDSM and BGSM indicies in memory mapAaron Durbin
2013-03-15haswell: reserve default SMRAM spaceAaron Durbin
2013-03-15haswell: resource allocationAaron Durbin
2013-03-14lynxpoint: lpc resource reservationsAaron Durbin
2013-03-14haswell: more ULT/LP support and minor tweaksDuncan Laurie
2013-03-14baskingridge: Report static temperature in _TMPDuncan Laurie
2013-03-14haswell: remove CONFIG_GFXUMAAaron Durbin
2013-03-14x86: improve lb_cleanup_memory_rangesAaron Durbin
2013-03-14baskingridge: dev, recovery, and WP switch supportAaron Durbin
2013-03-14baskingridge: update gpio map documentationAaron Durbin
2013-03-14haswell: Add VGA PCI ID mappingsAaron Durbin
2013-03-14baskingridge: zero out alt_gp_smi_en in devicetreeAaron Durbin
2013-03-14baskingridge: rename graysreef to baskingridgeStefan Reinauer
2013-03-14lynxpoint: Update device IDs and clock gating setupDuncan Laurie
2013-03-14lynxpoint: Add new GPIO interface for Lynxpoint-LPDuncan Laurie
2013-03-14haswell: Add ULT CPUID and updated microcodeDuncan Laurie
2013-03-14haswell: Add ULT device IDsDuncan Laurie
2013-03-14lynxpoint: Add Kconfig entry for Low Power chipsetDuncan Laurie
2013-03-14lynxpoint: ME to BIOS Payload UpdatesAaron Durbin
2013-03-14lynx point: add new ME status informationAaron Durbin
2013-03-14graysreef: update platform informationAaron Durbin
2013-03-14OT200: reset MFGTP7 (backlight pwm)Christian Gmeiner
2013-03-14haswell: remove GPIO60 memory reset gate on S3 transitionDuncan Laurie
2013-03-14haswell: remove explicit pcie config accessesAaron Durbin
2013-03-14lynxpoint: PMIR register renameAaron Durbin
2013-03-14lynxpoint: Management Engine UpdatesAaron Durbin
2013-03-14haswell: Properly Guard Engergy Policy by CPUIDAaron Durbin
2013-03-14haswell: add PCI id supportAaron Durbin
2013-03-14haswell: Remove logic to send dram init done to MEAaron Durbin
2013-03-14basking ridge: update gpio, spd addresses, and OCAaron Durbin
2013-03-14haswell: notes and updates.Aaron Durbin
2013-03-14haswell: align pei_data structure with intel-frameworkAaron Durbin
2013-03-14haswell: use #defines for constants in udelay.cAaron Durbin
2013-03-14Mainboard: Add support for Grays ReefAaron Durbin
2013-03-14haswell: Add LPT LP device IDs to platform reportDuncan Laurie
2013-03-14haswell: Update GPU power management setupDuncan Laurie
2013-03-14lynxpoint: Update IOBP programming methodDuncan Laurie
2013-03-14x86: SMM Module SupportAaron Durbin
2013-03-14libpayload: add support for vboot_handoffAaron Durbin
2013-03-14libpayload: Turn the endian conversion macros into functions.Gabe Black
2013-03-14Support ITE IT8518 embedded controller running Quanta's firmwareStefan Reinauer
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-14haswell: always use MMIO PCI config accessesAaron Durbin
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