aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/22Jan2022Tom Rini27-284/+480
2022-01-21Merge branch '2022-01-21-Kconfig-migrations'Tom Rini321-389/+473
2022-01-21Convert CONFIG_AT91_EFLASH to KconfigPatrick Delaunay4-3/+9
2022-01-21configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay185-129/+114
2022-01-21mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as booleanPatrick Delaunay18-27/+35
2022-01-21mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay8-31/+33
2022-01-21cmd: Fix up warnings in flash.cPatrick Delaunay1-122/+117
2022-01-21spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to KconfigAlexandru Gagniuc61-32/+96
2022-01-21net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass3-17/+16
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-marvellWIP/20Jan2022Tom 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...WIP/19Jan2022Tom Rini33-232/+1224
2022-01-19doc: samsung: axy17lte: Fix underlinesTom Rini1-3/+3
2022-01-19doc: printf() codesHeinrich Schuchardt2-0/+200
2022-01-19doc: fix description of build dependencies for Alpine LinuxHeinrich Schuchardt1-1/+1
2022-01-19lib/crypto: Enable more algorithms in cert verificationIlias Apalodimas1-19/+16
2022-01-19efi_loader: printing TCG2 protocol GUIDHeinrich Schuchardt3-4/+8
2022-01-19efi_selftest: implement printing GUIDsHeinrich Schuchardt2-4/+29
2022-01-19cmd: printenv: simplify printing GUIDsHeinrich Schuchardt2-37/+26
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt10-35/+35
2022-01-19cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt5-164/+128
2022-01-19test: add test for %pUsHeinrich Schuchardt1-4/+16
2022-01-19sandbox: imply PARTITION_TYPE_GUIDHeinrich Schuchardt1-0/+1
2022-01-19disk: simplify part_print_efi()Heinrich Schuchardt1-13/+8
2022-01-19lib: printf code %pUs for GUID text representationHeinrich Schuchardt1-1/+10