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
Age
Commit message (
Expand
)
Author
2013-07-10
exynos5420: Replace the 5250 clock logic with 5420.
Gabe Black
2013-07-10
exynos5420: Make the ps_hold_setup function public.
Gabe Black
2013-07-10
Exynos5420: Clean up console code
Stefan Reinauer
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
exynos5420: Replace the 5250 GPIO code with code that should work on 5420.
Gabe Black
2013-07-10
ARMv7: Clean up console code
Stefan Reinauer
2013-07-10
pit: Fix some settings for the exynos5420 CPU.
Gabe Black
2013-07-10
pit: Create an exynos5420 directory which is nearly a copy of exynos5250.
Gabe Black
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-07-06
am335x: Implement support for the UART.
Gabe Black
2013-07-01
am335x: Fix the address of the pinmux registers.
Gabe Black
2013-06-29
AMD S3 resume: Add framwork to write bigger data
Siyuan Wang
2013-06-22
Do CAR variable migration only once
Aaron Durbin
2013-06-20
Add initial support for DMP Vortex86EX CPU.
Andrew Wu
2013-06-17
am335x: Add pinmux support based on the functions in U-Boot
Gabe Black
2013-06-17
qemu: add q35 support
Gerd Hoffmann
2013-06-17
cpu/amd/geode_lx/cache_as_ram.inc: Use $ for constant value instead of memory...
Christopher Kilgour
2013-06-14
usbdebug: Drop temporary disables of log output
Kyösti Mälkki
2013-06-13
AMD S3 resume: use a function to replace duplicated code
Siyuan Wang
2013-06-13
Add support for Intel Nehalem CPU
Vladimir Serbinenko
2013-06-13
Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge"
Stefan Reinauer
2013-06-12
Add support for Intel Ibex Peak (Mobile 5) southbridge
Stefan Reinauer
2013-06-12
am335x: Add struct `am335x_uart` for uart registers
David Hendricks
2013-06-11
am335x: Revert how the header load size is calculated to an earlier method.
Gabe Black
2013-06-11
am335x: Make the iROM load only the bootblock and ROM stage.
Gabe Black
2013-06-10
am335x: Build an omap style header and an image with it at the front.
Gabe Black
2013-06-09
fam15 vendorcode: Change license to BSD from AMD software license
Siyuan Wang
2013-06-06
qemu: add x86 cpu
Gerd Hoffmann
2013-06-04
VIA Nano: Add microcode updates files
Alexandru Gagniuc
2013-06-03
haswell: allow for disabled hyperthreading
Aaron Durbin
2013-06-03
am335x: Clean up/fix some settings in the am335x Kconfig.
Gabe Black
2013-05-29
cpu/amd/geode_lx/Kconfig: Select TSC_MONOTONIC_TIMER
Christian Gmeiner
2013-05-26
beaglebone: initial Kconfig and Makefiles
Gabe Black
2013-05-24
cpu/amd/agesa/Kconfig: Select LAPIC_MONOTONIC_TIMER
Paul Menzel
2013-05-24
cpu/intel/haswell/Kconfig: Intend help text with two spaces
Paul Menzel
2013-05-16
haswell: enable cache-as-ram migration
Aaron Durbin
2013-05-16
x86: add cache-as-ram migration option
Aaron Durbin
2013-05-14
EXYNOS5250/SNOW: fix the build script. Add a script to get the bl1.
Ronald G. Minnich
2013-05-14
x86: add thread support
Aaron Durbin
2013-05-10
Drop prototype guarding for romcc
Stefan Reinauer
2013-05-08
copy_and_run: drop boot_complete parameter
Stefan Reinauer
2013-05-08
src/cpu/amd/agesa/Kconfig: Use tabs instead of spaces for alignment
Paul Menzel
2013-05-07
x86: harden tsc udelay() function
Aaron Durbin
2013-05-07
haswell: use asmlinkage for assembly-called funcs
Aaron Durbin
2013-05-07
exynos5: select HAVE_MONOTONIC_TIMER
David Hendricks
2013-05-07
x86: add TSC_CONSTANT_RATE option
Aaron Durbin
2013-05-07
haswell: use tsc for udelay()
Aaron Durbin
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
cpu/amd/agesa/family15tn/Kconfig: Remove unneeded `UDELAY_LAPIC`
Paul Menzel
2013-05-03
exynos5250: monotonic timer implementation (using MCT)
David Hendricks
2013-05-03
mainboard/{asus/f2a85-m,amd/thatcher}: move UDELAY_LAPIC
David Hubbard
2013-05-01
tsc: provide monotonic timer
Aaron Durbin
2013-05-01
lapic: monotonic time implementation
Aaron Durbin
2013-05-01
haswell: 24MHz monotonic time implementation
Aaron Durbin
2013-05-01
x86: use boot state callbacks to disable rom cache
Aaron Durbin
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
Intel microcode: Return when `microcode_updates` is `NULL`
Vladimir Serbinenko
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
exynos5: eliminate lcd_base variable
David Hendricks
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
[1/3] exynos5: import thermal management unit code
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
exynos5/snow: remove wait_ms arg from dp_controller_init()
David Hendricks
2013-04-13
Exynos5250: add a microsecond timer
Ronald G. Minnich
2013-04-11
Persimmon/Fam14/SB800 DSDT: Split into common areas
Mike Loptien
2013-04-11
Exynos5250: Use new chip settings for the cpu
Ronald G. Minnich
2013-04-10
GOOGLE/SNOW: add edp support to ramstage
Ronald G. Minnich
2013-04-10
exynos5-common: Enable fimd_bypass and minor cleanup
Ronald G. Minnich
2013-04-10
armv7: replace read/write macros with inlines
David Hendricks
2013-04-10
exynos5: Re-factor I2C code
David Hendricks
2013-04-09
replace device/i2c.h with simpler version
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-04-05
exynos5-common: get rid of displayport trial code
Ronald G. Minnich
2013-04-04
AMD: Drop six copies of wrmsr_amd and rdmsr_amd
Kyösti Mälkki
2013-04-03
haswell: enable ROM caching
Aaron Durbin
2013-04-03
haswell: keep ROM cache enabled
Aaron Durbin
2013-04-03
haswell: use new interface to disable rom caching
Aaron Durbin
2013-04-01
boot: add disable_cache_rom() function
Aaron Durbin
2013-04-01
Minor Kconfig help text fix
Stefan Tauner
2013-04-01
lynxpoint: split clearing and enabling of smm
Aaron Durbin
2013-03-29
exynos5250: Add function for configuring L2 cache
David Hendricks
[next]