aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-10AMD: Kconfig cleanupKyösti Mälkki
2013-07-10pit: update I2C4 speed constantDavid Hendricks
2013-07-10exynos5420: i2c: Fix error handling.Gabe Black
2013-07-10exynos5420: Clock the mmc blocks off of the mpll.Gabe Black
2013-07-10pit: Configure the pinmux for the i2c busses that are connected on pit.Gabe Black
2013-07-10exynos5420: use speed parameter in i2c_init() for HSI2CDavid Hendricks
2013-07-10exynos5420: Change some clock settings.Gabe Black
2013-07-10exynos5420: Fix the way the rate of the input clock for i2c buses is found.Gabe Black
2013-07-10snow: Add flush to UART driver.Hung-Te Lin
2013-07-10ec/chromeec: Merge upstream V3 structure and constant definition.Hung-Te Lin
2013-07-10Exynos5420: Initialize USB PHYStefan Reinauer
2013-07-10Exynos5250: Initialize USB PHYStefan Reinauer
2013-07-10Exynos: Only compile UART in if serial console is selectedStefan Reinauer
2013-07-10Don't try to use CBMEM console in bootblockStefan Reinauer
2013-07-10Exynos5420: add code to make sure resume will work on DRAM.Ronald G. Minnich
2013-07-10ARMv7: Drop duplicate call to bootblock_cpu_init()Stefan Reinauer
2013-07-10Simplify early / bootblock console codeStefan Reinauer
2013-07-10ARM: Don't leave alignment checking on after the exception test.Gabe Black
2013-07-10pit: Replace the snow GPIO indexes with ones for pit.Gabe Black
2013-07-10pit: Remove the MAX_CPUS option.Gabe Black
2013-07-10pit: Stop compiling in the max77686 driver on pit.Gabe Black
2013-07-10pit: Stop calling tps65090 functions until we can call through the EC.Gabe Black
2013-07-10exynos5420: Switch to fixed size types in dmc.h.Gabe Black
2013-07-10exynos5420: Revamp the high speed I2C driver.Gabe Black
2013-07-10Samsung CPUs: Unify KconfigStefan Reinauer
2013-07-10arm: Fix memory barrier usage in IO operationHung-Te Lin
2013-07-10exynos5420: update I2C code, add HSI2C/USI supportDavid Hendricks
2013-07-10pit: set up the PMIC correctlyDavid Hendricks
2013-07-10max77802: add header for max77802 PMICDavid Hendricks
2013-07-10ARM: when setting a GPIO to put, set the value, then the directionRonald G. Minnich
2013-07-10exynox5420: Remove the 5250 clock registers and fix the SPI frequency.Gabe Black
2013-07-10PIT: memory setupRonald G. Minnich
2013-07-10exynos5420: add I2C8-10 to clock_get_periph_rate()David Hendricks
2013-07-10armv7a: Enable native memcpy / memsetStefan Reinauer
2013-07-10exynos5420: Implement support for the pinmux as functions.Gabe Black
2013-07-10exynos5250: De-switch-ify the pinmux configuration code.Gabe Black
2013-07-10ARM: Tell the linker memset and memcpy are functions.Gabe Black
2013-07-10ARM: Separate the early console (romstage) from the bootblock console.Gabe Black
2013-07-10google/pit: Don't spew output with GPIO configStefan Reinauer
2013-07-10arch: clean up Kconfig and MakefileStefan Reinauer
2013-07-10exynos5420: Clear the framebuffer before making it uncacheableStefan Reinauer
2013-07-10exynos5420: Don't disable and re-enable the MMU when uncaching the framebufferStefan Reinauer
2013-07-10exynos5420: Simplify the graphics code by eliminating the unused color mapStefan Reinauer
2013-07-10exynos5420: Fix some problems with the clock management code.Gabe Black
2013-07-10armv7: Reserve space BL1 and checksum header by specifying bootblock offset.Hung-Te Lin
2013-07-10cpu: Add CPU microcode file to cbfs with 16-byte alignmentAaron Durbin
2013-07-10ec: Reserve correct ioport regions for Chrome OS EC to useBill Richardson
2013-07-10google/snow: Don't spew output with GPIO configStefan Reinauer
2013-07-10slippy/falco/peppy: Enable SERIRQ continuous modeDuncan Laurie
2013-07-10ec: Add romstage function for checking and rebooting ECDuncan Laurie
2013-07-10chrome ec: Update EC header from EC repositoryDuncan Laurie
2013-07-10Drop ELF remains from boot codeStefan Reinauer
2013-07-10ARMv7: flatten arch/armv7 source treeStefan Reinauer
2013-07-10exynos5420: Replace the 5250 clock logic with 5420.Gabe Black
2013-07-10exynos5420: Make the ps_hold_setup function public.Gabe Black
2013-07-10Exynos5420: Clean up console codeStefan Reinauer
2013-07-10ec: Remove hardcoded GPI offset in EC SCIDuncan Laurie
2013-07-10exynos5250: Clear the framebuffer before making it uncacheable.Gabe Black
2013-07-10exynos5250: Don't disable and re-enable the MMU when uncaching the framebuffer.Gabe Black
2013-07-10ARM: Fix up page table/cachability management.Gabe Black
2013-07-10exynos5250: Simplify the graphics code by eliminating the unused color map.Gabe Black
2013-07-10snow: Make coreboot set up pins for busses it knows are hooked up as suchGabe Black
2013-07-10drivers: Fix spellingMartin Roth
2013-07-10ec: Fix spellingMartin Roth
2013-07-10lib: Fix spellingMartin Roth
2013-07-10device: Fix spellingMartin Roth
2013-07-10console: Fix spellingMartin Roth
2013-07-10arch: Fix spellingMartin Roth
2013-07-10ARM: Fix the way the space for the page tables is allocated.Gabe Black
2013-07-10exynos5250: When enabling the I2S pins, turn off pull ups/downs.Gabe Black
2013-07-10exynos5420: Replace the 5250 GPIO code with code that should work on 5420.Gabe Black
2013-07-10ARMv7: Clean up console codeStefan Reinauer
2013-07-10pit: Add a "pit" mainboard which is mostly a copy of "snow".Gabe Black
2013-07-10pit: Fix some settings for the exynos5420 CPU.Gabe Black
2013-07-10pit: Create an exynos5420 directory which is nearly a copy of exynos5250.Gabe Black
2013-07-10ARMv7: De-uboot-ify Exynos5250 GPIO codeStefan Reinauer
2013-07-10ARMv7: De-uboot-ify Exynos5250 codeStefan Reinauer
2013-07-10Update 3rdparty hash for latest ARM BL1 binariesStefan Reinauer
2013-07-10w83627hf/acpi: Fix endianess error in floppy drive enumeration codeChristoph Grenz
2013-07-10samsung/exynos5250: unify codeStefan Reinauer
2013-07-10Wield battle axe at ARM portStefan Reinauer
2013-07-10Rename hardwaremain() to main()Stefan Reinauer
2013-07-10ARMv7: normalize ramstage code flowStefan Reinauer
2013-07-10FUI: reorganize include filesRonald G. Minnich
2013-07-10Provide support for setting up the framebuffer from EDIDRonald G. Minnich
2013-07-10ChromeEC: Fix the default, depends for EC_GOOGLE_CHROMEEC_I2C.Gabe Black
2013-07-10Drop some duplicates of PCI-e config functionsKyösti Mälkki
2013-07-10Fix MMCONF_SUPPORT_DEFAULT for ramstageKyösti Mälkki
2013-07-10southbridge/intel/i82801gx: Make compilation possible with CONFIG_SMM_TSEGDenis 'GNUtoo' Carikli
2013-07-10i82801gx: smihandle: sync with southbridge/intel/bd82x6x/smihandler.cDenis 'GNUtoo' Carikli
2013-07-10southbridge: i82801gx: smihandler.c: Correct outl->outw mistake.Denis 'GNUtoo' Carikli
2013-07-10sandybridge: Add option to lock SPI regions on resumeNico Huber
2013-07-09fox_wtm2: First step support for coreboot-based graphics startupRonald G. Minnich
2013-07-09FOX_WTM2: First pass at FUI.Ronald G. Minnich
2013-07-08msrtool: Fix verbose ignored by cpuid().Benoît Legat
2013-07-08Fix Vortex86EX devicetree.cb indentation.Andrew Wu
2013-07-08Revert "Radio and dock support in EC on X60 and X201"Peter Stuge
2013-07-06am335x: Implement support for the UART.Gabe Black
2013-07-05Add support for DMP Vortex86EX PCI mainboard.Andrew Wu
2013-07-04w83627hf/acpi: Fix offset of logical device activationNico Huber