summaryrefslogtreecommitdiff
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-266-218/+1
* ARM: kirkwood: add db-88f6281-bp boardChris Packham2019-04-266-0/+174
* arm: kirkwood: lsxl: add note about sata in READMEMichael Walle2019-04-261-0/+10
* arm: mvebu: turris_omnia: fix eeprom/mcu device namesPierre Bourdon2019-04-261-2/+2
* Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-241-0/+46
|\
| * sandbox: Move pre-console buffer out of the way of tracingSimon Glass2019-04-231-0/+3
| * sandbox: Improve debugging in initcall_run_list()Simon Glass2019-04-231-0/+43
* | Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-bootTom Rini2019-04-241-2/+21
|\ \
| * | board: stm32f746-disco: Get MII/RMII phy_mode from DTPatrice Chotard2019-04-231-2/+21
* | | Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini2019-04-2418-7/+531
|\ \ \
| * | | board: amlogic-q200: fix Khadas VIM2 READMENeil Armstrong2019-04-231-2/+2
| * | | boards: meson: add g12a u200Jerome Brunet2019-04-234-0/+161
| * | | regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong2019-04-231-1/+1
| * | | boards: Amlogic: Add support for Libretech-ACNeil Armstrong2019-04-102-0/+104
| * | | ARM: board: meson: add p201 boardMohammad Rasim2019-04-104-0/+156
| * | | ARM: board: meson: add p200 boardMohammad Rasim2019-04-102-0/+104
| * | | ARM: board: meson: rename odroid-c2 to p200Mohammad Rasim2019-04-105-4/+3
* | | | ARM: da850evm: Remove legacy MMC codeAdam Ford2019-04-231-19/+0
* | | | Merge tag 'u-boot-atmel-2019.07-b' of git://git.denx.de/u-boot-atmelTom Rini2019-04-224-0/+220
|\ \ \ \ | |_|_|/ |/| | |
| * | | board: atmel: add SAMA5D2 ICP boardEugen Hristev2019-04-184-0/+220
* | | | stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay2019-04-211-0/+56
* | | | stm32mp1: migrate USBOTG device to driver modelPatrick Delaunay2019-04-211-154/+11
| |_|/ |/| |
* | | Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arcTom Rini2019-04-182-64/+6
|\ \ \
| * | | ARC: [plat-axs10x]: migrate to DM_MMCEugeniy Paltsev2019-04-181-29/+0
| * | | ARC: [plat-hsdk]: migrate to DM_MMCEugeniy Paltsev2019-04-181-35/+6
* | | | arm: am57xx: cl-som-am57x: remove board supportUri Mashiach2019-04-177-672/+0
* | | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-04-173-145/+0
|\ \ \ \
| * | | | sunxi: update SATA driver to always use DM_SCSIAndre Przywara2019-04-172-138/+0
| * | | | board: sunxi: Add R40 sata compatibleJagan Teki2019-04-171-0/+1
| * | | | board: sunxi: gmac: Remove Ethernet clock and resetJagan Teki2019-04-161-8/+0
| | |/ / | |/| |
* | | | Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblazeTom Rini2019-04-172-7/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | arm64: zynqmp: Add idcode for new RFSoC silicon ZU39DRSiva Durga Prasad Paladugu2019-04-161-0/+4
| * | | ARM: zynq: Check zynq aes & rsa command parameters countT Karthik Reddy2019-04-161-1/+8
| * | | arm64: zynqmp: Use zynqmp_mmio_read/write functionsT Karthik Reddy2019-04-161-6/+10
| |/ /
* | | Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini2019-04-1536-2152/+1064
|\ \ \ | |/ / |/| |
| * | imx: aristainetos: fix build breakageAnatolij Gustschin2019-04-131-1/+1
| * | tdx-cfg-block: fix off by one issueMarcel Ziswiler2019-04-131-1/+1
| * | toradex: common: unify behaviour when config block is missingBhuvanchandra DV2019-04-131-16/+18
| * | toradex: configblock: add an -y parameter to 'cfgblock create’Dominik Sliwa2019-04-131-13/+26
| * | colibri_vf: use leveling evaluated by DDR validation toolsStefan Agner2019-04-131-0/+7
| * | colibri_vf: adjust timing according to data sheetStefan Agner2019-04-131-3/+9
| * | colibri_vf: sync the board info messageBhuvanchandra DV2019-04-131-2/+2
| * | colibri_vf: migrate fec, esdhc, nfc and usb to driver modelMarcel Ziswiler2019-04-131-81/+1
| * | colibri_vf: migrate pinctrl and regulators to dtb/dmMarcel Ziswiler2019-04-131-128/+11
| * | ARM: dts: colibri_vf: update device treesMarcel Ziswiler2019-04-131-1/+3
| * | Add missing space in commentMarcel Ziswiler2019-04-131-1/+1
| * | imx6: wandboard: convert to DM_MMCAnatolij Gustschin2019-04-132-97/+92
| * | imx6: wandboard: convert to DM_I2CAnatolij Gustschin2019-04-131-5/+18
| * | imx6: wandboard: convert to DM_PMICAnatolij Gustschin2019-04-131-16/+22
| * | imx6: wandboard: convert to DM_GPIO and enable pinctrl driverAnatolij Gustschin2019-04-131-0/+12