summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada2013-12-164-9/+2
* examples: x86: delete 82559_eepromMasahiro Yamada2013-12-164-364/+1
* Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada2013-12-166-43/+30
* Makefile: delete unnecessary linesMasahiro Yamada2013-12-161-5/+0
* README.vxworks: add a document describing the new VxWorks boot interfaceMiao Yan2013-12-161-0/+19
* common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan2013-12-161-2/+3
* common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan2013-12-165-12/+155
* common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configurationMiao Yan2013-12-131-0/+1
* common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan2013-12-131-3/+12
* Makefile: delete unnecessary CPPFLAGS settingsMasahiro Yamada2013-12-132-4/+0
* Makefile: Move some scripts imported from LinuxMasahiro Yamada2013-12-139-5/+5
* drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada2013-12-134-9/+3
* drivers/usb/gadget: select objects by obj-$(CONFIG-...)Masahiro Yamada2013-12-131-6/+2
* post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada2013-12-1311-37/+35
* Makefile: delete a make rule of $(LDSCRIPT)Masahiro Yamada2013-12-131-5/+2
* board_f: explicitly disable console on early bootAlexey Brodkin2013-12-131-0/+1
* Correct vxWorks elf boot to load at correct addressStany MARCEL2013-12-131-3/+3
* .gitignore: ignore spl/ and tpl/ directories except spl/MakefileMasahiro Yamada2013-12-132-7/+4
* PowerPC: merge commonly-defined flagsMasahiro Yamada2013-12-1312-39/+15
* netbsd:fix documentation typo.Kees Jongenburger2013-12-131-4/+4
* spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-commonMasahiro Yamada2013-12-131-5/+1
* yaffs2: Use lldiv for 64bit divisionTom Rini2013-12-132-3/+5
* JFFS2: Correct jffs2_1pass_build_lists to use lldivTom Rini2013-12-131-1/+3
* ARM:PXA: Correct tick_to_time / us_to_tick to use lldivTom Rini2013-12-131-2/+2
* ARM:zynq: Correct __udelay to use lldivTom Rini2013-12-131-2/+1
* time: fix usec_to_tick()Stephen Warren2013-12-131-2/+2
* Makefile: correct dependencies of asm-offsets.[hs]Masahiro Yamada2013-12-131-15/+4
* Makefile: use two double-quotations as a pairMasahiro Yamada2013-12-134-7/+7
* Makefile: Do not create empty autoconf.mk on errorMasahiro Yamada2013-12-131-14/+11
* sandbox: dumpimage: Test dumpimageGuilherme Maciel Ferreira2013-12-131-0/+141
* Add dumpimage, a tool to extract data from U-Boot imagesGuilherme Maciel Ferreira2013-12-138-0/+444
* tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira2013-12-1314-191/+276
* mkimage: added 'static' specifier to match function's prototype.Guilherme Maciel Ferreira2013-12-131-2/+1
* kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEXVladimir Zapolskiy2013-12-1395-103/+0
* serial: lpc32xx: send CR before LFVladimir Zapolskiy2013-12-131-0/+3
* powerpc/mpc85xx: Update CONFIG_SYS_FSL_TBCLK_DIV for T1040Prabhakar Kushwaha2013-12-111-1/+1
* powerpc/p1_p2_rdb_pc: Fix warnings for __iomem pointersClaudiu Manoil2013-12-111-2/+2
* net/fman: add ft_fixup_xgec to support 3rd and 4th 10GECShengzhou Liu2013-12-111-1/+52
* powerpc/t4240: Add a frequency setting case for fman1Shaohui Xie2013-12-111-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-12-10217-2833/+12159
|\
| * Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-12-10588-8002/+10151
| |\
| * | vexpress: use correct timer address on extended memory map systemsIan Campbell2013-12-101-1/+1
| * | serial: zynq: Remove unused #definesSoren Brinkmann2013-12-101-4/+0
| * | arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)Mateusz Kulikowski2013-12-094-0/+332
| * | arm, at91: add siemens corvus boardHeiko Schocher2013-12-094-0/+379
| * | arm, at91: add Siemens board taurus and axmHeiko Schocher2013-12-094-0/+340
| * | at91: switch coloured LED to gpio APIAndreas Bießmann2013-12-096-28/+26
| * | at91: nand: switch atmel_nand to generic GPIO APIAndreas Bießmann2013-12-0918-37/+43
| * | at91: redefine legacy GPIO PIN_BASEAndreas Bießmann2013-12-091-1/+1
| * | at91: add new gpio pin definitionsAndreas Bießmann2013-12-092-4/+24
OpenPOWER on IntegriCloud