aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada1-0/+21
2017-10-01Merge git://git.denx.de/u-boot-usbTom Rini3-22/+41
2017-10-01usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()Bin Meng1-1/+1
2017-10-01usb: hub: Clear BH reset status change for a 3.0 hubBin Meng1-0/+6
2017-10-01usb: hub: Clear port reset before usb_hub_port_connect_change()Bin Meng1-5/+5
2017-10-01usb: Read device descriptor after device is addressed for xHCIBin Meng1-0/+11
2017-10-01usb: Only get 64 bytes device descriptor for full speed devicesBin Meng1-14/+15
2017-10-01usb: Handle audio extension endpoint descriptor in usb_parse_config()Bin Meng1-2/+3
2017-09-29TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default valueTom Rini1-0/+1
2017-09-29spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()Seung-Woo Kim1-2/+3
2017-09-27dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabledBin Meng1-2/+17
2017-09-27usb: storage: Refactor to use max_xfer_blk from struct us_dataBin Meng1-19/+30
2017-09-22spl: Fix compiling warning on gunzip argumentYork Sun1-1/+4
2017-09-22spl: stash bootstage info before jump to next stageKever Yang1-7/+7
2017-09-18bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPLPhilipp Tomsich1-1/+1
2017-09-17Merge git://git.denx.de/u-boot-x86Tom Rini3-12/+13
2017-09-16bootstage: Provide a separate record count setting for SPLSimon Glass2-3/+10
2017-09-16bootstage: Drop unused optionsSimon Glass2-10/+1
2017-09-16board_f: Drop the timer after relocationSimon Glass1-0/+3
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2-8/+180
2017-09-15fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou1-4/+7
2017-09-15fit: Allow multiple images per propertyPantelis Antoniou1-3/+15
2017-09-15fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou1-0/+31
2017-09-13spl: add newline in debug outputAnatolij Gustschin1-2/+2
2017-09-12image: Add TI PMMC image typeAndrew F. Davis1-0/+1
2017-09-11spl: fit: Add booting OS firstYork Sun1-19/+41
2017-09-11spl: fit: Support both external and embedded dataYork Sun1-19/+33
2017-09-11spl: fit: Eanble GZIP support for image decompressionYork Sun1-2/+30
2017-09-07spl: typo fix for SPL_ATF_SUPPORT descriptionKever Yang1-1/+1
2017-09-04splash_source: Verify FIT magicNiko Mauno1-0/+5
2017-09-01Revert "Merge git://git.denx.de/u-boot-video"Tom Rini1-5/+0
2017-09-01Merge git://git.denx.de/u-boot-videoTom Rini1-0/+5
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini4-1/+45
2017-08-29spl: do not repeat timer init on i.MX6Anatolij Gustschin1-1/+1
2017-08-29splash_source: Verify FIT magicNiko Mauno1-0/+5
2017-08-28bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks bootHannes Schmelzer1-0/+3
2017-08-28common: console: Fix duplicated CONFIG in silent env callbackWilson Lee1-2/+2
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner3-0/+44
2017-08-21fb_mmc.c: Correct blk_dread() return value checksTom Rini1-2/+2
2017-08-21common/fb_mmc.c: Fix warnings about castsTom Rini1-2/+2
2017-08-20common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATAThomas Petazzoni1-27/+0
2017-08-20spl: spl_mmc.c Correct blk_dread() return value checkTom Rini1-1/+1
2017-08-20hash: Compile only hardware or software versions of SHA algorithmsTom Rini1-51/+44
2017-08-19lcd: avoid possible NULL dereferencexypron.glpk@gmx.de1-1/+2
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+1
2017-08-17spl: fix Makefile for NOR, XIP and YMODEMPhilipp Tomsich1-3/+3
2017-08-17dm: sata: Support driver model with the 'sata' commandSimon Glass1-1/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass3-13/+13
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-6/+6
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass4-8/+8