summaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2019-10-15Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini7-88/+84
2019-10-14Merge tag 'u-boot-imx-20191014' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini13-465/+267
2019-10-14imx: imx8mm_evk: add board_mmc_get_env_devPeng Fan1-0/+5
2019-10-14mx7ulp_evk: Use imx_ddr_size()Fabio Estevam1-1/+1
2019-10-14board: Add STM32F769 SoC, discovery board supportYannick Fertré1-0/+1
2019-10-13colibri_imx7: provide proper node name to pmic_getIgor Opaniuk1-2/+2
2019-10-13imx: tpc70: Convert TPC70 (imx6q) board to use DM/DTS in SPL and u-bootLukasz Majewski2-292/+6
2019-10-13imx: tpc70: led: Enable LED default stateLukasz Majewski1-0/+4
2019-10-13imx: tpc70: cosmetic: Replace magic numbers when setting ENET clockLukasz Majewski1-1/+2
2019-10-13imx: tpc70: Add board_boot_order() to distinguish between eMMC and SD bootLukasz Majewski1-0/+20
2019-10-13ARM: imx6q_logic: Remove legacy pinmuxing code from board file.Adam Ford1-85/+0
2019-10-13board: tbs2910: Convert eth to driver modelSoeren Moch1-75/+0
2019-10-13board: tbs2910: Convert pci to driver modelSoeren Moch1-17/+0
2019-10-13Add i.MX7D based Meerkat96 board supportShawn Guo6-0/+235
2019-10-12Merge branch '2019-10-11-master-imports'Tom Rini1-7/+0
2019-10-12sandbox: Remove sandbox_noblk buildTom Rini1-7/+0
2019-10-11board: ti: am335x-ice: Configure the CDCE913 clock synthesizerTero Kristo1-0/+4
2019-10-11board: ti: am43xx-idk: Configure the CDCE913 clock synthesizerTero Kristo1-0/+5
2019-10-11board: ti: am57xx-idk: Configure the CDCE913 clock synthesizerTero Kristo1-0/+5
2019-10-11board: am65x: Print board name and version during bootLokesh Vutla1-1/+14
2019-10-11am335x, guardian: update guardian boardMoses Christopher2-21/+64
2019-10-11board: j721e: Add READMELokesh Vutla1-0/+227
2019-10-11board: ti: am65x: Add UART boot procedure in READMEAndreas Dannenberg1-0/+32
2019-10-09ARM: socfpga: vining_fpga: Extract eth1 MAC from EEPROMMarek Vasut1-0/+2
2019-10-09ARM: socfpga: vining_fpga: Update generated headersMarek Vasut4-88/+82
2019-10-09ARM: socfpga: vining_fpga: Rename VINING|FPGAMarek Vasut7-0/+0
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini14-24/+1399
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini62-581/+3550
2019-10-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2-2/+2
2019-10-08ARM: imx6q_logic: Fix MMC2 bootingAdam Ford1-0/+29
2019-10-08pico-imx7d: Remove dead code for dm_videoJoris Offouga1-12/+0
2019-10-08pico-imx7d: fix splash logo drawingJoris Offouga1-13/+0
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic17-17/+17
2019-10-08ARM: imx6q_logic: Enable DM_SERIALAdam Ford1-0/+3
2019-10-08ARM: imx6qlogic: Cleanup board_init_fAdam Ford1-6/+0
2019-10-08mx6ulevk: Include SDP boot instructions in READMEBreno Matheus Lima1-0/+50
2019-10-08imx8mq: Update the ddrc QoS setting for B1 chipBai Ping1-6/+10
2019-10-08imx: initialize fec only when enabledParthiban Nallathambi1-0/+2
2019-10-08imx: remove board specific boot order from splParthiban Nallathambi1-25/+0
2019-10-08imx: pcl063: add nand boot supportParthiban Nallathambi1-0/+3
2019-10-08imx8: update READMEPeng Fan2-2/+0
2019-10-08imx: Add i.MX8MM EVK board support.Peng Fan7-0/+2205
2019-10-08imx: mx6ul_14x14_evk: fix link issueAnatolij Gustschin1-17/+2
2019-10-08mx28evk: README: Fix location for the generic mxs READMEFabio Estevam1-2/+2
2019-10-08imx: wandboard: convert FEC support to DM_ETHAnatolij Gustschin1-22/+1
2019-10-08imx: Rewrite display5 get_board_id() function to use dm_gpio_* APILukasz Majewski1-32/+21
2019-10-08imx: Convert emergency pad of display5 to use dm_gpio* functionsLukasz Majewski1-5/+7
2019-10-08ARM: display5: Remove common.c file (after DM/DTS U-Boot proper conversion)Lukasz Majewski4-90/+76
2019-10-08ARM: display5: Remove UART initialization code after DM/DTS conversion (non-c...Lukasz Majewski3-16/+0
2019-10-08DM: SPI: Convert display5 to use SPI with DM/DTS (but no in SPL)Lukasz Majewski3-44/+12