summaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2013-06-17qemu: add q35 supportGerd Hoffmann
2013-06-17cpu/amd/geode_lx/cache_as_ram.inc: Use $ for constant value instead of memory...Christopher Kilgour
2013-06-14usbdebug: Drop temporary disables of log outputKyösti Mälkki
2013-06-13AMD S3 resume: use a function to replace duplicated codeSiyuan Wang
2013-06-13Add support for Intel Nehalem CPUVladimir Serbinenko
2013-06-13Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge"Stefan Reinauer
2013-06-12Add support for Intel Ibex Peak (Mobile 5) southbridgeStefan Reinauer
2013-06-12am335x: Add struct `am335x_uart` for uart registersDavid Hendricks
2013-06-11am335x: Revert how the header load size is calculated to an earlier method.Gabe Black
2013-06-11am335x: Make the iROM load only the bootblock and ROM stage.Gabe Black
2013-06-10am335x: Build an omap style header and an image with it at the front.Gabe Black
2013-06-09fam15 vendorcode: Change license to BSD from AMD software licenseSiyuan Wang
2013-06-06qemu: add x86 cpuGerd Hoffmann
2013-06-04VIA Nano: Add microcode updates filesAlexandru Gagniuc
2013-06-03haswell: allow for disabled hyperthreadingAaron Durbin
2013-06-03am335x: Clean up/fix some settings in the am335x Kconfig.Gabe Black
2013-05-29cpu/amd/geode_lx/Kconfig: Select TSC_MONOTONIC_TIMERChristian Gmeiner
2013-05-26beaglebone: initial Kconfig and MakefilesGabe Black
2013-05-24cpu/amd/agesa/Kconfig: Select LAPIC_MONOTONIC_TIMERPaul Menzel
2013-05-24cpu/intel/haswell/Kconfig: Intend help text with two spacesPaul Menzel
2013-05-16haswell: enable cache-as-ram migrationAaron Durbin
2013-05-16x86: add cache-as-ram migration optionAaron Durbin
2013-05-14EXYNOS5250/SNOW: fix the build script. Add a script to get the bl1.Ronald G. Minnich
2013-05-14x86: add thread supportAaron Durbin
2013-05-10Drop prototype guarding for romccStefan Reinauer
2013-05-08copy_and_run: drop boot_complete parameterStefan Reinauer
2013-05-08src/cpu/amd/agesa/Kconfig: Use tabs instead of spaces for alignmentPaul Menzel
2013-05-07x86: harden tsc udelay() functionAaron Durbin
2013-05-07haswell: use asmlinkage for assembly-called funcsAaron Durbin
2013-05-07exynos5: select HAVE_MONOTONIC_TIMERDavid Hendricks
2013-05-07x86: add TSC_CONSTANT_RATE optionAaron Durbin
2013-05-07haswell: use tsc for udelay()Aaron Durbin
2013-05-06exynos5250/snow: deprecate time.hDavid Hendricks
2013-05-05exynos5/5250: Update timer call sites to use monotonic timer APIDavid Hendricks
2013-05-04Revert "exynos5250/snow: deprecate time.h"David Hendricks
2013-05-03exynos5250/snow: deprecate time.hDavid Hendricks
2013-05-03cpu/amd/agesa/family15tn/Kconfig: Remove unneeded `UDELAY_LAPIC`Paul Menzel
2013-05-03exynos5250: monotonic timer implementation (using MCT)David Hendricks
2013-05-03mainboard/{asus/f2a85-m,amd/thatcher}: move UDELAY_LAPICDavid Hubbard
2013-05-01tsc: provide monotonic timerAaron Durbin
2013-05-01lapic: monotonic time implementationAaron Durbin
2013-05-01haswell: 24MHz monotonic time implementationAaron Durbin
2013-05-01x86: use boot state callbacks to disable rom cacheAaron Durbin
2013-04-26exynos5250: uncomment $(INTERMEDIATE)David Hendricks
2013-04-25google/snow: Add "wakeup" module for suspend/resume.Hung-Te Lin
2013-04-25arm/exynos: Allow DRAM controller to be initialized without clearing RAM cont...Hung-Te Lin
2013-04-23GOOGLE/SNOW: get graphics workingRonald G. Minnich
2013-04-23Intel microcode: Return when `microcode_updates` is `NULL`Vladimir Serbinenko
2013-04-23exynos5250: ungate the product ID registerDavid Hendricks
2013-04-22GOOGLE/SNOW: fix stupid paren errorRonald G. Minnich