| Commit message (Expand) | Author | Age | Lines |
* | doc: README.generic-board: Fix typo | Fabio Estevam | 2014-05-12 | -1/+1 |
* | lib/sha256: fix compile on some hosts | Andreas Bießmann | 2014-05-12 | -1/+3 |
* | kbuild: build with -Werror=date-time if the compiler supports it | Masahiro Yamada | 2014-05-12 | -0/+3 |
* | fs: ubifs: drop __DATE__ and __TIME__ | Masahiro Yamada | 2014-05-12 | -1/+0 |
* | blackfin: replace bfin_gen_rand_mac() with eth_random_addr() | Masahiro Yamada | 2014-05-12 | -69/+31 |
* | net: rename and refactor eth_rand_ethaddr() function | Masahiro Yamada | 2014-05-12 | -42/+22 |
* | rand: do not surround function declarations by #ifdef | Masahiro Yamada | 2014-05-12 | -2/+0 |
* | cmd_time: do not show ticks | Masahiro Yamada | 2014-05-12 | -2/+1 |
* | net/phy: enable get_phy_id redefinable | Shengzhou Liu | 2014-05-12 | -1/+2 |
* | AR8035/phy: Enable autonegotiation function for ar8035 | Xiaobo Xie | 2014-05-12 | -3/+1 |
* | serial: nsl16550: add hw flow control support | Karicheri, Muralidharan | 2014-05-12 | -0/+11 |
* | fs: fat: Fix cache align error message in fatwrite | Nobuhiro Iwamatsu | 2014-05-12 | -1/+1 |
* | bd_info: remove bi_barudrate member from struct bd_info | Masahiro Yamada | 2014-05-12 | -61/+23 |
* | Prepare v2014.07-rc1 | Tom Rini | 2014-05-12 | -2/+2 |
* | Merge branch 'tom' of git://git.denx.de/u-boot-x86 | Tom Rini | 2014-05-09 | -120/+379 |
|\ |
|
| * | sandbox: ignore sandbox.dtb | Masahiro Yamada | 2014-05-09 | -0/+1 |
| * | sandbox: move source files from board/ to arch/sandbox/ | Masahiro Yamada | 2014-05-09 | -9/+2 |
| * | patman: Avoid duplicate sign-offs | Simon Glass | 2014-05-09 | -2/+23 |
| * | patman: Deal with 'git apply' failures correctly | Simon Glass | 2014-05-09 | -2/+4 |
| * | sandbox: Update and expand the README | Simon Glass | 2014-05-09 | -7/+226 |
| * | sandbox: Provide a build option to avoid using SDL | Simon Glass | 2014-05-09 | -2/+20 |
| * | Make 'run' use run_command_list() instead of run_command() | Simon Glass | 2014-05-09 | -1/+1 |
| * | sandbox: Support 'env import' and 'env export' | Simon Glass | 2014-05-09 | -13/+18 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-05-09 | -7128/+10253 |
|\ \
| |/
|/| |
|
| * | Merge branch 'u-boot/master' | Albert ARIBAUD | 2014-05-09 | -38607/+9772 |
| |\ |
|
| * | | ARM: highbank: use default prompt | Rob Herring | 2014-05-02 | -1/+0 |
| * | | ARM: highbank: use config_distro_defaults.h | Rob Herring | 2014-05-02 | -23/+2 |
| * | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-04-21 | -996/+5866 |
| |\ \ |
|
| | * | | am43xx_evm: Drop SPI SPL | Tom Rini | 2014-04-17 | -8/+0 |
| | * | | arm, da850: staticize funtions | Manish Badarkhe | 2014-04-17 | -6/+3 |
| | * | | am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or NOR_BOOT | Tom Rini | 2014-04-17 | -7/+5 |
| | * | | omap3: zoom1: switch to generic ti_omap3_common config header | Nishanth Menon | 2014-04-17 | -109/+16 |
| | * | | omap3: zoom1: fix default console | Nishanth Menon | 2014-04-17 | -1/+1 |
| | * | | omap3: zoom1: enable bootz | Nishanth Menon | 2014-04-17 | -1/+11 |
| | * | | omap3: zoom1: disable JFFS2 and enable FS_GENERIC | Nishanth Menon | 2014-04-17 | -10/+12 |
| | * | | omap3: zoom1: enable common network commands | Nishanth Menon | 2014-04-17 | -1/+3 |
| | * | | OMAP3: zoom1: enable LAN9211 | Nishanth Menon | 2014-04-17 | -3/+27 |
| | * | | OMAP3: zoom1: Configure GPMC for Ethernet | Nishanth Menon | 2014-04-17 | -6/+31 |
| | * | | omap3: zoom1: enable CONFIG_SYS_GENERIC_BOARD | Nishanth Menon | 2014-04-17 | -0/+1 |
| | * | | keystone2: net: add keystone ethernet driver | Karicheri, Muralidharan | 2014-04-17 | -0/+1057 |
| | * | | keystone2: add keystone multicore navigator driver | Vitaly Andrianov | 2014-04-17 | -0/+570 |
| | * | | k2hk-evm: add configuration for spi1 and spi2 support | Karicheri, Muralidharan | 2014-04-17 | -0/+9 |
| | * | | spi: davinci: add support for multiple bus and chip select | Karicheri, Muralidharan | 2014-04-17 | -3/+79 |
| | * | | k2hk: add support for k2hk SOC and EVM | Vitaly Andrianov | 2014-04-17 | -0/+2778 |
| | * | | i2c, davinci: convert driver to new mutlibus/mutliadapter framework | Vitaly Andrianov | 2014-04-17 | -235/+306 |
| | * | | i2c, davinci: move i2c_defs.h to the drivers/i2c directory | Karicheri, Muralidharan | 2014-04-17 | -68/+79 |
| | * | | NAND: DaVinci: allow forced disable of subpage writes | Karicheri, Muralidharan | 2014-04-17 | -0/+8 |
| | * | | arm: add support for arch timer | Vitaly Andrianov | 2014-04-17 | -0/+59 |
| | * | | tools: mkimage: add support for gpimage format | Karicheri, Muralidharan | 2014-04-17 | -93/+220 |
| | * | | fdt: call ft_board_setup_ex() at the end of image_setup_libfdt() | Vitaly Andrianov | 2014-04-17 | -0/+12 |