summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-21Convert CONFIG_BOOTP_SERVERIP to KconfigSimon Glass16-12/+16
2022-01-21Convert CONFIG_TIMESTAMP to KconfigSimon Glass67-40/+59
2022-01-21Convert CONFIG_UDP_CHECKSUM to KconfigSimon Glass13-13/+13
2022-01-21Convert CONFIG_KEEP_SERVERADDR to KconfigSimon Glass4-9/+11
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini53-274/+396
2022-01-20Merge tag 'u-boot-amlogic-20220120' of https://source.denx.de/u-boot/custodia...Tom Rini6-4/+11
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini524-2505/+2505
2022-01-20arm: a37xx: Disable CONFIG_DEBUG_UART_ANNOUNCEPali Rohár4-4/+0
2022-01-20phy: marvell: Remove unused function comphy_update_map()Pali Rohár3-20/+9
2022-01-20arm: mvebu: turris_mox: Convert comphy_update_map() to board_fix_fdt()Pali Rohár1-33/+15
2022-01-20drivers: octeon: get rid of Unicode in codeHeinrich Schuchardt1-17/+17
2022-01-20arm: mvebu: spl: Fix 100 column exceedsMarek Behún1-2/+4
2022-01-20arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possibleMarek Behún1-15/+8
2022-01-20arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_tMarek Behún1-17/+17
2022-01-20arm: mvebu: spl: Print srcaddr in error messageMarek Behún1-1/+2
2022-01-20arm: mvebu: Check for kwbimage data checksumPali Rohár1-0/+27
2022-01-20SPL: Add support for checking board / BootROM specific image typesPali Rohár1-0/+9
2022-01-20arm: mvebu: Check that kwbimage blockid matches boot modePali Rohár1-9/+26
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár22-60/+95
2022-01-20arm: mvebu: Check that kwbimage offset and blocksize are validPali Rohár1-0/+12
2022-01-20pci: pci_mvebu: Add support for Kirkwood PCIe controllersPali Rohár4-5/+24
2022-01-20arm: mvebu: turris_omnia: Fixup SATA or PCIe nodes at runtime in DT blobPali Rohár2-2/+90
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún16-93/+45
2022-01-20board: amlogic: vim3: configure serial# from ethaddrMattijs Korpershoek1-0/+9
2022-01-20configs: meson64_android: define raw parts for bootloaderMattijs Korpershoek1-0/+2
2022-01-20configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR for androidMattijs Korpershoek4-4/+0
2022-01-19doc: replace @return by Return:Heinrich Schuchardt524-2505/+2505
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini33-232/+1224
2022-01-19doc: samsung: axy17lte: Fix underlinesTom Rini1-3/+3
2022-01-19firmware: zynqmp: Do not report error if node is already configuredMichal Simek1-0/+6
2022-01-19firmware: zynqmp: Move loading message to debugMichal Simek1-1/+2
2022-01-19Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini3-8/+8
2022-01-19arm64: zynqmp: Change firmware dependencyMichal Simek1-2/+2
2022-01-19arm64: xilinx: dts: Add dma properties to fix dtbs_check warningsShravya Kumbham1-16/+32
2022-01-19arm64: zynqmp: Update USB node handle from dwc3 to usbManish Narani1-2/+2
2022-01-19arm64: zynqmp: Change compatible strings for cadence uartMichal Simek1-2/+2
2022-01-19Merge branch '2022-01-18-platform-updates'Tom Rini14-24/+695
2022-01-18miiphy.h: Remove CONFIG_DM_xxx guardsTom Rini1-8/+0
2022-01-18clk: ast2600: Revise MII interface delayDylan Hung1-5/+5
2022-01-18configs: ast2600: enable DM_MDIO and MDIO driverDylan Hung1-0/+2
2022-01-18ARM: dts: ast2600: Add MDIO devicesDylan Hung2-5/+109
2022-01-18net: ftgmac100: Add Aspeed AST2600 supportDylan Hung1-0/+1
2022-01-18net: ftgmac100: Add DM_MDIO supportDylan Hung1-5/+15
2022-01-18configs: Enable mmc supportAmit Singh Tomar1-0/+3
2022-01-18mmc: actions: add MMC driver for Actions OWL S700/S900Amit Singh Tomar3-0/+416
2022-01-18ARM: dts: s700: add MMC/SD controller nodeAmit Singh Tomar1-0/+10
2022-01-18ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3Amit Singh Tomar2-1/+35
2022-01-18clk: actions: Add SD/MMC clocksAmit Singh Tomar1-0/+73
2022-01-18clk: actions: Introduce dummy get/set_rate callbacksAmit Singh Tomar1-0/+26
2022-01-18Merge branch '2022-01-17-assorted-updates'Tom Rini38-3317/+675