summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-01-29spl: include timezone in bannerKlaus Goger1-1/+1
2018-01-29flash: Fix spelling of "ERR_TIMOUT"Mario Six1-2/+2
2018-01-28Merge git://git.denx.de/u-boot-rockchipTom Rini1-1/+2
2018-01-28spl: add option to disable SPL banner outputAnatolij Gustschin2-0/+9
2018-01-28spl: use different BOARD_INIT MACRO for spl and tplKever Yang2-1/+8
2018-01-28spl: atf: pass NULL for bl32_ep pcKever Yang1-1/+2
2018-01-28common: board_r: Fix style violationsMario Six1-13/+14
2018-01-28common: board_f: Fix style violationsMario Six1-4/+4
2018-01-28Initialize SHA buffer size var in passwd_abortMartin Etnestad1-1/+1
2018-01-25Merge branch 'master' of git://git.denx.de/u-boot-coldfireTom Rini2-3/+2
2018-01-24common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFOAngelo Dureghello2-3/+2
2018-01-23crypto/fsl: Fix HW accelerated hash commandsBreno Lima1-1/+6
2018-01-23common: board_f: vid: Add VID specific API to adjust core voltageRajesh Bhagat1-0/+10
2018-01-19board_r: remove superfluous #ifdef CONFIG_PRAMHeinrich Schuchardt1-2/+0
2018-01-16fix incorrect usage of DT node unit address in commentsAndre Przywara2-9/+9
2018-01-15Merge git://git.denx.de/u-boot-mmcTom Rini2-0/+11
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen2-3/+3
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot1-0/+9
2018-01-12common: do not compile common fastboot code when building the SPLJean-Jacques Hiblot1-0/+2
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-13binman: Add binman support to spl_ram.cSimon Glass1-4/+15
2017-12-13binman: Add binman symbol support to SPLSimon Glass1-2/+14
2017-12-13SPL: 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-30common: 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-28spl: 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-21malloc: don't compare pointers to 0Heinrich Schuchardt1-5/+9
2017-11-20Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1