aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-10-26fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass1-0/+3
2011-10-26fdt: ARM: Implement and verify embedded and separate device treeSimon Glass1-0/+12
2011-10-26fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)Simon Glass1-0/+1
2011-10-24arm: Correct build error introduced by getenv_ulong() patchSimon Glass1-4/+8
2011-10-24powerpc: Correct build warning introduced by getenv_ulong() patchSimon Glass1-3/+7
2011-10-23powerpc/lib/board.c: Call run_post(POST_ROM) before relocatingBernhard Kaindl1-7/+7
2011-10-23x86: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-11/+3
2011-10-23sparc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-10/+3
2011-10-23powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+8
2011-10-23mips: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-11/+3
2011-10-23microblaze: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-3/+2
2011-10-23m68k: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+8
2011-10-23blackfin: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-7/+2
2011-10-23avr32: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-13/+3
2011-10-23arm: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+11
2011-10-23x86: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+35
2011-10-23mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+36
2011-10-23microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+37
2011-10-23avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+40
2011-10-23sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+10
2011-10-23sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+17
2011-10-23powerpc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+6
2011-10-23nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+11
2011-10-23m68k: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+10
2011-10-23arm: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+11
2011-10-22build: add missing $(AR)->$(cmd_link_o_target) updateMike Frysinger3-3/+3
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin5-12/+0
2011-10-22nds32/lib: add generic funcs in NDS32 libMacpaul Lin5-0/+890
2011-10-22nds32/ag101: cpu and init funcs of SoC ag101Macpaul Lin7-0/+895
2011-10-22nds32/core N1213: NDS32 N12 core family N1213Macpaul Lin3-0/+649
2011-10-22nds32: add header files support for nds32Macpaul Lin17-0/+1450
2011-10-21Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk14-26/+423
2011-10-21mpc85xx: Add inline GPIO acessor functionsKyle Moffett1-0/+123
2011-10-20powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)Timur Tabi1-10/+0
2011-10-19ColdFire: Add $(obj) before cpu lib to correct buildstany MARCEL5-5/+5
2011-10-18powerpc/85xx: Update USB device tree status based on pin settingsShengzhou Liu1-0/+23
2011-10-18powerpc/85xx: Add support for RMan LIODN initializationKumar Gala8-0/+112
2011-10-18powerpc/85xx: Update device tree handling for SRIOKumar Gala2-10/+93
2011-10-18powerpc/85xx: Update setting of SRIO LIODNsKumar Gala7-6/+72
2011-10-17Move timestamp and version files into 'generated' subdirSimon Glass3-6/+3
2011-10-17sandbox: Add main programSimon Glass2-1/+34
2011-10-17sandbox: Add OS dependent layerSimon Glass3-5/+62
2011-10-17sandbox: Add architecture lib filesSimon Glass3-0/+366
2011-10-17sandbox: Add cpu filesSimon Glass4-0/+164
2011-10-17sandbox: Add architecture image supportSimon Glass1-0/+3
2011-10-17sandbox: Add architecture header filesSimon Glass13-0/+683
2011-10-17Blackfin: define CONFIG_SYS_CACHELINE_SIZEMike Frysinger3-0/+74
2011-10-17mx31: make HSP clock for mx3fb driver availableHelmut Raiger3-13/+42
2011-10-15punt unused clean/distclean targetsMike Frysinger4-24/+0
2011-10-15Merge branch 'master' of git://git.denx.de/u-boot-fdtWolfgang Denk1-3/+2