Age | Commit message (Expand) | Author |
2014-01-22 | AMD K8/fam10: Fix CBMEM on S3 resume | Kyösti Mälkki |
2014-01-22 | AMD AGESA: Fix CBMEM on S3 resume | Kyösti Mälkki |
2014-01-16 | cpu/intel: Remove dummy terminators from microcode blobs | Alexandru Gagniuc |
2014-01-16 | cpu/intel: Make all Intel CPUs load microcode from CBFS | Alexandru Gagniuc |
2014-01-15 | cpu/amd/model_fxx/powernow_acpi.c: Comment out set but unused variable `Start... | Paul Menzel |
2014-01-15 | nehalem/sandy/ivy/haswell: Enable WRPROT cache for all of flash | Kyösti Mälkki |
2014-01-15 | Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR | Kyösti Mälkki |
2014-01-14 | cpu/allwinner/a10: Clarify positioning of boot stages | Alexandru Gagniuc |
2014-01-14 | cpu/allwinner/a10: Add helper to configure CPU clock | Alexandru Gagniuc |
2014-01-13 | cpu/allwinner/a10: Provide utility to make a bootable image | Alexandru Gagniuc |
2014-01-13 | cpu/allwinner/a10: Clean up include order in Makefile.inc | Alexandru Gagniuc |
2014-01-12 | CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_file | Vladimir Serbinenko |
2014-01-11 | intel/fsp: Fix microcode including | Patrick Georgi |
2014-01-09 | cpu/allwinner/a10: Import raminit code from uboot | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add low-level helpers for DRAM clock control | Alexandru Gagniuc |
2014-01-09 | cubieboard: Initialize memory in bootblock | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add functions for driving GPIO pins | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add definitions for in/output GPIO functions | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add function for reading chip revision | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Implement udelay using timer 0 | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add definition for gating GPIO S clock | Alexandru Gagniuc |
2014-01-08 | cpu/allwinner/a10: Add basic TWI (I²C) driver | Alexandru Gagniuc |
2014-01-08 | cpu/allwinner/a10: Refactor API for gating clocks to peripherals | Alexandru Gagniuc |
2014-01-08 | cpu/allwinner/a10: Refactor and document pinmux API | Alexandru Gagniuc |
2014-01-08 | cpu/allwinner/a10: Clarify the usage of SRAM during bootblock | Alexandru Gagniuc |
2014-01-08 | cpu: Add initial support for Allwinner A10 SoC | Alexandru Gagniuc |
2013-12-30 | AMD K8: Define MEM_TRAIN_SEQ only with K8_REV_F_SUPPORT | Kyösti Mälkki |
2013-12-29 | AMD fam10: Drop RAMINIT_SYSINFO | Kyösti Mälkki |
2013-12-29 | AMD K8: Socket implies K8_REV_F_SUPPORT | Kyösti Mälkki |
2013-12-26 | AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includes | Kyösti Mälkki |
2013-12-26 | AMD boards (non-AGESA): Cleanup earlymtrr.c includes | Kyösti Mälkki |
2013-12-22 | Fix linking microcode with more than one microcode file | Alexandru Gagniuc |
2013-12-21 | pit: disable LCD FETs before doing any graphics init | David Hendricks |
2013-12-21 | exynos5420: Assign corect parent PLLs | David Hendricks |
2013-12-21 | exynos5420: don't assume MPLL for i2c parent clock | David Hendricks |
2013-12-21 | exynos5420: Set SPLL to 400MHz | David Hendricks |
2013-12-21 | exynos5420: re-factor clock_get_periph_rate() | David Hendricks |
2013-12-21 | exynos5420: add a peripheral clock select --> PLL decoder | David Hendricks |
2013-12-21 | exynos5420: add CPLL and DPLL to the known list of PLLs | David Hendricks |
2013-12-21 | exynos5420: correct the PMS value for CPLL | David Hendricks |
2013-12-21 | exynos5420: Configure the UART pins unconditionally | Gabe Black |
2013-12-21 | exynos5250: Implement support to boot with USB A-A firmware upload | Julius Werner |
2013-12-21 | exynos5420: re-factor the SDMMC GPIO config routines | David Hendricks |
2013-12-21 | exynos5420: configure SD_0_CDn as VDDEN for eMMC | David Hendricks |
2013-12-21 | exynos5420: init APLL at 1800MHz | David Hendricks |
2013-12-21 | exynos5xxx: use oscillator clock when changing ARM frequency | David Hendricks |
2013-12-21 | exynos5420: set L2ACTLR parameters for A15 cores | David Hendricks |
2013-12-21 | exynos5250: Add a pinmux function to set up i2s bus 0 | Gabe Black |
2013-12-21 | exynos5420: minor correction to CPU frequency print | David Hendricks |
2013-12-21 | armv7/exynos: Fix and remove memory reset workarounds | Hung-Te Lin |