index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
samsung
/
exynos5250
Age
Commit message (
Expand
)
Author
2015-05-05
3rdparty: move to 3rdparty/blobs
Patrick Georgi
2015-05-05
3rdparty: Move to blobs
Patrick Georgi
2014-08-26
armv7: Move Exynos from 'cpu' to 'soc'.
Hung-Te Lin
2014-08-25
intel/gma: Clarify code and use dedicated init for Google Peppy
Ronald G. Minnich
2014-08-22
ARM: Overhaul the ARM Makefile.
Gabe Black
2014-08-21
arm: Get rid of the INTERMEDIATE variable used on exynos.
Gabe Black
2014-08-18
trustzone: Pull trustzone init out of cpu.c and do it in romstage.
Gabe Black
2014-08-18
arm/exynos: Allow releasing UART retention for resume.
Hung-Te Lin
2014-08-18
exynos5: Implement support for USB 3.0 DRD PHYs/controllers
Julius Werner
2014-08-18
console: conditionally include console in bootblock
Stefan Reinauer
2014-08-16
exynos5xx0: rename local "main" variable
Patrick Georgi
2014-08-14
Exynos: de-duplicate mct timer initialization
Stefan Reinauer
2014-08-14
ARMv7/Exynos: Fix memory location assumptions
Stefan Reinauer
2014-08-14
exynos5: Refactor crazy old U-Boot base address macros away
Julius Werner
2014-08-12
exynos5: Refactor board-specific parts out of USB PHY code
Julius Werner
2014-08-12
exynos5420: Make USB A-A booting work with early data cache
Julius Werner
2014-08-10
exynos: Get rid of the unused reset.c.
Gabe Black
2014-08-08
exynos5420: Implement support to boot with USB A-A firmware upload
Julius Werner
2014-08-07
exynos: Set up caching in the bootblock.
Gabe Black
2014-08-06
Exynos5: Remove unneeded USB delays
Stefan Reinauer
2014-08-05
exynos5420: get rid of old exynos5420_config_l2_cache()
David Hendricks
2014-07-31
timer: Add functions to initialize absolute timer structures.
Gabe Black
2014-07-11
src: Make use of 'CEIL_DIV(a, b)' macro across tree
Edward O'Callaghan
2014-07-08
cpu: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh
2014-05-03
Move ARCH_* from board/Kconfig to cpu or soc Kconfig.
Furquan Shaikh
2014-04-30
console: Move UART port defaults to mainboard
Kyösti Mälkki
2014-04-30
console: Drop EARLY_CONSOLE option
Kyösti Mälkki
2014-04-30
uart: Support multiple ports
Kyösti Mälkki
2014-04-09
uart: Redefine Kconfig options
Kyösti Mälkki
2014-04-09
console uart: Fill coreboot table entries
Kyösti Mälkki
2014-04-09
uart: Prepare to support multiple base addresses
Kyösti Mälkki
2014-03-04
console: Use single driver entry for UARTs
Kyösti Mälkki
2014-03-04
console: Fix includes
Kyösti Mälkki
2014-03-04
samsung/exynos5: Fix baudrate calculation
Kyösti Mälkki
2014-02-06
ARMv7: Remove static CBMEM allocation
Kyösti Mälkki
2013-12-21
exynos5250: Implement support to boot with USB A-A firmware upload
Julius Werner
2013-12-21
exynos5xxx: use oscillator clock when changing ARM frequency
David Hendricks
2013-12-21
exynos5250: Add a pinmux function to set up i2s bus 0
Gabe Black
2013-12-21
armv7/exynos: Fix and remove memory reset workarounds
Hung-Te Lin
2013-12-21
Snow: correctly disable trust zone hardware
Ronald G. Minnich
2013-12-21
exynos5250: Add mct_start to the timer init blob in timer_monotonic_get
Gabe Black
2013-12-21
Exynos 5250: Enable dynamic CBMEM
Stefan Reinauer
2013-12-21
exynos5250: Get rid of the PWM timer code we shouldn't be using anymore
Gabe Black
2013-12-21
exynos5250: Fix consts in the pwm code
Gabe Black
2013-12-20
armv7: Remove SYS_TEXT_BASE config.
Hung-Te Lin
2013-12-12
EXYNOS5250: be less chatty at critical moments
Ronald G. Minnich
2013-12-12
exynos5250: Correct DDR3 Phy-reset value names.
Hung-Te Lin
2013-07-11
cpu: Fix spelling
Martin Roth
2013-07-10
i2c: Change the type of the data parameter to uint8_t.
Gabe Black
2013-07-10
arm/exynos: Correct SPI session commands.
Hung-Te Lin
2013-07-10
snow: Add flush to UART driver.
Hung-Te Lin
2013-07-10
Exynos5250: Initialize USB PHY
Stefan Reinauer
2013-07-10
Exynos: Only compile UART in if serial console is selected
Stefan Reinauer
2013-07-10
Simplify early / bootblock console code
Stefan Reinauer
2013-07-10
Samsung CPUs: Unify Kconfig
Stefan Reinauer
2013-07-10
ARM: when setting a GPIO to put, set the value, then the direction
Ronald G. Minnich
2013-07-10
exynos5250: De-switch-ify the pinmux configuration code.
Gabe Black
2013-07-10
ARM: Separate the early console (romstage) from the bootblock console.
Gabe Black
2013-07-10
armv7: Reserve space BL1 and checksum header by specifying bootblock offset.
Hung-Te Lin
2013-07-10
exynos5250: Clear the framebuffer before making it uncacheable.
Gabe Black
2013-07-10
exynos5250: Don't disable and re-enable the MMU when uncaching the framebuffer.
Gabe Black
2013-07-10
exynos5250: Simplify the graphics code by eliminating the unused color map.
Gabe Black
2013-07-10
exynos5250: When enabling the I2S pins, turn off pull ups/downs.
Gabe Black
2013-07-10
ARMv7: Clean up console code
Stefan Reinauer
2013-07-10
ARMv7: De-uboot-ify Exynos5250 GPIO code
Stefan Reinauer
2013-07-10
ARMv7: De-uboot-ify Exynos5250 code
Stefan Reinauer
2013-07-10
Update 3rdparty hash for latest ARM BL1 binaries
Stefan Reinauer
2013-07-10
samsung/exynos5250: unify code
Stefan Reinauer
2013-07-10
Wield battle axe at ARM port
Stefan Reinauer
2013-05-14
EXYNOS5250/SNOW: fix the build script. Add a script to get the bl1.
Ronald G. Minnich
2013-05-06
exynos5250/snow: deprecate time.h
David Hendricks
2013-05-05
exynos5/5250: Update timer call sites to use monotonic timer API
David Hendricks
2013-05-04
Revert "exynos5250/snow: deprecate time.h"
David Hendricks
2013-05-03
exynos5250/snow: deprecate time.h
David Hendricks
2013-05-03
exynos5250: monotonic timer implementation (using MCT)
David Hendricks
2013-04-26
exynos5250: uncomment $(INTERMEDIATE)
David Hendricks
2013-04-25
google/snow: Add "wakeup" module for suspend/resume.
Hung-Te Lin
2013-04-25
arm/exynos: Allow DRAM controller to be initialized without clearing RAM cont...
Hung-Te Lin
2013-04-23
GOOGLE/SNOW: get graphics working
Ronald G. Minnich
2013-04-23
exynos5250: ungate the product ID register
David Hendricks
2013-04-22
GOOGLE/SNOW: fix stupid paren error
Ronald G. Minnich
2013-04-19
exynos5250: get xres and yres out of the device tree and into the panel descr...
Ronald G. Minnich
2013-04-19
[2/3] exynos5: modify thermal management unit code for coreboot
David Hendricks
2013-04-19
exynos5: move power_enable_hw_thermal_trip() prototype
David Hendricks
2013-04-17
armv7/exynos5250: Deprecate sdelay in favor of udelay
David Hendricks
2013-04-17
Samsung/exynos5250: convert unsigned {int,char} to u32/u8
Ronald G. Minnich
2013-04-13
Exynos5250: add a microsecond timer
Ronald G. Minnich
2013-04-11
Exynos5250: Use new chip settings for the cpu
Ronald G. Minnich
2013-04-10
armv7: replace read/write macros with inlines
David Hendricks
2013-04-08
exynos5250: add missing address-of operator in UART driver
David Hendricks
2013-04-08
snow/exynos5250: move board-specific power stuff to mainboard dir
David Hendricks
2013-04-06
exynos5250: add a chip.h file for the display register settings
Ronald G. Minnich
2013-03-29
exynos5250: Add function for configuring L2 cache
David Hendricks
2013-03-27
exynos5250: assign RAM resources in cpu_init()
David Hendricks
2013-03-26
Revert "samsung/exynos5: add resource functions for the display port"
David Hendricks
2013-03-26
samsung/exynos5: add resource functions for the display port
Ronald G. Minnich
2013-03-19
armv7/exynos/snow: new cache maintenance API
David Hendricks
2013-03-14
exynos5250: add RAM resource beginning at physical address
David Hendricks
2013-03-13
exynos5250/snow: enable branch prediction
David Hendricks
[next]