summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | image: fix getenv_bootm_size() function againMasahiro Yamada2016-02-08-8/+13
* | test/py: support running sandbox under gdbserverStephen Warren2016-02-08-9/+26
* | malloc: solve dead code issue in memalign()Stephen Warren2016-02-08-1/+1
* | api: Add FreeBSD API support for MIPS platformsStanislav Galabov2016-02-08-0/+60
* | .travis.yml: explicitly request sudoStephen Warren2016-02-08-0/+2
* | rpi: set ethaddr as wellLubomir Rintel2016-02-08-0/+3
* | common/memsize.c: Simplify RAM size detectionEddy Petrișor2016-02-08-26/+21
* | defconfig: k2g_evm_defconfig: enable net driver modelMugunthan V N2016-02-08-0/+1
* | ARM: dts: k2g: Add keystone net dts filesMugunthan V N2016-02-08-0/+176
* | defconfig: k2e_evm_defconfig: enable net driver modelMugunthan V N2016-02-08-0/+1
* | defconfig: k2l_evm_defconfig: enable net driver modelMugunthan V N2016-02-08-0/+1
* | defconfig: k2hk_evm_defconfig: enable net driver modelMugunthan V N2016-02-08-0/+1
* | drivers: net: keystone_net: convert driver to adopt device driver modelMugunthan V N2016-02-08-40/+433
* | drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETHMugunthan V N2016-02-08-2/+4
* | board: ti: ks2_evm: remove board_eth_init when CONFIG_DM_ETH is definedMugunthan V N2016-02-08-0/+2
* | OMAP3: omap3_logic: Remove YAFFS support.Adam Ford2016-02-08-2/+0
* | OMAP3: omap3_logic: Enable CONFIG_SMC911X_32_BITAdam Ford2016-02-08-1/+1
* | OMAP3: omap3_logic: Enable Android FastbootAdam Ford2016-02-08-0/+58
* | dm: Update on current serial driver statusSimon Glass2016-02-08-10/+4
* | dm: pxa: serial: Drop serial_sa1100 serial driverSimon Glass2016-02-08-163/+0
* | dm: serial: Drop serial_max3100 serial driverSimon Glass2016-02-08-295/+0
* | dm: freescale: serial: Drop serial_imx serial driverSimon Glass2016-02-08-224/+0
* | dm: opencores: Drop opencores_yanu serial driverSimon Glass2016-02-08-243/+0
* | dm: freescale: Drop mxs_auart serial driverSimon Glass2016-02-08-154/+0
* | OMAP3_LOGIC: Setup defconfig to enable SPL and NAND bootingAdam Ford2016-02-08-0/+4
* | OMAP3: Enable SPL on omap3_logicAdam Ford2016-02-08-124/+185
* | rpi: fix up Model B entriesLubomir Rintel2016-02-08-10/+10
* | rpi: link to another model number info sourceStephen Warren2016-02-08-0/+5
* | hush: Add rudimentary support for PS1 and PS2Marek Vasut2016-02-08-0/+18
* | hush: Pull out U-Boot prompt display and read functionalityMarek Vasut2016-02-08-5/+16
* | serial: serial_stm32: move clock config from driver to boardVikas Manocha2016-02-08-40/+65
* | test, tools: introduce tbot READMEHeiko Schocher2016-02-08-0/+734
* | ARM: omap3_logic: Fix pin muxingAdam Ford2016-02-08-65/+313
* | tools: env: update usage stringsAndreas Fenkart2016-02-08-42/+75
* | tools: env: factor out parse_common_argsAndreas Fenkart2016-02-08-25/+37
* | tools: env: shift optind arguments and fix argument indicesAndreas Fenkart2016-02-08-43/+15
* | tools: env: parse aes key / suppress flag into argument structAndreas Fenkart2016-02-08-57/+53
* | tools: env: introduce setenv/printenv argument structsAndreas Fenkart2016-02-08-38/+84
* | tools: env: make parse_aes_key statelessAndreas Fenkart2016-02-08-6/+6
* | tools: env validate: pass values as 0-based arrayAndreas Fenkart2016-02-08-12/+15
* | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-08-621/+640
|\ \
| * | net: davinci_emac: fix NULL check after pointer dereferenceVishwas Srivastava2016-02-06-1/+3
| * | ppc: xilinx-ppc405-genericRicardo Ribalda2016-02-06-1/+1
| * | net: fix wrong initialization in davinci-emac driverVishwas Srivastava2016-02-06-2/+2
| * | fdt: introduce fdtdec_get_child_countPeng Fan2016-02-06-0/+20
| * | rockchip: Drop old CONFIG_VIDEO_ROTATION optionSimon Glass2016-02-06-3/+0
| * | bzlib: Try another way to fix an unused variableSimon Glass2016-02-06-4/+3
| * | video: test: Adjust order of file closureSimon Glass2016-02-06-1/+1
| * | video: Use 'int' for loop variables instead of shortSimon Glass2016-02-06-1/+1
| * | cmd: Fix control bmp_display()Simon Glass2016-02-06-2/+1