summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* | spl: atf: drop the SPL_ATF_TEXT_BASE configuration itemPhilipp Tomsich2017-11-261-6/+0
* | spl: rename config item SPL_ATF_SUPPORT to SPL_ATFPhilipp Tomsich2017-11-262-2/+2
* | spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich2017-11-262-13/+82
* | spl: fit: implement recording of loadables into /fit-imagesPhilipp Tomsich2017-11-261-14/+81
* | spl: fit: implement fdt_record_loadablePhilipp Tomsich2017-11-261-0/+39
* | spl: fit: simplify logic for FDT loading for non-OS bootsPhilipp Tomsich2017-11-261-30/+56
* | image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted FirmwarePhilipp Tomsich2017-11-261-0/+1
|/
* thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas2017-11-211-0/+8
* malloc: don't compare pointers to 0Heinrich Schuchardt2017-11-201-5/+9
* Merge git://git.denx.de/u-boot-dmTom Rini2017-11-191-1/+1
|\
| * SPL: fix printing of image nameAndré Draszik2017-11-161-1/+1
* | Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMANDTom Rini2017-11-171-0/+17
|/
* 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