summaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2020-01-25ARM: Mediatek: Add board_late_init to init usb gadget drivermingming lee1-0/+18
2020-01-23arm/km: remove unmaintained board kmsuv31Holger Brunck1-1/+0
2020-01-23arm/km: remove unmaintained board SUGP1Holger Brunck3-28/+0
2020-01-23arm/km: add support for SUSE2Holger Brunck3-2/+26
2020-01-23km/scripts: product env and auto-reset for ramfsHolger Brunck2-4/+6
2020-01-23km/scripts: fix run ramfs and COGE5 tftppath problemHolger Brunck2-5/+7
2020-01-23km/common: fix for CPUWD reset reasonRainer Boschung1-4/+3
2020-01-23KM/kmp204x: qrio and i2c deblock code moved to commonHolger Brunck6-86/+131
2020-01-23kmp204x: do not make FPGA config error fail board_early_init_rHolger Brunck1-1/+1
2020-01-23bcm968360bg: add initial supportPhilippe Reynes4-0/+87
2020-01-23board: Add new Samsung "stemmy" board based on ST-Ericsson U8500Stephan Gerhold5-0/+87
2020-01-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini4-2/+195
2020-01-21ARM: mvebu: clearfog: add Clearfog Base serdes configurationBaruch Siach1-0/+6
2020-01-21ARM: mvebu: clearfog: add Clearfog GTR supportBaruch Siach1-0/+8
2020-01-21ARM: mvebu: clearfog: run-time selection of DT fileBaruch Siach1-0/+14
2020-01-21ARM: mvebu: clearfog: print TLV stored product nameBaruch Siach1-1/+10
2020-01-21ARM: mvebu: clearfog: read basic TLV dataBaruch Siach4-0/+153
2020-01-21Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini15-54/+288
2020-01-21arm: mvebu: clearfog: enable both DDR clocksBaruch Siach1-1/+4
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini9-215/+718
2020-01-20Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians...Tom Rini7-20/+25
2020-01-20colibri-imx8x: Remove unused function detail_board_ddr_info()Alifer Moraes1-5/+0
2020-01-20apalis-imx8: Remove unused function detail_board_ddr_info()Alifer Moraes1-5/+0
2020-01-20imx8qxp_mek: Remove unused function detail_board_ddr_info()Alifer Moraes1-5/+0
2020-01-20imx8qm_mek: Remove unused function detail_board_ddr_info()Alifer Moraes1-5/+0
2020-01-20imx8qm_rom7720_a1: Remove unused function detail_board_ddr_info()Alifer Moraes1-5/+0
2020-01-20imx8qm_mek: Include fdt_support.h headerAlifer Moraes1-0/+1
2020-01-20imx8qxp_mek: Include fdt_support.h headerAlifer Moraes1-0/+1
2020-01-20mx8mm_evk: spl: Staticize functionsAlifer Moraes1-2/+2
2020-01-20imx8mm_evk: Include sys_proto.h headerAlifer Moraes1-0/+1
2020-01-20imx: imx8mm_evk: remove hdmi fw info from READMEFlavio Suligoi1-2/+2
2020-01-20mx7dsabre: Fix dm probe pmicJoris Offouga1-1/+1
2020-01-20ARM: imx: mx6ull: Add iMX6ULL VisionSOM SoM and EVKArkadiusz Karas5-0/+275
2020-01-20ARM: imx: vining2000: Properly discern PFUZE100 and PFUZE200Marek Vasut1-1/+1
2020-01-20ARM: imx: vining2000: Clean up uSDHC4 setupMarek Vasut1-23/+4
2020-01-20arm: mach-k3: Warn when node to disable is not foundAndrew F. Davis1-3/+1
2020-01-20board: ti: j721e: Print board name and version during bootLokesh Vutla1-0/+13
2020-01-20board: ti: j721e: Use EEPROM-based board detectionAndreas Dannenberg4-0/+276
2020-01-20ti: common: board_detect: Handle EEPROM probe more gracefullyAndreas Dannenberg1-1/+1
2020-01-20board: ti: beagleboneai: add initial supportCaleb Robey1-1/+23
2020-01-20board: ti: beagleboneai: IODELAY and pinmuxCaleb Robey1-0/+264
2020-01-20board: ti: beagleboneai: emmc read changesCaleb Robey4-0/+138
2020-01-20board: ti: am43xx: remove net platform codeGrygorii Strashko1-105/+1
2020-01-20board: ti: dra7-evm: remove net platform codeGrygorii Strashko1-105/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass33-0/+33
2020-01-17common: Move testdram() into init.hSimon Glass18-6/+24
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass68-1/+70
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass56-0/+56
2020-01-17common: Move get_tbclk() to time.hSimon Glass2-2/+3
2020-01-17common: Move clock functions into a new fileSimon Glass28-2/+29