summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-28Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD
2014-07-28Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-07-26Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD
2014-07-25Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2014-07-24arm: rmobile: Add support Alt boardNobuhiro Iwamatsu
2014-07-24arm: rmobile: Add support R8A7794Nobuhiro Iwamatsu
2014-07-24serial: sh: Add support R8A7794Nobuhiro Iwamatsu
2014-07-24net: sh-eth: Add support R8A7794Nobuhiro Iwamatsu
2014-07-24sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada
2014-07-23buildman: Avoid retrying a build if it definitely failedSimon Glass
2014-07-23buildman: Add -F flag to retry failed buildsSimon Glass
2014-07-23zynq: disable -Wstrict-prototypes option for ps7_init.cMasahiro Yamada
2014-07-23ARM: zynq: Show ECC status on the same line as DRAM sizeMichal Simek
2014-07-23ARM: zynq: Enable generic board for Xilinx ZynqMichal Simek
2014-07-23dm: Give the demo uclass a nameSimon Glass
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass
2014-07-23dm: Improve errors and warnings in lists_bind_fdt()Simon Glass
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass
2014-07-23dm: Introduce per-child data for devicesSimon Glass
2014-07-23dm: Add functions to access a device's childrenSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass
2014-07-23dm: Tidy up some header file commentsSimon Glass
2014-07-23fdt: Add a function to get the node offset of an aliasSimon Glass
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass
2014-07-23dm: Display the sequence number for each deviceSimon Glass
2014-07-23dm: Introduce device sequence numberingSimon Glass
2014-07-23dm: Avoid activating devices in 'dm uclass' commandSimon Glass
2014-07-23dm: Move device display into its own functionSimon Glass
2014-07-23fdt: Add a function to get the alias sequence of a nodeSimon Glass
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass
2014-07-23Add a flag indicating when the serial console is readySimon Glass
2014-07-23console: Remove vprintf() optimisation for sandboxSimon Glass
2014-07-23stdio: Provide functions to add/remove devices using stdio_devSimon Glass
2014-07-23dm: Support driver model prior to relocationSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23sandbox: Remove all drivers before exitSimon Glass
2014-07-23dm: Provide a way to shut down driver modelSimon Glass
2014-07-23dm: Make sure that the root device is probedSimon Glass
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass
2014-07-23dm: Use an explicit expect value in core testsSimon Glass
2014-07-23dm: gpio: Don't use the driver model uclass for SPLSimon Glass
2014-07-23sandbox: Always enable malloc debugSimon Glass
2014-07-23sandbox: config: Enable pre-relocation malloc()Simon Glass
2014-07-23sandbox: Support pre-relocation malloc()Simon Glass
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass
2014-07-23sandbox: Set up global data before board_init_f()Simon Glass
2014-07-23Remove form-feeds from dlmalloc.cSimon Glass
2014-07-22m68k: define __kernel_size_t as unsinged int againMasahiro Yamada