aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-16Makefile: delete unnecessary linesMasahiro Yamada1-5/+0
2013-12-16README.vxworks: add a document describing the new VxWorks boot interfaceMiao Yan1-0/+19
2013-12-16common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan1-2/+3
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan5-12/+155
2013-12-13common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configurationMiao Yan1-0/+1
2013-12-13common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan1-3/+12
2013-12-13Makefile: delete unnecessary CPPFLAGS settingsMasahiro Yamada2-4/+0
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