summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-051-1/+1
* dm: rtc: Rename gregorian day functionSimon Glass2015-05-051-1/+1
* fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass2015-05-051-1/+1
* x86: Allow CPUs to be set up after relocationSimon Glass2015-04-301-1/+1
* Add a 'cpu' command to print CPU informationSimon Glass2015-04-293-0/+122
* Fix comment nits in board_f.cSimon Glass2015-04-291-5/+4
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-04-281-0/+29
|\
| * fdt: add new fdt_fixup_display function to configure displayTim Harvey2015-04-221-0/+29
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-04-281-8/+8
|\ \
| * | cmd_sf: Fix problem with "sf update" and unaligned lengthStefan Roese2015-04-221-8/+8
* | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-04-244-5/+11
|\ \ \
| * | | armv8/ls2085aqds: NAND boot supportScott Wood2015-04-232-2/+2
| * | | armv8/fsl-lsch3: Update early MMU tableYork Sun2015-04-231-0/+6
| * | | cmd_mem: Store last address/size/etc as ulongScott Wood2015-04-231-3/+3
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-04-233-84/+33
|\ \ \
| * | | dm: Init device tree as well as driver model in SPLSimon Glass2015-04-231-3/+17
| * | | Correct malloc_limit value for pre-relocation malloc()Simon Glass2015-04-231-1/+1
| * | | Move initf_malloc() to a common placeSimon Glass2015-04-232-11/+12
| * | | fdt: Rename setup_fdt() and make it prepare alsoSimon Glass2015-04-231-4/+1
| * | | fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass2015-04-231-65/+2
| |/ /
* | | cmd, nand: add more info to "nand info"Heiko Schocher2015-04-231-3/+6
* | | rtc: Set valid date after resetMarek Vasut2015-04-231-0/+5
* | | cmd_led: Extend led command to support blinking and more ledsStefan Roese2015-04-231-10/+38
* | | cmd_scsi: Enable SoC AHCI device on platforms with PCItang yuantian2015-04-221-2/+2
* | | unzip: add gzwrite command to write compressed image to block deviceEric Nelson2015-04-221-0/+47
|/ /
* | kconfig: remove duplicated CMD_DNS optionAndrey Skvortsov2015-04-211-5/+0
* | mii: add read-modify-write option to mii commandTim James2015-04-201-9/+38
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2015-04-204-107/+310
|\ \
| * | common/lcd_console: introduce display/framebuffer rotationHannes Petermaier2015-04-184-81/+296
| * | common/lcd_console: move single static variables into common (static) structureHannes Petermaier2015-04-181-38/+38
| * | common/lcd_console: ask only one-time for bg/fg-color per callHannes Petermaier2015-04-181-5/+2
| * | common/lcd_console: cleanup lcd_drawchars/lcd_putc_xyHannes Petermaier2015-04-181-16/+7
* | | pxe: Ensure all memory access is to mapped memorySjoerd Simons2015-04-191-30/+56
* | | sandbox: Implement host dev [device]Sjoerd Simons2015-04-191-0/+44
* | | sandbox: Renamed sb command to hostSjoerd Simons2015-04-192-23/+28
* | | sandbox: exynos: Move CONFIG_CMD_SOUND to KconfigSimon Glass2015-04-181-0/+10
* | | Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass2015-04-182-6/+107
* | | dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass2015-04-181-0/+1
* | | Avoid calling print_eths() with driver modelSimon Glass2015-04-181-1/+1
* | | net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-184-14/+14
* | | net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-181-15/+14
* | | net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-181-3/+3
* | | net: cosmetic: Clean up CDP variables and functionsJoe Hershberger2015-04-181-8/+9
* | | net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger2015-04-181-8/+8
* | | net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-181-6/+6
* | | net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-183-7/+11
* | | net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-182-26/+26
* | | dm: usb: Support driver model with USB keyboardsSimon Glass2015-04-181-1/+33
* | | dm: usb: Split out the keyboard probe into its own functionSimon Glass2015-04-181-38/+51
* | | dm: usb: Convert usb_storage to driver modelSimon Glass2015-04-181-2/+49
OpenPOWER on IntegriCloud