aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-12-07log: Plumb logging into the init sequenceSimon Glass3-1/+7
2017-12-07log: Add a test commandSimon Glass1-0/+10
2017-12-07log: Add a console driverSimon Glass3-0/+44
2017-12-07log: Add an implementation of loggingSimon Glass3-0/+301
2017-12-07Drop the log bufferSimon Glass4-56/+2
2017-12-07usb: Correct use of debug()Simon Glass1-3/+1
2017-12-07Revert "sandbox: Drop special case console code for sandbox"Simon Glass1-0/+7
2017-11-29common: command: tempory buffer should have size of command line bufHeinrich Schuchardt1-1/+1
2017-11-28Merge git://git.denx.de/u-boot-usbTom Rini1-2/+2
2017-11-27spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabledTom Rini1-1/+0
2017-11-26usb: hub: identify the hub-device to usb_hub_reset_devicesPhilipp Tomsich1-2/+2
2017-11-26spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich2-3/+33
2017-11-26spl: atf: drop the SPL_ATF_TEXT_BASE configuration itemPhilipp Tomsich1-6/+0
2017-11-26spl: rename config item SPL_ATF_SUPPORT to SPL_ATFPhilipp Tomsich2-2/+2
2017-11-26spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich2-13/+82
2017-11-26spl: fit: implement recording of loadables into /fit-imagesPhilipp Tomsich1-14/+81
2017-11-26spl: fit: implement fdt_record_loadablePhilipp Tomsich1-0/+39
2017-11-26spl: fit: simplify logic for FDT loading for non-OS bootsPhilipp Tomsich1-30/+56
2017-11-26image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted FirmwarePhilipp Tomsich1-0/+1
2017-11-21thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas1-0/+8
2017-11-20malloc: don't compare pointers to 0Heinrich Schuchardt1-5/+9
2017-11-19Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2017-11-17Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMANDTom Rini1-0/+17
2017-11-16SPL: fix printing of image nameAndré Draszik1-1/+1
2017-11-12Revert "console: simplify puts()"Soeren Moch1-2/+42
2017-11-07spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchipKever Yang1-1/+2
2017-11-06image-sig: use designated initializers for algorithmMasahiro Yamada1-22/+22
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-1/+2
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