summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Revert "console: simplify puts()"Soeren Moch2017-11-121-2/+42
* spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchipKever Yang2017-11-071-1/+2
* image-sig: use designated initializers for algorithmMasahiro Yamada2017-11-061-22/+22
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-1/+2
* common: Remove genimg_get_image()Tuomas Tynkkynen2017-10-163-33/+0
* Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2017-10-162-77/+0
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-10-121-1/+9
|\
| * spl: fix assignment of board info to global dataYork Sun2017-10-091-1/+9
* | fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot2017-10-051-0/+20
* | fit: fixed bug in locate_dtb_in_fit()Jean-Jacques Hiblot2017-10-051-1/+1
* | fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()Jean-Jacques Hiblot2017-10-051-2/+2
* | dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot2017-10-052-17/+1
* | common: Drop LOGLEVEL to 4Tom Rini2017-10-051-1/+1
* | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-046-32/+32
* | printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-041-0/+21
|/
* Merge git://git.denx.de/u-boot-usbTom Rini2017-10-013-22/+41
|\
| * usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()Bin Meng2017-10-011-1/+1
| * usb: hub: Clear BH reset status change for a 3.0 hubBin Meng2017-10-011-0/+6
| * usb: hub: Clear port reset before usb_hub_port_connect_change()Bin Meng2017-10-011-5/+5
| * usb: Read device descriptor after device is addressed for xHCIBin Meng2017-10-011-0/+11
| * usb: Only get 64 bytes device descriptor for full speed devicesBin Meng2017-10-011-14/+15
| * usb: Handle audio extension endpoint descriptor in usb_parse_config()Bin Meng2017-10-011-2/+3
* | TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default valueTom Rini2017-09-291-0/+1
* | spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()Seung-Woo Kim2017-09-291-2/+3
|/
* dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabledBin Meng2017-09-271-2/+17
* usb: storage: Refactor to use max_xfer_blk from struct us_dataBin Meng2017-09-271-19/+30
* spl: Fix compiling warning on gunzip argumentYork Sun2017-09-221-1/+4
* spl: stash bootstage info before jump to next stageKever Yang2017-09-221-7/+7
* bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPLPhilipp Tomsich2017-09-181-1/+1
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-09-173-12/+13
|\
| * bootstage: Provide a separate record count setting for SPLSimon Glass2017-09-162-3/+10
| * bootstage: Drop unused optionsSimon Glass2017-09-162-10/+1
| * board_f: Drop the timer after relocationSimon Glass2017-09-161-0/+3
* | fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2017-09-152-8/+180
* | fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou2017-09-151-4/+7
* | fit: Allow multiple images per propertyPantelis Antoniou2017-09-151-3/+15
* | fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou2017-09-151-0/+31
|/
* spl: add newline in debug outputAnatolij Gustschin2017-09-131-2/+2
* image: Add TI PMMC image typeAndrew F. Davis2017-09-121-0/+1
* spl: fit: Add booting OS firstYork Sun2017-09-111-19/+41
* spl: fit: Support both external and embedded dataYork Sun2017-09-111-19/+33
* spl: fit: Eanble GZIP support for image decompressionYork Sun2017-09-111-2/+30
* spl: typo fix for SPL_ATF_SUPPORT descriptionKever Yang2017-09-071-1/+1
* splash_source: Verify FIT magicNiko Mauno2017-09-041-0/+5
* Revert "Merge git://git.denx.de/u-boot-video"Tom Rini2017-09-011-5/+0
* Merge git://git.denx.de/u-boot-videoTom Rini2017-09-011-0/+5
|\
| * splash_source: Verify FIT magicNiko Mauno2017-08-291-0/+5
* | Merge git://git.denx.de/u-boot-imxTom Rini2017-09-014-1/+45
|\ \
| * | spl: do not repeat timer init on i.MX6Anatolij Gustschin2017-08-291-1/+1
| * | spl: add serial download protocol (SDP) supportStefan Agner2017-08-233-0/+44
| |/