aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-01-03spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich2-3/+27
2017-12-24common: Fix-up MAC addr in dts by fetching env variable seriallyPrabhakar Kushwaha1-4/+21
2017-12-18common: image.c: Fix CACHE: Misaligned operation outputHeiko Schocher1-1/+2
2017-12-18Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microb...Tom Rini2-5/+3
2017-12-14Merge git://git.denx.de/u-boot-dmTom Rini2-6/+29
2017-12-14fpga: allow programming fpga from FIT image for all FPGA driversGoldschmidt Simon2-5/+3
2017-12-12binman: Add binman support to spl_ram.cSimon Glass1-4/+15
2017-12-12binman: Add binman symbol support to SPLSimon Glass1-2/+14
2017-12-12SPL: Add FIT data-position property supportPeng Fan2-2/+34
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