summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* misc: stm32: Add STM32MP1 supportPatrick Delaunay2018-07-201-0/+1
* dts: import stm32mp1 device tree from linux kernelPatrick Delaunay2018-07-204-314/+342
* env: Include bootdelay in environment if negativeAlex Kiernan2018-07-201-1/+1
* drivers: rtc: resolve year 2038 problem in rtc_to_tmHeinrich Schuchardt2018-07-191-3/+13
* board/BuR/brppt1: convert brppt1 boards to driver modelHannes Schmelzer2018-07-192-34/+29
* board/BuR/brppt1: implement more flexible boot processHannes Schmelzer2018-07-191-78/+67
* board/BuR/brppt1: drop dead code (CONFIG_SPL_OS_BOOT)Hannes Schmelzer2018-07-191-14/+0
* board/BuR/brppt1: drop LCD-supportHannes Schmelzer2018-07-191-5/+0
* board/BuR: drop devicetree loading and lcd setup for linux-targetsHannes Schmelzer2018-07-191-1/+0
* dm: SMEM (Shared memory) uclassRamon Fried2018-07-192-0/+92
* ARM: qemu-arm: enable RTCHeinrich Schuchardt2018-07-191-0/+3
* power: regulator: stpmu1: add power off delayChristophe Kerello2018-07-191-0/+1
* boards: amlogic: Add FriendlyElec NanoPi K2 board supportThomas McKahan2018-07-191-0/+18
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-1/+1
* cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky2018-07-191-1/+1
* test: Add ut_assertnull macroRamon Fried2018-07-191-0/+12
* arm64: zynqmp: Setup ENV_SIZE via Kconfig for mini targetsMichal Simek2018-07-194-4/+0
* arm64: zynqmp: Add QSPI flash mini u-boot configurationSiva Durga Prasad Paladugu2018-07-191-0/+21
* arm: zynq: Setup ENV_SIZE via KconfigMichal Simek2018-07-191-2/+0
* env: Added support to save env to spi through KconfigVipul Kumar2018-07-193-19/+0
* arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .hSiva Durga Prasad Paladugu2018-07-191-3/+0
* lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu2018-07-191-7/+9
* microblaze: Remove XILINX_SPI_FLASH_BASEADDR logicMichal Simek2018-07-191-7/+0
* microblaze: Convert generic platform to DM gpioMichal Simek2018-07-191-5/+0
* microblaze: Delete Xilinx watchdog related macrosShreenidhi Shedi2018-07-191-10/+0
* microblaze: Cosmetic changes in Microblaze related filesShreenidhi Shedi2018-07-191-1/+1
* arm64: zcu100: Enable USB host ether and ASIX via defconfigMichal Simek2018-07-191-3/+0
* xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu2018-07-193-0/+41
* hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board filesMichal Simek2018-07-194-5/+0
* common: command: Handle USAGE failure separatelyMichal Simek2018-07-191-1/+3
* sunxi: DT: update device tree files for Allwinner H3 and H5 SoCsAndre Przywara2018-07-162-0/+32
* sunxi: DT: A64: update device tree file for Allwinner A64 SoCAndre Przywara2018-07-162-0/+112
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-07-131-0/+222
|\
| * arm: socfpga: stratix10: Enable Stratix10 SoC buildLey Foon Tan2018-07-121-0/+222
* | imx_lpi2c: Update lpi2c driver to support imx8Ye Li2018-07-121-0/+519
|/
* mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan2018-07-101-1/+2
* cmd: Kconfig: Move CONFIG_MP to KconfigSiva Durga Prasad Paladugu2018-07-1031-37/+0
* omap3_logic: Change console from ttyO0 to ttyS0Adam Ford2018-07-101-1/+1
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-103-0/+213
* configs: Remove empty #ifdef/#ifndef blocks from configsAlex Kiernan2018-07-1018-59/+0
* Merge git://git.denx.de/u-boot-dmTom Rini2018-07-109-7/+171
|\
| * dm: core: Add a function to decode a memory regionSimon Glass2018-07-091-0/+45
| * dm: core: Update of_read_fmap_entry() for livetreeSimon Glass2018-07-091-4/+2
| * dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass2018-07-091-1/+1
| * dm: core: Add a way to bind a device by ofnodeSimon Glass2018-07-091-0/+4
| * log: Add a way to log a return value with a messageSimon Glass2018-07-091-0/+8
| * dm: core: Add a way to find an ofnode by compatible stringSimon Glass2018-07-091-0/+11
| * dm: core: Add comments to ofnode_read_resource() functoinsSimon Glass2018-07-091-0/+23
| * dm: core: Fix a few ofnode function commentsSimon Glass2018-07-091-1/+3
| * dm: core: Add ofnode function to read a 64-bit intSimon Glass2018-07-092-0/+26