aboutsummaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | | | mx6cuboxi: Convert to DM_ETHFabio Estevam2020-06-221-117/+17
* | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-tegraTom Rini2020-06-191-1/+1
|\ \ \ \
| * | | | colibri_t20: change maintainerIgor Opaniuk2020-06-181-1/+1
| | |_|/ | |/| |
* | | | board: amlogic: add board doc files to MAINTAINERSNeil Armstrong2020-06-189-0/+17
* | | | board: amlogic: move boards doc into doc/board/amlogicNeil Armstrong2020-06-1818-2005/+0
|/ / /
* | | trivial: Fix booot occurencesMichal Simek2020-06-151-1/+1
* | | arm: Remove pcm051 boardJagan Teki2020-06-116-442/+0
* | | arm: Remove omap3_pandora_defconfig boardJagan Teki2020-06-115-561/+0
| |/ |/|
* | Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-093-29/+54
|\ \ | |/ |/|
| * ARM: imx: m53menlo: Do not fail boot on invalid splash screenMarek Vasut2020-06-081-5/+9
| * imx8mp_evk: spl: no need the code since spl framework could do thatPeng Fan2020-06-081-5/+1
| * imx8mp_evk: spl: use spl_early_initPeng Fan2020-06-081-6/+6
| * imx8mp_evk: spl: drop timer_initPeng Fan2020-06-081-2/+0
| * imx8mp_evk: spl: drop useless codePeng Fan2020-06-081-14/+0
| * imx8mp_evk: Add a README fileFabio Estevam2020-06-081-0/+41
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2020-06-0813-1/+28
|\ \
| * | board/freescale: add the DM_ETH changes for the PPC DPAA platformsMadalin Bucur2020-06-0313-1/+28
* | | rockchip: puma: drop special handling of usb host regulatorHeiko Stuebner2020-06-071-67/+0