summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | serial-arc: switch to DMAlexey Brodkin2015-04-034-0/+49
| | * | arc: minor fixes in KconfigAlexey Brodkin2015-04-031-1/+9
| | * | arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin2015-04-032-1/+8
| | * | arc: clean-up init procedureAlexey Brodkin2015-04-038-77/+94
| | * | arc: move low-level interrupt and exception handlers in a separate fileAlexey Brodkin2015-04-033-144/+152
| | * | arc: merge common start-up code between ARC and ARCv2Alexey Brodkin2015-04-037-294/+82
| | * | arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin2015-04-031-4/+8
| * | | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-04-0312-22/+128
| |\ \ \ | | |/ / | |/| |
| | * | tegra: pinmux: fix FUNCMUX_NDFLASH_KBC_8_BITLucas Stach2015-03-301-0/+2
| | * | ARM: tegra: fix colibri_t20 machine typeMarcel Ziswiler2015-03-301-5/+5
| | * | ARM: tegra: rename colibri_t20 board/configuration/device-treeMarcel Ziswiler2015-03-303-3/+3
| | * | ARM: tegra: enable MIPI PAD CTRL support for Tegra124Stephen Warren2015-03-302-0/+26
| | * | ARM: tegra: pinctrl: add support for MIPI PAD control groupsStephen Warren2015-03-302-0/+73
| | * | ARM: tegra: pinctrl: minor cleanupStephen Warren2015-03-302-11/+11
| | * | ARM: tegra: pinctrl: move Tegra210 code to the correct dirStephen Warren2015-03-301-0/+0
| * | | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-03-3119-151/+142
| |\ \ \
| | * | | ARM: atmel: at91sam9n12ek: enable spl supportBo Shen2015-04-015-4/+6
| | * | | ARM: atmel: at91sam9x5ek: enable spl supportBo Shen2015-04-017-4/+24
| | * | | ARM: atmel: at91sam9m10g45ek: enable spl supportBo Shen2015-04-013-1/+54
| | * | | ARM: atmel: arm926ejs: fix clock configurationBo Shen2015-04-011-26/+28
| | * | | spl_atmel.c: Switch s_init to board_init_fTom Rini2015-04-011-0/+10
| | * | | ARM: atmel: armv7: switch to use common timer functionsBo Shen2015-04-013-61/+6
| | * | | ARM: atmel: arm9: switch to use common timer functionsBo Shen2015-04-017-59/+18
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini2015-03-313-0/+52
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | board/seco: Add mx6q-uq7 basic board supportBoris BREZILLON2015-03-231-0/+11
| | * | ARM: iMX: define an IMX_CONFIG Kconfig optionBoris BREZILLON2015-03-232-0/+4
| | * | ARM: mx6: move to a standard arch/board approachBoris BREZILLON2015-03-232-0/+37
| * | | sunxi: use CONFIG_SYS_CLK_FREQ to set cpu clockIain Paton2015-03-291-1/+1
| * | | sunxi: sun4i: improve cpu clock selection methodIain Paton2015-03-291-16/+19
| * | | sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede2015-03-292-0/+8
| * | | armv8: semihosting: delete external interfaceLinus Walleij2015-03-282-109/+0
| * | | armv8: semihosting: add a command to load semihosted imagesLinus Walleij2015-03-281-0/+70
| * | | armv8: semihosting: do not inline trap callLinus Walleij2015-03-281-1/+1
| * | | m68k: merge per-CPU config.mk into arch/m68k/MakefileMasahiro Yamada2015-03-288-101/+29
| * | | m68k: mcf547x_8x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-282-1/+16
| * | | m68k: mcf523x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-282-1/+11
| * | | m68k: mcf5227x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-282-1/+11
| * | | m68k: mcf5445x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-282-8/+23
| * | | m68k: mcf532x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-282-9/+29
| * | | m68k: mcf530x: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-282-5/+10
| * | | m68k: mcf52x2: move CPU type to Kconfig and refactor config.mkMasahiro Yamada2015-03-282-29/+53
| * | | ARM: bcm283x: move SoC headers to mach-bcm283x/include/machMasahiro Yamada2015-03-286-1/+1
| * | | ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283xMasahiro Yamada2015-03-2813-40/+46
| * | | malloc_f: enable SYS_MALLOC_F by default if DM is onMasahiro Yamada2015-03-285-15/+0
| * | | malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LENMasahiro Yamada2015-03-283-9/+0
| * | | m68k: remove arch/m68k/lib/board.cMasahiro Yamada2015-03-282-645/+0
| * | | generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada2015-03-288-7/+13
| * | | generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada2015-03-2812-29/+14
| * | | x86: quark: Enable on-chip ethernet controllersBin Meng2015-03-241-0/+19
| * | | arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIMETom Rini2015-03-241-1/+2
OpenPOWER on IntegriCloud