summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-16Prepare v2014.01-rc2v2014.01-rc2Tom Rini
2013-12-16Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2013-12-16Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini
2013-12-16Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada
2013-12-16examples: x86: delete 82559_eepromMasahiro Yamada
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada
2013-12-16Makefile: delete unnecessary linesMasahiro Yamada
2013-12-16README.vxworks: add a document describing the new VxWorks boot interfaceMiao Yan
2013-12-16common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan
2013-12-16blackfin: remove build warningSonic Zhang
2013-12-16blackfin: fixing warning by including proper headersSonic Zhang
2013-12-16blackfin: fix building error by enlarging the memory sizeSonic Zhang
2013-12-16blackfin: Disable commands to reduce l1 ram requirementSonic Zhang
2013-12-16blackfin: fix building error by adding macro CONFIG_SYS_I2CSonic Zhang
2013-12-16blackfin: fix build error by adding CONFIG_BFIN_SERIALSonic Zhang
2013-12-13common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configurationMiao Yan
2013-12-13common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan
2013-12-13Makefile: delete unnecessary CPPFLAGS settingsMasahiro Yamada
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada
2013-12-13drivers/mtd: descend into sub directories only when it is necessaryMasahiro Yamada
2013-12-13drivers/usb/gadget: select objects by obj-$(CONFIG-...)Masahiro Yamada
2013-12-13post: descend only when CONFIG_HAS_POST is definedMasahiro Yamada
2013-12-13Makefile: delete a make rule of $(LDSCRIPT)Masahiro Yamada
2013-12-13board_f: explicitly disable console on early bootAlexey Brodkin
2013-12-13Correct vxWorks elf boot to load at correct addressStany MARCEL
2013-12-13.gitignore: ignore spl/ and tpl/ directories except spl/MakefileMasahiro Yamada
2013-12-13PowerPC: merge commonly-defined flagsMasahiro Yamada
2013-12-13netbsd:fix documentation typo.Kees Jongenburger
2013-12-13spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-commonMasahiro Yamada
2013-12-13yaffs2: Use lldiv for 64bit divisionTom Rini
2013-12-13JFFS2: Correct jffs2_1pass_build_lists to use lldivTom Rini
2013-12-13ARM:PXA: Correct tick_to_time / us_to_tick to use lldivTom Rini
2013-12-13ARM:zynq: Correct __udelay to use lldivTom Rini
2013-12-13time: fix usec_to_tick()Stephen Warren
2013-12-13Makefile: correct dependencies of asm-offsets.[hs]Masahiro Yamada
2013-12-13Makefile: use two double-quotations as a pairMasahiro Yamada
2013-12-13Makefile: Do not create empty autoconf.mk on errorMasahiro Yamada
2013-12-13sandbox: dumpimage: Test dumpimageGuilherme Maciel Ferreira
2013-12-13Add dumpimage, a tool to extract data from U-Boot imagesGuilherme Maciel Ferreira
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira
2013-12-13mkimage: added 'static' specifier to match function's prototype.Guilherme Maciel Ferreira
2013-12-13kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEXVladimir Zapolskiy
2013-12-13serial: lpc32xx: send CR before LFVladimir Zapolskiy
2013-12-11powerpc/mpc85xx: Update CONFIG_SYS_FSL_TBCLK_DIV for T1040Prabhakar Kushwaha
2013-12-11powerpc/p1_p2_rdb_pc: Fix warnings for __iomem pointersClaudiu Manoil
2013-12-11net/fman: add ft_fixup_xgec to support 3rd and 4th 10GECShengzhou Liu
2013-12-11powerpc/t4240: Add a frequency setting case for fman1Shaohui Xie
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD