aboutsummaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini22-3/+23
2020-02-09board: ge: mx53ppd: use DM for uartIan Ray2-9/+0
2020-02-09board: ge: bx50v3: use DM for uartRobert Beckett1-24/+0
2020-02-09board: ge: mx53ppd: Use DM for ethernetRobert Beckett1-26/+0
2020-02-09board: ge: bx50v3: Enable DM PWM for backlightRobert Beckett1-65/+16
2020-02-09board: ge: mx53ppd: enable DM_VIDEOIan Ray4-89/+44
2020-02-09board: ge: bx50v3, imx53ppd: use DM I2CRobert Beckett8-167/+55
2020-02-09imx: mx6ul_14x14_evk: turn of backlight and LCD before booting OSAnatolij Gustschin1-0/+9
2020-02-09mx6sabresd: Convert PCI to driver modelAlifer Moraes1-11/+0
2020-02-09imx6: aristainetos: fix NAND detection with latest mainlineHeiko Schocher1-1/+1
2020-02-09warp7: Fix the pmic_get() parameter in the DM caseJoris Offouga1-1/+1
2020-02-09arm: xea: spl: Add GPIO0_0 setup on spl_board_initLukasz Majewski1-1/+16
2020-02-09arm: xea: Provide function to set L2 switch 'local-mac-address' propertyLukasz Majewski1-0/+32
2020-02-09mx6sxsabresd: Keep only one targetFabio Estevam2-237/+0
2020-02-09imx: imx8mm_evk: spelling in readme fileMarcel Ziswiler1-1/+1
2020-02-09board: toradex: verdin-imx8mm: add MAINTAINERSIgor Opaniuk1-0/+9
2020-02-09board: toradex: verdin-imx8mm: add READMEIgor Opaniuk1-0/+88
2020-02-09board: toradex: Add Verdin iMX8M Mini supportIgor Opaniuk6-0/+2160
2020-02-09toradex: tdx-cfg-block: add Verdin iMX8M Mini/Nano supportMarcel Ziswiler2-2/+23
2020-02-09toradex: tdx-cfg-block: add Apalis iMX8X supportMarcel Ziswiler2-2/+19
2020-02-07board: presidio-asic: Add basic G3 engr. development board supportAlex Nemirovsky5-0/+253
2020-02-07MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc.Alex Nemirovsky1-0/+6
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass18-0/+18
2020-02-05dm: core: Require users of devres to include the headerSimon Glass2-0/+2
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass2-2/+2
2020-02-04board: ls1012ardb: do not use imply CONFIG_Heinrich Schuchardt1-2/+2
2020-02-04dm: arm: ls1021a: add i2c DM supportBiwen Li5-7/+264
2020-02-04dm: arm64: ls1012a: add i2c DM supportBiwen Li3-26/+177
2020-02-04board: fsl: lx2160a: Add support to reset to eMMCMeenakshi Aggarwal2-0/+6
2020-01-30MAINTAINERS: board: hisi: poplar: update emailJorge Ramirez-Ortiz1-1/+1
2020-01-30MAINTAINERS: board: qcom: db820c: update emailJorge Ramirez-Ortiz1-1/+1
2020-01-30Consistently use nproc for counting the CPUsHeinrich Schuchardt1-1/+1
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini3-7/+35
2020-01-28arm: exynos: Read default MMC device from XOM[7:5] pinsMarek Szyprowski1-0/+28
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+10
2020-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini7-40/+22
2020-01-25meerkat96: fix typo in MAINTAINERS email addressShawn Guo1-1/+1
2020-01-25ARM: Mediatek: Add board_late_init to init usb gadget drivermingming lee1-0/+18
2020-01-24sunxi: Add Libre Computer ALL-H5-CC H5 boardChen-Yu Tsai1-0/+5
2020-01-24sunxi: Add Libre Computer ALL-H3-IT H5 boardChen-Yu Tsai1-0/+5
2020-01-24common: Move hang() to the same header as panic()Simon Glass33-0/+33
2020-01-24common: Move testdram() into init.hSimon Glass18-6/+24
2020-01-24common: Move RAM-sizing functions to init.hSimon Glass68-1/+70
2020-01-24common: Move reset_cpu() to the CPU headerSimon Glass56-0/+56
2020-01-24common: Move get_tbclk() to time.hSimon Glass2-2/+3
2020-01-24common: Move clock functions into a new fileSimon Glass28-2/+29
2020-01-24common: Move upmconfig() to ppc.hSimon Glass1-2/+2
2020-01-24common: Move device-tree setup functions to fdt_support.hSimon Glass35-0/+35
2020-01-24common: Move reset_phy() to net.hSimon Glass30-0/+30