aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2013-08-07Make EARLY_CONSOLE optionalKyösti Mälkki
2013-08-05AMD Kabini: Add CPU AGESA wrapper for new AMD processor familySiyuan Wang
2013-07-30cpu/intel/model_67x: Add missing includeKyösti Mälkki
2013-07-22X86: make the SIPI num_starts a config variableRonald G. Minnich
2013-07-16AMD Fam15tn: Split DSDT into common sectionsSteve Goodrich
2013-07-15am335x: Make the default media for the bootblock sram instead of NAND flash.Gabe Black
2013-07-15am335x: Add the config variable ROMSTAGE_BASE to the CPU's Kconfig.Gabe Black
2013-07-11cpu: Fix spellingMartin Roth
2013-07-11usbdebug: Drop old includesKyösti Mälkki
2013-07-11Set PCI bus operations at buildtime for ramstageKyösti Mälkki
2013-07-10usbdebug: Put ehci_debug_info in CAR_GLOBALKyösti Mälkki
2013-07-10i2c: Change the type of the data parameter to uint8_t.Gabe Black
2013-07-10armv7/exynos5420: Remove the extra reopen when reading SPI.Hung-Te Lin
2013-07-10armv7/exynos5420: Apply new implementation for SPI transmission.Hung-Te Lin
2013-07-10armv7/exynos5420: Add output ability and half-duplex mode in SPI driver.Hung-Te Lin
2013-07-10armv7/exynos5420: Revise SPI open/close/reset procedure.Hung-Te Lin
2013-07-10armv7/exynos5420: Provide configuration for SPI0~SPI2.Hung-Te Lin
2013-07-10armv7/exynos5420: Change SPI module to standard <spi-generic> interface.Hung-Te Lin
2013-07-10armv7/exynos5420: Clean up unused header and constants in spi.cHung-Te Lin
2013-07-10armv7/exynos5420: Revise SPI device list in cpu.hHung-Te Lin
2013-07-10arm/exynos: Correct SPI session commands.Hung-Te Lin
2013-07-10AMD: Kconfig cleanupKyösti Mälkki
2013-07-10exynos5420: i2c: Fix error handling.Gabe Black
2013-07-10exynos5420: Clock the mmc blocks off of the mpll.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-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-10Exynos5420: add code to make sure resume will work on DRAM.Ronald G. Minnich
2013-07-10Simplify early / bootblock console codeStefan Reinauer
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-10exynos5420: update I2C code, add HSI2C/USI supportDavid 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-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: Separate the early console (romstage) from the bootblock console.Gabe Black
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: Add romstage function for checking and rebooting ECDuncan Laurie
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-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-10exynos5250: Simplify the graphics code by eliminating the unused color map.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: 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-10samsung/exynos5250: unify codeStefan Reinauer
2013-07-10Wield battle axe at ARM portStefan Reinauer
2013-07-06am335x: Implement support for the UART.Gabe Black
2013-07-01am335x: Fix the address of the pinmux registers.Gabe Black
2013-06-29AMD S3 resume: Add framwork to write bigger dataSiyuan Wang
2013-06-22Do CAR variable migration only onceAaron Durbin
2013-06-20Add initial support for DMP Vortex86EX CPU.Andrew Wu
2013-06-17am335x: Add pinmux support based on the functions in U-BootGabe Black
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