aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada9-5/+5
2013-12-13drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada4-9/+3
2013-12-13drivers/usb/gadget: select objects by obj-$(CONFIG-...)Masahiro Yamada1-6/+2
2013-12-13post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada11-37/+35
2013-12-13Makefile: delete a make rule of $(LDSCRIPT)Masahiro Yamada1-5/+2
2013-12-13board_f: explicitly disable console on early bootAlexey Brodkin1-0/+1
2013-12-13Correct vxWorks elf boot to load at correct addressStany MARCEL1-3/+3
2013-12-13.gitignore: ignore spl/ and tpl/ directories except spl/MakefileMasahiro Yamada2-7/+4
2013-12-13PowerPC: merge commonly-defined flagsMasahiro Yamada12-39/+15
2013-12-13netbsd:fix documentation typo.Kees Jongenburger1-4/+4
2013-12-13spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-commonMasahiro Yamada1-5/+1
2013-12-13yaffs2: Use lldiv for 64bit divisionTom Rini2-3/+5
2013-12-13JFFS2: Correct jffs2_1pass_build_lists to use lldivTom Rini1-1/+3
2013-12-13ARM:PXA: Correct tick_to_time / us_to_tick to use lldivTom Rini1-2/+2
2013-12-13ARM:zynq: Correct __udelay to use lldivTom Rini1-2/+1
2013-12-13time: fix usec_to_tick()Stephen Warren1-2/+2
2013-12-13Makefile: correct dependencies of asm-offsets.[hs]Masahiro Yamada1-15/+4
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada4-7/+7
2013-12-13Makefile: Do not create empty autoconf.mk on errorMasahiro Yamada1-14/+11
2013-12-13sandbox: dumpimage: Test dumpimageGuilherme Maciel Ferreira1-0/+141
2013-12-13Add dumpimage, a tool to extract data from U-Boot imagesGuilherme Maciel Ferreira8-0/+444
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira14-191/+276
2013-12-13mkimage: added 'static' specifier to match function's prototype.Guilherme Maciel Ferreira1-2/+1
2013-12-13kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEXVladimir Zapolskiy95-103/+0
2013-12-13serial: lpc32xx: send CR before LFVladimir Zapolskiy1-0/+3
2013-12-11powerpc/mpc85xx: Update CONFIG_SYS_FSL_TBCLK_DIV for T1040Prabhakar Kushwaha1-1/+1
2013-12-11powerpc/p1_p2_rdb_pc: Fix warnings for __iomem pointersClaudiu Manoil1-2/+2
2013-12-11net/fman: add ft_fixup_xgec to support 3rd and 4th 10GECShengzhou Liu1-1/+52
2013-12-11powerpc/t4240: Add a frequency setting case for fman1Shaohui Xie1-0/+3
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini217-2833/+12159
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD588-8002/+10151
2013-12-10Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini23-40/+1088
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini7-18/+72
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini14-317/+474
2013-12-10vexpress: use correct timer address on extended memory map systemsIan Campbell1-1/+1
2013-12-10serial: zynq: Remove unused #definesSoren Brinkmann1-4/+0
2013-12-09sandbox: spi: Enable new spi/sf layersMike Frysinger1-0/+10
2013-12-09sandbox: spi: Add new SPI flash driverMike Frysinger6-1/+605
2013-12-09sandbox: spi: Add SPI emulation busMike Frysinger5-0/+280
2013-12-09spi: Add device tree binding for SPI busSimon Glass1-0/+92
2013-12-09spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass7-17/+77
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass4-22/+24
2013-12-09arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)Mateusz Kulikowski4-0/+332
2013-12-09arm, at91: add siemens corvus boardHeiko Schocher4-0/+379
2013-12-09arm, at91: add Siemens board taurus and axmHeiko Schocher4-0/+340
2013-12-09at91: switch coloured LED to gpio APIAndreas Bießmann6-28/+26
2013-12-09at91: nand: switch atmel_nand to generic GPIO APIAndreas Bießmann18-37/+43
2013-12-09at91: redefine legacy GPIO PIN_BASEAndreas Bießmann1-1/+1
2013-12-09at91: add new gpio pin definitionsAndreas Bießmann2-4/+24
2013-12-08mmc: add Faraday FTSDC021 SDHCI controller supportKuo-Jung Su3-0/+47