summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2018-01-03spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich
2017-12-24common: Fix-up MAC addr in dts by fetching env variable seriallyPrabhakar Kushwaha
2017-12-18common: image.c: Fix CACHE: Misaligned operation outputHeiko Schocher
2017-12-18Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microb...Tom Rini
2017-12-14Merge git://git.denx.de/u-boot-dmTom Rini
2017-12-14fpga: allow programming fpga from FIT image for all FPGA driversGoldschmidt Simon
2017-12-12binman: Add binman support to spl_ram.cSimon Glass
2017-12-12binman: Add binman symbol support to SPLSimon Glass
2017-12-12SPL: Add FIT data-position property supportPeng Fan
2017-12-07log: Plumb logging into the init sequenceSimon Glass
2017-12-07log: Add a test commandSimon Glass
2017-12-07log: Add a console driverSimon Glass
2017-12-07log: Add an implementation of loggingSimon Glass
2017-12-07Drop the log bufferSimon Glass
2017-12-07usb: Correct use of debug()Simon Glass
2017-12-07Revert "sandbox: Drop special case console code for sandbox"Simon Glass
2017-11-29common: command: tempory buffer should have size of command line bufHeinrich Schuchardt
2017-11-28Merge git://git.denx.de/u-boot-usbTom Rini
2017-11-27spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabledTom Rini
2017-11-26usb: hub: identify the hub-device to usb_hub_reset_devicesPhilipp Tomsich
2017-11-26spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich
2017-11-26spl: atf: drop the SPL_ATF_TEXT_BASE configuration itemPhilipp Tomsich
2017-11-26spl: rename config item SPL_ATF_SUPPORT to SPL_ATFPhilipp Tomsich
2017-11-26spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich
2017-11-26spl: fit: implement recording of loadables into /fit-imagesPhilipp Tomsich
2017-11-26spl: fit: implement fdt_record_loadablePhilipp Tomsich
2017-11-26spl: fit: simplify logic for FDT loading for non-OS bootsPhilipp Tomsich
2017-11-26image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted FirmwarePhilipp Tomsich
2017-11-21thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas
2017-11-20malloc: don't compare pointers to 0Heinrich Schuchardt
2017-11-19Merge git://git.denx.de/u-boot-dmTom Rini
2017-11-17Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMANDTom Rini
2017-11-16SPL: fix printing of image nameAndré Draszik
2017-11-12Revert "console: simplify puts()"Soeren Moch
2017-11-07spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchipKever Yang
2017-11-06image-sig: use designated initializers for algorithmMasahiro Yamada
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard
2017-10-16common: Remove genimg_get_image()Tuomas Tynkkynen
2017-10-16Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen
2017-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-10-09spl: fix assignment of board info to global dataYork Sun
2017-10-05fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot
2017-10-05fit: fixed bug in locate_dtb_in_fit()Jean-Jacques Hiblot
2017-10-05fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()Jean-Jacques Hiblot
2017-10-05dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot
2017-10-05common: Drop LOGLEVEL to 4Tom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2017-10-01Merge git://git.denx.de/u-boot-usbTom Rini
2017-10-01usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()Bin Meng