summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini2021-01-152-0/+2
* Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2021-01-1319-130/+153
|\
| * MAINTAINERS: Update STi and STM32 maintainers emails in remaining filesPatrice Chotard2021-01-1312-12/+12
| * ARM: stm32: Use firmware property instead of loadablesMichal Simek2021-01-132-5/+5
| * board: stm32pm1: update USB-C power detection algorithm on DK boardsPatrice Chotard2021-01-131-43/+63
| * board: st: common: migrate trace to dev and log macroPatrick Delaunay2021-01-134-4/+11
| * board: st: stm32mp1: migrate trace to dev and log macroPatrick Delaunay2021-01-131-69/+65
* | Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-01-137-0/+124
|\ \ | |/ |/|
| * board: amlogic: vim3: fix setup ethernet mac from efuseArtem Lapkin2021-01-121-3/+15
| * board: amlogic: add MMC boot device detection for environment loadMarek Szyprowski2021-01-112-0/+16
| * boards: amlogic: add Beelink S922X board family supportChristian Hewitt2021-01-113-0/+69
| * board: amlogic: vim3: read ethernet MAC address from efuseMarek Szyprowski2021-01-111-0/+19
| * boards: amlogic: update documentation for WeTek Core2Christian Hewitt2021-01-111-0/+1
| * boards: amlogic: add WeTek Core2 supportChristian Hewitt2021-01-111-0/+1
| * meson: Add soc_rev to environmentPascal Vizeli2021-01-111-0/+5
| * arm64: meson: add support for libretech-cc v2Jerome Brunet2021-01-111-0/+1
* | Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-1210-10/+37
|\ \
| * | board: ti: am335x-ice: get CDCE913 clock deviceDario Binacchi2021-01-122-2/+2
| * | video: omap: move drivers to 'ti' directoryDario Binacchi2021-01-122-2/+2
| * | board: ti: k2g: Add support for K2G ICE with 1GHz SiliconLokesh Vutla2021-01-125-6/+17
| * | board: ti: am65x: Set SERDES0 mux to PCIe to use USB 2.0 interfaceAswath Govindraju2021-01-121-0/+16
* | | Merge tag 'u-boot-atmel-2021.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-01-124-0/+106
|\ \ \
| * | | board: atmel: sama7g5ek: add support for MAC address retreivalEugen Hristev2021-01-071-5/+13
| * | | configs: sama7g5: add mmc config for sdmmc0Eugen Hristev2021-01-071-0/+1
| * | | board: atmel: sama7g5ek: add initial support for sama7g5ekEugen Hristev2021-01-074-0/+97
* | | | sunxi: board: add a config option to fixup a Bluetooth addressAndre Heider2021-01-111-0/+35
* | | | sunxi: board: extract creating a unique sid into a helper functionAndre Heider2021-01-111-47/+58
* | | | sunxi: board: Move USB ethernet initialization to board_late_init()Andy Shevchenko2021-01-111-0/+5
* | | | sunxi: add PineCube boardIcenowy Zheng2021-01-111-0/+5
| |/ / |/| |
* | | Merge branch 'next'Tom Rini2021-01-1183-277/+613
|\ \ \ | |_|/ |/| |
| * | Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-066-2/+9
| |\ \
| | * | xilinx: Fill git repository for Xilinx boardsMichal Simek2021-01-054-0/+4
| | * | fru: ops: avoid out of bounds accessHeinrich Schuchardt2021-01-051-1/+1
| | * | microblaze: Set script_offset_nor env variableT Karthik Reddy2021-01-041-1/+4
| * | | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0559-96/+99
| |\ \ \
| | * | | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-0513-24/+24
| | * | | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-0530-41/+41
| | * | | dm: core: Access device ofnode through functionsSimon Glass2021-01-051-1/+1
| | * | | x86: apl: Reduce size for TPLSimon Glass2021-01-051-1/+3
| | * | | serial: Rename ns16550 functions to lower caseSimon Glass2021-01-0514-25/+26
| | * | | serial: Update NS16550_t and struct NS16550Simon Glass2021-01-0514-29/+29
| * | | | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-0567-556/+2097
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2020-12-312-0/+49
| * | | qemu: common: Set dfu_alt_info variable for the platformSughosh Ganu2020-12-313-0/+70
| * | | qemu: common: Add support for dynamic mtdparts for the platformSughosh Ganu2020-12-314-0/+107
| * | | qemu: arm: Initialise virtio devices in board_late_initSughosh Ganu2020-12-311-0/+5
| * | | sandbox: implement invalidate_icache_all()Heinrich Schuchardt2020-12-221-4/+0
| * | | dm: Avoid accessing seq directlySimon Glass2020-12-182-12/+12
| * | | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1325-45/+45
| * | | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-1/+1