summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-20arm: a37xx: Disable CONFIG_DEBUG_UART_ANNOUNCEPali Rohár
2022-01-20phy: marvell: Remove unused function comphy_update_map()Pali Rohár
2022-01-20arm: mvebu: turris_mox: Convert comphy_update_map() to board_fix_fdt()Pali Rohár
2022-01-20drivers: octeon: get rid of Unicode in codeHeinrich Schuchardt
2022-01-20arm: mvebu: spl: Fix 100 column exceedsMarek Behún
2022-01-20arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possibleMarek Behún
2022-01-20arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_tMarek Behún
2022-01-20arm: mvebu: spl: Print srcaddr in error messageMarek Behún
2022-01-20arm: mvebu: Check for kwbimage data checksumPali Rohár
2022-01-20SPL: Add support for checking board / BootROM specific image typesPali Rohár
2022-01-20arm: mvebu: Check that kwbimage blockid matches boot modePali Rohár
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár
2022-01-20arm: mvebu: Check that kwbimage offset and blocksize are validPali Rohár
2022-01-20pci: pci_mvebu: Add support for Kirkwood PCIe controllersPali Rohár
2022-01-20arm: mvebu: turris_omnia: Fixup SATA or PCIe nodes at runtime in DT blobPali Rohár
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún
2022-01-20board: amlogic: vim3: configure serial# from ethaddrMattijs Korpershoek
2022-01-20configs: meson64_android: define raw parts for bootloaderMattijs Korpershoek
2022-01-20configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR for androidMattijs Korpershoek
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2022-01-19doc: samsung: axy17lte: Fix underlinesTom Rini
2022-01-19doc: printf() codesHeinrich Schuchardt
2022-01-19doc: fix description of build dependencies for Alpine LinuxHeinrich Schuchardt
2022-01-19lib/crypto: Enable more algorithms in cert verificationIlias Apalodimas
2022-01-19efi_loader: printing TCG2 protocol GUIDHeinrich Schuchardt
2022-01-19efi_selftest: implement printing GUIDsHeinrich Schuchardt
2022-01-19cmd: printenv: simplify printing GUIDsHeinrich Schuchardt
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt
2022-01-19cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt
2022-01-19test: add test for %pUsHeinrich Schuchardt
2022-01-19sandbox: imply PARTITION_TYPE_GUIDHeinrich Schuchardt
2022-01-19disk: simplify part_print_efi()Heinrich Schuchardt
2022-01-19lib: printf code %pUs for GUID text representationHeinrich Schuchardt
2022-01-19lib: compile uuid_guid_get_str if CONFIG_LIB_UUID=yHeinrich Schuchardt
2022-01-19firmware: zynqmp: Do not report error if node is already configuredMichal Simek
2022-01-19firmware: zynqmp: Move loading message to debugMichal Simek
2022-01-19Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2022-01-19arm64: zynqmp: Change firmware dependencyMichal Simek
2022-01-19arm64: xilinx: dts: Add dma properties to fix dtbs_check warningsShravya Kumbham
2022-01-19arm64: zynqmp: Update USB node handle from dwc3 to usbManish Narani
2022-01-19arm64: zynqmp: Change compatible strings for cadence uartMichal Simek
2022-01-18Merge branch '2022-01-18-platform-updates'Tom Rini
2022-01-18miiphy.h: Remove CONFIG_DM_xxx guardsTom Rini
2022-01-18clk: ast2600: Revise MII interface delayDylan Hung
2022-01-18configs: ast2600: enable DM_MDIO and MDIO driverDylan Hung
2022-01-18ARM: dts: ast2600: Add MDIO devicesDylan Hung
2022-01-18net: ftgmac100: Add Aspeed AST2600 supportDylan Hung
2022-01-18net: ftgmac100: Add DM_MDIO supportDylan Hung
2022-01-18configs: Enable mmc supportAmit Singh Tomar