aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-10-16common: Remove genimg_get_image()Tuomas Tynkkynen3-33/+0
2017-10-16Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2-77/+0
2017-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+9
2017-10-09spl: fix assignment of board info to global dataYork Sun1-1/+9
2017-10-05fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot1-0/+20
2017-10-05fit: fixed bug in locate_dtb_in_fit()Jean-Jacques Hiblot1-1/+1
2017-10-05fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()Jean-Jacques Hiblot1-2/+2
2017-10-05dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot2-17/+1
2017-10-05common: Drop LOGLEVEL to 4Tom Rini1-1/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada6-32/+32
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