aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-02-28sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass2-0/+11
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt1-0/+8
2013-02-28sandbox: fix compiler warningAllen Martin1-0/+3
2013-02-20mac: Fix the condition check for setting the MAC from the EEPROMHolger Hans Peter Freyther1-2/+2
2013-02-20gpio: Build the da8xx_gpio code for the davinci644x deviceHolger Hans Peter Freyther1-1/+7
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos4-4/+0
2013-02-18nds32: Add a basic errno.hSimon Glass1-0/+1
2013-02-15Merge branch 'fixes' of git://git.denx.de/u-boot-mipsTom Rini1-8/+0
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck1-8/+0
2013-02-14x86: Remove unused real mode codeSimon Glass11-1794/+0
2013-02-14x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass2-3/+3
2013-02-14x86: Remove sc520 cpuSimon Glass12-1591/+0
2013-02-12Merge branch 'next' of git://git.denx.de/u-boot-mipsTom Rini10-253/+268
2013-02-12MIPS: add dynamic relocation supportGabor Juhos6-12/+94
2013-02-12MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos1-1/+41
2013-02-12MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck5-19/+9
2013-02-12MIPS: start.S: optimize BSS initializationDaniel Schwierzeck3-28/+35
2013-02-12MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
2013-02-12MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2-0/+8
2013-02-12MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2-5/+18
2013-02-12MIPS: compute num_got_entries from .got section's sizeGabor Juhos1-4/+2
2013-02-12MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2-176/+57
2013-02-12MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck1-9/+1
2013-02-12MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck2-3/+6
2013-02-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini96-1219/+9426
2013-02-11arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach1-1/+1
2013-02-11Tegra114: Dalmore: Add DT filesTom Warren1-0/+5
2013-02-11Tegra114: Add common CPU (shared) filesTom Warren6-4/+1291
2013-02-11Tegra114: Add CPU (armv7) filesTom Warren2-0/+59
2013-02-11Tegra114: Add AVP (arm720t) filesTom Warren5-38/+403
2013-02-11Tegra114: Add arch-tegra114 include filesTom Warren15-5/+1365
2013-02-11tegra: add SPI SLINK driverAllen Martin1-0/+84
2013-02-11tegra: add addresses of SPI SLINK controllersAllen Martin1-0/+6
2013-02-11tegra30: fdt: add SPI SLINK nodesAllen Martin1-0/+72
2013-02-11tegra30: add SBC1 to periph id mapping tableAllen Martin1-1/+1
2013-02-11tegra20: fdt: add SPI SFLASH nodeAllen Martin1-0/+12
2013-02-11tegra: rename FUNCMUX_UART2_UARTBStephen Warren3-4/+4
2013-02-11Tegra: Move common clock code to arch/arm/cpu/tegra-common/clock.cTom Warren11-1188/+768
2013-02-11Tegra: T20: Remove unused 'SLOW' SoC ID and PLLX table entryTom Warren2-8/+0
2013-02-08Clean up libfdt.h includesGerald Van Baren7-8/+1
2013-02-07common/fdt_support.c: sparse fixesKim Phillips1-1/+1
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips3-2/+1
2013-02-07Add DDR3 support for AM335x-EVM (Version 1.5A)Jeff Lance1-0/+16
2013-02-07pcm051: Add support for Phytec phyCORE-AM335xLars Poeschel1-0/+18
2013-02-07am33xx: add a pulldown macro to pinmux configLars Poeschel1-1/+2
2013-02-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2-0/+92
2013-02-04x86: Use generic global_dataSimon Glass1-34/+3
2013-02-04sparc: Use generic global_dataSimon Glass1-45/+1
2013-02-04sh: Use generic global_dataSimon Glass1-19/+1
2013-02-04sandbox: Use generic global_dataSimon Glass1-24/+1