aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-19test: Add ut_assertnull macroRamon Fried1-0/+12
2018-07-19Merge tag 'xilinx-for-v2018.09' of git://git.denx.de/u-boot-microblazeTom Rini122-339/+2229
2018-07-19arm: zynq: spl: fix FPGA initializationLuis Araneda1-0/+3
2018-07-19drivers: fpga: zynqpl: fix compilation with SPLLuis Araneda1-2/+2
2018-07-19spl: fit: display a message when an FPGA image is loadedLuis Araneda1-0/+1
2018-07-19arm64: zynqmp: Setup ENV_SIZE via Kconfig for mini targetsMichal Simek8-4/+4
2018-07-19arm64: zynqmp: Add QSPI flash mini u-boot configurationSiva Durga Prasad Paladugu4-0/+162
2018-07-19arm: zynq: Setup ENV_SIZE via KconfigMichal Simek4-2/+3
2018-07-19env: Added support to save env to spi through KconfigVipul Kumar5-19/+29
2018-07-19arm: zynq: Add parallel NOR flash mini u-boot configuration for zynqSiva Durga Prasad Paladugu3-0/+135
2018-07-19arm: zynq: Add Nand flash mini u-boot configuration for zynqSiva Durga Prasad Paladugu3-0/+128
2018-07-19arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .hSiva Durga Prasad Paladugu1-3/+0
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu31-38/+40
2018-07-19lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu2-2/+3
2018-07-19microblaze: Remove XILINX_SPI_FLASH_BASEADDR logicMichal Simek1-7/+0
2018-07-19watchdog: cadence: Do not stop wdt in probeMichal Simek1-2/+0
2018-07-19arm64: zynqmp: Added support of mmio read and write commandsVipul Kumar1-1/+47
2018-07-19xilinx: Enable led support for some boardsMichal Simek9-0/+18
2018-07-19watchdog: cdns: Add comment for expire_now functionMichal Simek1-0/+1
2018-07-19microblaze: Do not force saving variables to flashMichal Simek1-1/+0
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek8-56/+24
2018-07-19arm64: xilinx: Setup default number of chipselects for zcu100Michal Simek1-0/+2
2018-07-19microblaze: Enable watchdog via defconfigMichal Simek1-0/+2
2018-07-19watchdog: Convert Xilinx Axi watchdog driver to driver modelShreenidhi Shedi2-26/+93
2018-07-19microblaze: Support for watchdog_reset in initShreenidhi Shedi1-4/+43
2018-07-19microblaze: Delete Xilinx watchdog related macrosShreenidhi Shedi2-14/+0
2018-07-19microblaze: Cosmetic changes in Microblaze related filesShreenidhi Shedi3-44/+60
2018-07-19arm64: zynqmp: Changed zynqmp command to handle subcommands with U_BOOT_CMD_M...Vipul Kumar1-30/+35
2018-07-19gpio: xilinx: Convert driver to DMMichal Simek1-1/+264
2018-07-19sysreset: Add support for Microblaze soft reset jumpMichal Simek3-0/+37
2018-07-19sysreset: Add support for gpio-restartMichal Simek4-0/+69
2018-07-19arm: zynq: Try to enable the first watchdog via aliasesMichal Simek1-5/+9
2018-07-19arm64: zynqmp: Try to enable the first watchdog via aliasesMichal Simek1-5/+9
2018-07-19gpio: zynq: Setup bank_name to dev->nameMichal Simek1-0/+2
2018-07-19microblaze: Do not call timer init that earlyMichal Simek1-0/+4
2018-07-19gpio: zynq: Read of mach data in platdata with dev_get_driver_dataMichal Simek1-27/+2
2018-07-19gpio: dm: Support manual relocation for gpioMichal Simek1-0/+35
2018-07-19sysreset: dm: Support manual relocation for sysresetMichal Simek1-0/+16
2018-07-19gpio: zynq: Fix typo in one error messageMichal Simek1-1/+1
2018-07-19microblaze: Remove unused XILINX_BOARD_NAME macroMichal Simek1-2/+0
2018-07-19arm64: zynqmp: Sync defconfigs in connection to DEFINE_TCM_OCM_MMAPMichal Simek17-17/+0
2018-07-19watchdog: dm: Support manual relocation for watchdogsMichal Simek1-0/+23
2018-07-19watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIASMichal Simek1-1/+2
2018-07-19arm64: zcu100: Enable USB host ether and ASIX via defconfigMichal Simek2-3/+2
2018-07-19microblaze: Guard do_reset by CONFIG_SYSRESETMichal Simek1-0/+2
2018-07-19microblaze: Use default implementation from include/linux/io.hMichal Simek1-3/+0
2018-07-19xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu12-0/+834
2018-07-19serial: zynq: Use platdata for storing static data instead of privMichal Simek1-16/+16
2018-07-19usb_kdb: Get stdio_dev directly from sdev pointerMichal Simek1-2/+2
2018-07-19usb_kbd: Add support for watchdogMichal Simek1-1/+4