Age | Commit message (Expand) | Author |
2014-01-12 | ec/lenovo/h8: Allow control of low-battery beep. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Allow user to disable powermanagement beeps. | Vladimir Serbinenko |
2014-01-12 | ibexpeak / bd82x6x: Make SATA mode user-visible option. | Vladimir Serbinenko |
2014-01-12 | ibexpeak: Fix timings for IDE mode. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Implement sticky Fn option. | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Add an option to swap ctrl and fn. | Vladimir Serbinenko |
2014-01-12 | CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_file | Vladimir Serbinenko |
2014-01-12 | lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content | Vladimir Serbinenko |
2014-01-12 | ec/lenovo/h8: Remove wlan_enable and wwan_enable from device tree. | Vladimir Serbinenko |
2014-01-12 | arch/x86/acpi/globutil.asl: Make control method `S2BF` serialized | Paul Menzel |
2014-01-11 | intel/fsp: Fix microcode including | Patrick Georgi |
2014-01-10 | Remove sprintf | Vladimir Serbinenko |
2014-01-10 | Replace all occurences of sprintf with snprintf | Vladimir Serbinenko |
2014-01-10 | console/vsprintf: Implement snprintf | Vladimir Serbinenko |
2014-01-09 | X201: set default USB debug controller to 2. | Vladimir Serbinenko |
2014-01-09 | bd82x6x/ibexpeak: Make DRAM reset gate GPIO configurable | Vladimir Serbinenko |
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 | cubieboard: Keep AHB clock within specs | Alexandru Gagniuc |
2014-01-09 | cubieboard: Turn on green LED during 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 | mainboard: Add preliminary support for A10-based Cubieboard | Alexandru Gagniuc |
2014-01-08 | cpu: Add initial support for Allwinner A10 SoC | Alexandru Gagniuc |
2014-01-06 | CBMEM: Fix allocation for static CBMEM | Kyösti Mälkki |
2014-01-06 | CBMEM: Drop cbmem_base_check() | Kyösti Mälkki |
2014-01-06 | CBMEM ACPI: Move resume handler | Kyösti Mälkki |
2014-01-06 | usbdebug: Fix hidden menuconfig options | Kyösti Mälkki |
2014-01-06 | MRC cache: determine flash size on runtime | Vladimir Serbinenko |
2014-01-06 | nehalem: Simplify smi.c by using __SIMPLE_DEVICE__ | Vladimir Serbinenko |
2014-01-06 | cpu/cpu.h: Allow compiling with __SIMPLE_DEVICE__ | Vladimir Serbinenko |
2014-01-04 | X201: Fix native video init | Vladimir Serbinenko |
2014-01-04 | device/Kconfig: Add third person singular s to lacks | Paul Menzel |
2014-01-03 | asrock/imb-a180: Configure the 6 COM ports and the keyboard | Dave Frodin |
2014-01-03 | superio: Uncomment the w83627uhg UART clock source initialization | Dave Frodin |
2014-01-03 | Add the gizmosphere/gizmo mainboard | Dave Frodin |
2013-12-30 | AMD K8 (rev F): Move rev F0/F1 workaround to header | Kyösti Mälkki |
2013-12-30 | AMD K8 (rev F): Move MEM_TRAIN_SEQ check to northbridge | Kyösti Mälkki |
2013-12-30 | AMD K8: Define MEM_TRAIN_SEQ only with K8_REV_F_SUPPORT | Kyösti Mälkki |
2013-12-30 | AMD K8 (pre-F): Clean platforms without K8_REV_F_SUPPORT | Kyösti Mälkki |
2013-12-29 | AMD K8 (rev-F): Always have RAMINIT_SYSINFO | Kyösti Mälkki |
2013-12-29 | AMD fam10: Drop RAMINIT_SYSINFO | Kyösti Mälkki |
2013-12-29 | via/epia-m700: Drop RAMINIT_SYSINFO | Kyösti Mälkki |
2013-12-29 | AMD K8: Socket implies K8_REV_F_SUPPORT | Kyösti Mälkki |
2013-12-27 | via: Write »access« without »m« at end | Paul Menzel |
2013-12-26 | AMD AGESA: Drop MEM_TRAIN_SEQ | Kyösti Mälkki |
2013-12-26 | AMD fam10: Drop MEM_TRAIN_SEQ | 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-26 | vortex86ex: Cleanup earlymtrr.c include | Kyösti Mälkki |
2013-12-24 | Remove PCI_ROM_RUN option | Vladimir Serbinenko |
2013-12-23 | usbdebug: Add option to disable console for romstage | Kyösti Mälkki |
2013-12-23 | Coding style: punctuation cleanup [1/2]. | Idwer Vollering |
2013-12-22 | Fix linking microcode with more than one microcode file | Alexandru Gagniuc |
2013-12-22 | vortex86ex: Change PCI S/B resource reservation functions for more I/O devices. | Andrew Wu |
2013-12-21 | lynxpoint: XHCI: Don't put device in D3 in _PS0 Method | Duncan Laurie |
2013-12-21 | lynxpoint: Fix an issue clearing port change status bits | Duncan Laurie |
2013-12-21 | lynxpoint: XHCI: Advertise D3 as lowest wake state | Duncan Laurie |
2013-12-21 | lynxpoint: Fix issues with XHCI init | Duncan Laurie |
2013-12-21 | lynxpoint: Route all USB ports to XHCI in finalize step | Duncan Laurie |
2013-12-21 | lynxpoint: Move USB SMI sleep code to separate USB files | Duncan Laurie |
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 | armv7: Allow accessing ACTLR (Auxiliary Control Register) | Hung-Te Lin |
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 | armv7: Add CPU & MP primitive instructions | Hung-Te Lin |
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 | snow: Set up the i2s0 pins during boot | Gabe Black |
2013-12-21 | exynos5250: Add a pinmux function to set up i2s bus 0 | Gabe Black |
2013-12-21 | armv7: add wrappers to read/write L2ACTLR | David Hendricks |
2013-12-21 | ARM: Don't inject nobits since we actually want to load these bits | Gabe Black |
2013-12-21 | ARM: Remove (NOLOAD) from the .car section | 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 |
2013-12-21 | Pit: graphics | Ronald G. Minnich |
2013-12-21 | kirby is dead. long live the arm pit. | Stefan Reinauer |
2013-12-21 | Snow: correctly disable trust zone hardware | Ronald G. Minnich |
2013-12-21 | Pit: correctly initialize trust zone | Ronald G. Minnich |
2013-12-21 | ARMv7: Fix location of CBMEM console in romstage | Stefan Reinauer |
2013-12-21 | pit: update PMIC write sequence in romstage | David Hendricks |
2013-12-21 | exynos5420: update set_cpu_id() | David Hendricks |