- 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
- eff8e68 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · 10 years ago
- f1e3a8c arm, spl, at91: add at91sam9260 and at91sam9g45 spl support by Heiko Schocher · 10 years ago
- 1fc4234 ARM: MXS: fix Uninitialized variable error by Wolfgang Denk · 10 years ago
- 6ae8083 cppcheck cleanup: fix nullPointer errors by Wolfgang Denk · 10 years ago
- 2f65bef arm926ejs: cache: use __weak by Jeroen Hofstee · 10 years ago
- 3bae15f kconfig: arm: introduce symbol for ARM CPUs by Georges Savoundararadj · 10 years ago
- ef6073e i2c: designware: Convert driver to multibus/multiadapter framework by Stefan Roese · 10 years ago
- 6e0971b kconfig: add CONFIG_SUPPORT_SPL by Masahiro Yamada · 10 years ago
- 74a08bc leds: missing include by Jeroen Hofstee · 10 years ago
- 5b8f7f0 arm: kirkwood: Remove some dead code from cpu.c by Stefan Roese · 10 years ago
- c50ab39 arm: marvell: Extract kirkwood gpio functions into new common file gpio.c by Stefan Roese · 10 years ago
- c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
- 2cc5fad arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common by Stefan Roese · 10 years ago
- 3e28893 arm: mxs: Wait for DRAM to start by Marek Vasut · 11 years ago
- c7d7734 arm: mxs: Wait when disabling VDDMEM current limiter by Marek Vasut · 11 years ago
- 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
- bfb40e7 nomadik: kconfig: move board select menu and common settings by Masahiro Yamada · 10 years ago
- 04ffbc1 orion5x: kconfig: move board select menu and common settings by Masahiro Yamada · 10 years ago
- e604ef9 davinci: kconfig: move board select menu and common settings by Masahiro Yamada · 10 years ago
- d757085 kirkwood: kconfig: refactor Kconfig and defconfig by Masahiro Yamada · 10 years ago
- fc7a08a versatile: kconfig: move common settings by Masahiro Yamada · 10 years ago
- 3f7740f arm: Add missing .vectors section to linker scripts by Benoît Thébaudeau · 10 years ago
- ad88174 ARM: kirkwood: add mvsdio driver by DrEagle · 10 years ago
- ad763d7 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
- 753a00a mtd: nand: davinci: add header file for driver definitions by Khoronzhuk, Ivan · 10 years ago
- 5ac0026 Check run_command() return code properly by Thomas Betker · 10 years ago
- 342ecb7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
- 794cf6a Remove unnecessary use of hush header file by Simon Glass · 11 years ago
- dff665a ARM: at91sam9m10g45ek: enable mci0 support by Wu, Josh · 11 years ago
- 9852cc6 arm: move exception handling out of start.S files by Albert ARIBAUD · 11 years ago
- d47dffe arm, da850: staticize funtions by Manish Badarkhe · 11 years ago
- bc9cd95 i2c, davinci: convert driver to new mutlibus/mutliadapter framework by Vitaly Andrianov · 11 years ago
- b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
- 266003a arm: mxs: Add support for generating signed BootStream by Marek Vasut · 11 years ago
- 5f1f8ef Merge branch 'master' of git://git.denx.de/u-boot-arm into master by Stefano Babic · 11 years ago
- bd23a6c Revert "arm: mxs: Add support for generating signed BootStream" by Stefano Babic · 11 years ago
- c01f10b mxs: fix warning in SPL with console support by Stefano Babic · 11 years ago
- bb9f5e2 arm: mxs: Add serial console support into SPL by Marek Vasut · 11 years ago
- d18f74a arm: mxs: Properly set GD pointer in SPL by Marek Vasut · 11 years ago
- 6580d0a arm: mxs: Add support for generating signed BootStream by Marek Vasut · 11 years ago
- 913784a arm: mxs: Adjust the load address of U-Boot and SPL for HAB by Marek Vasut · 11 years ago
- 8226dfd kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib by Masahiro Yamada · 11 years ago
- 31fea44 kbuild: Rename UIMAGE to MKIMAGE by Marek Vasut · 11 years ago
- a0b3de0 kbuild,mxs: use short logs for MXS images by Masahiro Yamada · 11 years ago
- d70d42f at91sam9263ek: add mmc support by Andreas Henriksson · 11 years ago
- f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
- 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
- 9d25fa4 arm: make _end compiler-generated by Albert ARIBAUD · 11 years ago
- d36a749 kbuild: refactor more IMX image rules by Masahiro Yamada · 11 years ago
- d3aeeac kbuild: use shorten logs for IMX images by Masahiro Yamada · 11 years ago
- 1ffe957 Move CONFIG_DISPLAY_CPUINFO to Makefile by Masahiro Yamada · 11 years ago
- 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
- b8a2625 ARM: merge commonly-defined PLATFORM_RELFLAGS by Masahiro Yamada · 11 years ago
- 30263a2 at91: switch coloured LED to gpio API by Andreas Bießmann · 11 years ago
- 95fc6d6 arm: keep all sections in ELF file by Albert ARIBAUD · 11 years ago
- ea385ed Merge branch 'iu-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
- 4252e98 ARM: versatile: convert to common timer code by Rob Herring · 11 years ago
- c4d1a0e ARM: mx25: convert to common timer code by Rob Herring · 11 years ago
- 4cf9ce4 ARM: mxs: Enable DCDC converter for battery boot by Marek Vasut · 11 years ago
- 65aac04 arm926ejs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
- edc43b0 ARM: mxs: Setup stack in JTAG mode by Marek Vasut · 11 years ago
- ee3b9e4 ARM: mxs: tools: Use mkimage for BootStream generation by Marek Vasut · 11 years ago
- bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
- f090ab4 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
- ae72af0 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
- d6801e6 ARM: refactor compiler options in config.mk by Masahiro Yamada · 11 years ago
- 832d36e Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
- d7f44dd mx27: add missing constant for mx27 by trem · 11 years ago
- 0dc62ba ARM: mxs: Receive r0 and r1 passed from BootROM by Marek Vasut · 11 years ago
- 8980d4a ARM: mxs: Document the power block initialization by Marek Vasut · 11 years ago
- b143210 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
- 2ad2ec4 ARM: mxs: rename function that sets AUTO_RESTART flag by Hector Palacios · 11 years ago
- 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
- e999dca arm, da850: enable the correct uart in arch_cpu_init() by Heiko Schocher · 11 years ago
- 3a2274f arm/davinci/da850: add uart0_pins_rtscts and RMII_MHz_50_CLK in emac_pins_rmii pinmux by Heiko Schocher · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- c1f81ed Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
- aeb445f mx27: add i2c clock by trem · 11 years ago
- 3227e3a mx27: add function enable_caches by trem · 11 years ago
- 1691593 remove all references to .dynsym by Albert ARIBAUD · 11 years ago
- 213c0eb arm: da830: moved pinmux configurations to the arch tree by Vishwanathrao Badarkhe, Manish · 12 years ago
- a1a0ad6 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
- 39c3103 arm: mxs: Fix vectoring table crafting by Marek Vasut · 12 years ago
- 9580b32 arm: factorize relocate_code routine by Albert ARIBAUD · 12 years ago
- 1c29409 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · 12 years ago
- 1a500d6 arm: at91: enable mci support for at91sam9g20ek. by Wu, Josh · 12 years ago
- 3f338c1 arm: at91: add at91sam9n12ek board support by Wu, Josh · 12 years ago
- 66f827b Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
- 33de200 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
- 3c3dc79 da850: provide davinci_enable_uart0 by Eric Benard · 12 years ago
- 5ace29c arm: mxs: Add LCDIF clock configuration function by Marek Vasut · 12 years ago
- e07153e arm: mxs: Preprocess u-boot.bd so they contain full path by Marek Vasut · 12 years ago
- 499c4a8 arm: mx23: Fix VDDMEM misconfiguration by Marek Vasut · 12 years ago
- b294f80 mxs: Explain why some mx23 DDR registers are not configured by Fabio Estevam · 12 years ago
- 51e7778 mx23: Operate DDR voltage supply at 2.5V by Fabio Estevam · 12 years ago
- df2eeed imx: mx25: Remove legacy iomux support by Benoît Thébaudeau · 12 years ago
- 94bc0dd mxs: spl_mem_init: Change EMI port priority by Fabio Estevam · 12 years ago
- 1bd7205 mxs: spl_mem_init: Skip the initialization of some DRAM_CTL registers by Fabio Estevam · 12 years ago
- 7f77e5f mxs: spl_mem_init: Remove erroneous DDR setting by Fabio Estevam · 12 years ago