summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-19microblaze: Do not force saving variables to flashMichal Simek
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek
2018-07-19arm64: xilinx: Setup default number of chipselects for zcu100Michal Simek
2018-07-19microblaze: Enable watchdog via defconfigMichal Simek
2018-07-19watchdog: Convert Xilinx Axi watchdog driver to driver modelShreenidhi Shedi
2018-07-19microblaze: Support for watchdog_reset in initShreenidhi Shedi
2018-07-19microblaze: Delete Xilinx watchdog related macrosShreenidhi Shedi
2018-07-19microblaze: Cosmetic changes in Microblaze related filesShreenidhi Shedi
2018-07-19arm64: zynqmp: Changed zynqmp command to handle subcommands with U_BOOT_CMD_M...Vipul Kumar
2018-07-19gpio: xilinx: Convert driver to DMMichal Simek
2018-07-19sysreset: Add support for Microblaze soft reset jumpMichal Simek
2018-07-19sysreset: Add support for gpio-restartMichal Simek
2018-07-19arm: zynq: Try to enable the first watchdog via aliasesMichal Simek
2018-07-19arm64: zynqmp: Try to enable the first watchdog via aliasesMichal Simek
2018-07-19gpio: zynq: Setup bank_name to dev->nameMichal Simek
2018-07-19microblaze: Do not call timer init that earlyMichal Simek
2018-07-19gpio: zynq: Read of mach data in platdata with dev_get_driver_dataMichal Simek
2018-07-19gpio: dm: Support manual relocation for gpioMichal Simek
2018-07-19sysreset: dm: Support manual relocation for sysresetMichal Simek
2018-07-19gpio: zynq: Fix typo in one error messageMichal Simek
2018-07-19microblaze: Remove unused XILINX_BOARD_NAME macroMichal Simek
2018-07-19arm64: zynqmp: Sync defconfigs in connection to DEFINE_TCM_OCM_MMAPMichal Simek
2018-07-19watchdog: dm: Support manual relocation for watchdogsMichal Simek
2018-07-19watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIASMichal Simek
2018-07-19arm64: zcu100: Enable USB host ether and ASIX via defconfigMichal Simek
2018-07-19microblaze: Guard do_reset by CONFIG_SYSRESETMichal Simek
2018-07-19microblaze: Use default implementation from include/linux/io.hMichal Simek
2018-07-19xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu
2018-07-19serial: zynq: Use platdata for storing static data instead of privMichal Simek
2018-07-19usb_kdb: Get stdio_dev directly from sdev pointerMichal Simek
2018-07-19usb_kbd: Add support for watchdogMichal Simek
2018-07-19clk: zynqmp: Fixed the same if/else part error reported by coverityVipul Kumar
2018-07-19arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variableLuca Ceresoli
2018-07-19hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board filesMichal Simek
2018-07-19common: command: Handle USAGE failure separatelyMichal Simek
2018-07-19common: command: Use command_ret_t enum values instead of valuesMichal Simek
2018-07-19arm64: zynqmp: Enable usb mass storage command and functionalityMichal Simek
2018-07-19gpio: zynq: Use live-tree functionMichal Simek
2018-07-17Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2018-07-17sunxi: Enable eMMC on Libre Computer Board ALL-H3-CC boardsChen-Yu Tsai
2018-07-16Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-07-16sf: add paired dev info for winbond w25q16jvLudwig Zenz
2018-07-16sf: add Macronix mx25l1633e entryLudwig Zenz
2018-07-16sf: add Gigadevice gd25q16c entryLudwig Zenz
2018-07-16spi_flash: add a bunch of winbond flashes to id-tableHannes Schmelzer
2018-07-16zynqmp: zcu102: Add qspi driver support for ZynqMP zcu102 boardsSiva Durga Prasad Paladugu
2018-07-16spi: zynqmp_gqspi: Add support for ZynqMP qspi driverSiva Durga Prasad Paladugu
2018-07-16spi: xilinx_spi: convert to livetreeVipul Kumar
2018-07-16spi: xilinx_spi: Added support to read JEDEC-id twice at the boot timeVipul Kumar
2018-07-16spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() functionVipul Kumar