Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | usb: fix unaligned access in device_qual() | Heiko Schocher | 2013-06-30 | -1/+1 | |
| * | | | | | usb, g_dnl: make possibility to fixup the device_desc board specific | Heiko Schocher | 2013-06-30 | -1/+1 | |
| * | | | | | dfu: make data buffer size configurable | Heiko Schocher | 2013-06-30 | -1/+3 | |
| |/ / / / | |||||
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Tom Rini | 2013-07-01 | -0/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | dfu, nand: before write a buffer to nand, erase the nand sectors | Heiko Schocher | 2013-06-24 | -0/+2 | |
* | | | | | mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE | Simon Glass | 2013-06-28 | -3/+0 | |
* | | | | | am335x_evm: Add missing ';' in findfdt | Tom Rini | 2013-06-27 | -1/+1 | |
* | | | | | Fix block device accesses beyond 2TiB | Sascha Silbe | 2013-06-26 | -5/+6 | |
* | | | | | sandbox: config: Enable FIT signatures with RSA | Simon Glass | 2013-06-26 | -0/+2 | |
* | | | | | image: Add support for signing of FIT configurations | Simon Glass | 2013-06-26 | -0/+16 | |
* | | | | | libfdt: Add fdt_find_regions() | Simon Glass | 2013-06-26 | -0/+64 | |
* | | | | | image: Add RSA support for image signing | Simon Glass | 2013-06-26 | -0/+108 | |
* | | | | | image: Support signing of images | Simon Glass | 2013-06-26 | -4/+55 | |
* | | | | | image: Add signing infrastructure | Simon Glass | 2013-06-26 | -2/+88 | |
* | | | | | x86: config: Add tracing options | Simon Glass | 2013-06-26 | -0/+7 | |
* | | | | | exynos: config: Add tracing options | Simon Glass | 2013-06-26 | -0/+8 | |
* | | | | | Add a 'fake' go command to the bootm command | Simon Glass | 2013-06-26 | -1/+2 | |
* | | | | | Refactor the bootm command to reduce code duplication | Simon Glass | 2013-06-26 | -7/+9 | |
* | | | | | sandbox: Support trace feature | Simon Glass | 2013-06-26 | -0/+13 | |
* | | | | | Add trace support to generic board | Simon Glass | 2013-06-26 | -0/+3 | |
* | | | | | Add trace library | Simon Glass | 2013-06-26 | -0/+129 | |
* | | | | | Add function to print a number with grouped digits | Simon Glass | 2013-06-26 | -0/+11 | |
* | | | | | pci: Convert extern inline functions to static inline | Simon Glass | 2013-06-26 | -2/+2 | |
* | | | | | cros: exynos: enable cros-ec for smdk5250 | Hung-ying Tyan | 2013-06-26 | -1/+9 | |
* | | | | | cros: adds cros_ec keyboard driver | Hung-ying Tyan | 2013-06-26 | -0/+1 | |
* | | | | | cros: exynos: add SPI support for cros_ec | Hung-ying Tyan | 2013-06-26 | -0/+16 | |
* | | | | | cros: add cros_ec driver | Hung-ying Tyan | 2013-06-26 | -0/+1934 | |
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2013-06-24 | -1/+28 | |
|\ \ \ \ \ | |||||
| * | | | | | net: add Faraday FTMAC110 10/100Mbps ethernet support | Kuo-Jung Su | 2013-06-24 | -0/+1 | |
| * | | | | | net: phy: supplement support for Micrel's KSZ9031 | SARTRE Leo | 2013-06-24 | -0/+11 | |
| * | | | | | ARM: at91sam9n12: add network support with ksz8851_16mll | Bo Shen | 2013-06-24 | -0/+4 | |
| * | | | | | net: ks8851_mll: add ethernet support | Roberto Cerati | 2013-06-24 | -0/+1 | |
| * | | | | | add support for Xilinx 1000BASE-X phy (GTX) | Charles Coldwell | 2013-06-24 | -0/+6 | |
| * | | | | | net: make IPaddr type big endian | Kim Phillips | 2013-06-24 | -1/+1 | |
| * | | | | | bootz: un-staticize do_bootz | Rob Herring | 2013-06-24 | -0/+2 | |
| * | | | | | phy: export genphy_parse_link() | Yegor Yefremov | 2013-06-24 | -0/+1 | |
| * | | | | | net: Add sunxi (Allwinner) wemac driver | Henrik Nordström | 2013-06-24 | -0/+1 | |
* | | | | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Tom Rini | 2013-06-24 | -17/+11 | |
|\ \ \ \ \ \ | |||||
| * | | | | | | ac14xx: rephrase network boot config for development | Gerhard Sittig | 2013-06-24 | -8/+9 | |
| * | | | | | | ac14xx: use the official product name everywhere | Gerhard Sittig | 2013-06-24 | -5/+5 | |
| * | | | | | | ac14xx: remove obsolete board config items | Gerhard Sittig | 2013-06-24 | -6/+0 | |
| * | | | | | | ac14xx: cleanup comments in the board support | Gerhard Sittig | 2013-06-24 | -3/+2 | |
* | | | | | | | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini | 2013-06-24 | -0/+10 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | sf: Add flag status register polling support | Jagannadha Sutradharudu Teki | 2013-06-23 | -0/+3 | |
| * | | | | | | sf: Add bank addr code in CONFIG_SPI_FLASH_BAR | Jagannadha Sutradharudu Teki | 2013-06-23 | -1/+2 | |
| * | | | | | | sf: Read flash bank addr register at probe time | Jagannadha Sutradharudu Teki | 2013-06-23 | -0/+2 | |
| * | | | | | | sf: Discover the bank addr commands | Jagannadha Sutradharudu Teki | 2013-06-23 | -0/+4 | |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-06-22 | -17/+87 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | remove all references to .dynsym | Albert ARIBAUD | 2013-06-21 | -3/+0 | |
| | |_|_|/ | |/| | | | |||||
| * | | | | net2big_v2: initialize I2C fan at startup | Simon Guinot | 2013-06-20 | -1/+8 |