summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* board_r: remove superfluous #ifdef CONFIG_PRAMHeinrich Schuchardt2018-01-191-2/+0
* fix incorrect usage of DT node unit address in commentsAndre Przywara2018-01-152-9/+9
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-142-0/+11
|\
| * mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot2018-01-121-0/+9
| * common: do not compile common fastboot code when building the SPLJean-Jacques Hiblot2018-01-121-0/+2
* | riscv: Modify generic codes to support RISC-VRick Chen2018-01-122-3/+3
|/
* spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich2018-01-032-3/+27
* common: Fix-up MAC addr in dts by fetching env variable seriallyPrabhakar Kushwaha2017-12-241-4/+21
* common: image.c: Fix CACHE: Misaligned operation outputHeiko Schocher2017-12-181-1/+2
* Merge tag 'xilinx-for-v2018.01-rc2-v2' of git://www.denx.de/git/u-boot-microb...Tom Rini2017-12-182-5/+3
|\
| * fpga: allow programming fpga from FIT image for all FPGA driversGoldschmidt Simon2017-12-142-5/+3
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-12-142-6/+29
|\ \ | |/ |/|
| * binman: Add binman support to spl_ram.cSimon Glass2017-12-121-4/+15
| * binman: Add binman symbol support to SPLSimon Glass2017-12-121-2/+14
* | SPL: Add FIT data-position property supportPeng Fan2017-12-122-2/+34
|/
* log: Plumb logging into the init sequenceSimon Glass2017-12-073-1/+7
* log: Add a test commandSimon Glass2017-12-071-0/+10
* log: Add a console driverSimon Glass2017-12-073-0/+44
* log: Add an implementation of loggingSimon Glass2017-12-073-0/+301
* Drop the log bufferSimon Glass2017-12-074-56/+2
* usb: Correct use of debug()Simon Glass2017-12-071-3/+1
* Revert "sandbox: Drop special case console code for sandbox"Simon Glass2017-12-071-0/+7
* common: command: tempory buffer should have size of command line bufHeinrich Schuchardt2017-11-291-1/+1
* Merge git://git.denx.de/u-boot-usbTom Rini2017-11-281-2/+2
|\
| * usb: hub: identify the hub-device to usb_hub_reset_devicesPhilipp Tomsich2017-11-261-2/+2
* | spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabledTom Rini2017-11-271-1/+0
* | spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich2017-11-262-3/+33
* | 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