summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Tom Rini2020-07-06156-14331/+1301
|\
| * riscv: Add Sipeed Maix supportSean Anderson2020-07-014-0/+104
| * ti814x: Remove platformTom Rini2020-06-306-316/+0
| * am335x: Update list of defconfigsTom Rini2020-06-301-2/+0
| * colibri_pxa270: add mmc platform dataMarcel Ziswiler2020-06-301-5/+15
| * spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-2/+2
| * arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HABTom Rini2020-06-263-3/+3
| * Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-2539-2279/+1213
| |\
| | * xilinx: zynqmp: Enable pmufw config reloadingMichal Simek2020-06-251-0/+20
| | * arm64: zynqmp: Print multiboot reg in decimalMichal Simek2020-06-251-1/+1
| | * topic: zynqmp: Add support for zynqmp-xilinx-xdp platformMike Looijmans2020-06-241-0/+1038
| | * board: zynqmp: Fix for wrong AMS setting by ROMMike Looijmans2020-06-241-0/+6
| | * board: topic-miami: Set FCLK1 to 150MHzMike Looijmans2020-06-242-2/+2
| | * fpga: zynqpl: Add zynq aes load & loadp commandsT Karthik Reddy2020-06-241-12/+35
| | * fpga: zynqpl: Correct PL bitstream loading sequence for zynqaesSiva Durga Prasad Paladugu2020-06-241-2/+5
| * | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini2020-06-19134-14868/+1
| |\ \
| | * | powerpc: Remove TWR-P1025_defconfig boardJagan Teki2020-06-187-478/+0
| | * | powerpc: Remove T4160QDS_NAND_defconfig boardJagan Teki2020-06-1818-2775/+0
| | * | powerpc: Remove T1040QDS_DDR4_defconfig boardJagan Teki2020-06-1816-1657/+0
| | * | powerpc: Remove T1024QDS_DDR4_SECURE_BOOT_defconfig boardJagan Teki2020-06-1817-1967/+0
| | * | powerpc: Remove P1022DS_36BIT_NAND_defconfig boardJagan Teki2020-06-1811-1342/+0
| | * | powerpc: Remove configs/MPC8536DS_36BIT_defconfig boardJagan Teki2020-06-188-599/+0
| | * | powerpc: Remove configs/C29XPCIE_NAND_defconfig boardJagan Teki2020-06-1812-831/+0
| | * | powerpc: Remove configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig boardJagan Teki2020-06-189-1069/+0
| | * | powerpc: Remove configs/BSC9131RDB_NAND_SYSCLK100_defconfig boardJagan Teki2020-06-189-629/+0
| | * | powerpc: Remove configs/B4420QDS_NAND_defconfig boardJagan Teki2020-06-1815-2517/+0
| * | | Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-vid...Tom Rini2020-06-182-1/+6
| |\ \ \
| | * | | imx: convert cgtqmx6eval board to DM_VIDEOAnatolij Gustschin2020-06-181-0/+5
| | * | | nitrogen6x: update video console nameAnatolij Gustschin2020-06-181-1/+1
| * | | | Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-06-189-121/+63
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | omap5: uevm: convert to device modelTero Kristo2020-06-161-68/+10
| | * | | omap4: sdp: convert to device modelPeter Ujfalusi2020-06-161-0/+12
| | * | | omap4: panda: convert to device modelTero Kristo2020-06-161-38/+12
| | * | | board: ti: am654: Disable SA2UL node for HS devicesAndrew F. Davis2020-06-161-3/+3
| | * | | board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs memberTom Rini2020-06-161-1/+0
| | * | | board: ti: common: Fix pointer-bool-conversion warningsTom Rini2020-06-161-7/+7
| | * | | Nokia RX-51: Fix checking if serial console was enabledPali Rohár2020-06-131-1/+1
| | * | | mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas2020-06-131-0/+12
| | * | | board: ti: use positive logic to detect idk boardsLuca Ceresoli2020-06-131-1/+5
| | * | | board: ti: am57xx: use GPIO_TO_PIN() to define GPIO numberLuca Ceresoli2020-06-131-2/+1
| * | | | Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini2020-06-133-29/+54
| |\| | |
| * | | | board: tbs2910: add documentationDenis 'GNUtoo' Carikli2020-06-121-0/+1
* | | | | riscv: sifive: fu540: enable all cache ways from U-Boot properPragnesh Patel2020-07-031-1/+9
* | | | | riscv: sifive: fu540: Add gpio-restart supportBin Meng2020-07-031-0/+2
| |_|_|/ |/| | |
* | | | mx6cuboxi: remove unused codeWalter Lozano2020-06-231-65/+0
* | | | mx6cuboxi: customize board_boot_order to access eMMCWalter Lozano2020-06-231-0/+48
* | | | imx: imx8qm_rom7720_a1: update READMEOliver Graute2020-06-221-0/+11
* | | | ARM: imx6: Fetch MAC address in board_init_late() on DH iMX6 PDK2Marek Vasut2020-06-221-2/+2
* | | | arm: wandboard: move CONFIG_MXC_UART to defconfigHeinrich Schuchardt2020-06-221-0/+10
* | | | Fix MMC access on SabreliteMartyn Welch2020-06-221-72/+0