aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-16blk: Drop if_typeWIP/2022-09-16-rationalize-the-block-interfaceSimon Glass5-51/+48
2022-09-16disk: Handle UCLASS_EFI_MEDIA in dev_print()Simon Glass1-1/+4
2022-09-16blk: Switch over to using uclass IDsSimon Glass41-159/+151
2022-09-16efi: Correct assumption about if_typeSimon Glass1-1/+1
2022-09-16blk: Rewrite if_type to name functionsSimon Glass1-18/+27
2022-09-16blk: Rename var in blk_get_devnum_by_typename()Simon Glass1-6/+6
2022-09-16blk: Drop IF_TYPE_SDSimon Glass3-5/+0
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass3-8/+0
2022-09-16ide: Use a flag for an ATAPI deviceSimon Glass1-3/+3
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass3-12/+0
2022-09-16blk: Hide the BLK and SPL_LEGACY_BLOCK optionsSimon Glass1-2/+2
2022-09-16blk: Drop unnecessary CONFIG_SPL_LEGACY_BLOCK in defconfigsSimon Glass5-5/+0
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass8-12/+7
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass19-25/+25
2022-09-16blk: Drop unnecessary #ifdef in in blk_legacySimon Glass1-2/+0
2022-09-16cmd: Drop use of HAVE_BLOCK_DEVICESimon Glass2-6/+1
2022-09-16blk: Use a function for whether block devices are availableSimon Glass4-50/+40
2022-09-16disk: Use Makefile to omit partition driversSimon Glass7-17/+5
2022-09-16sandbox: Avoid defining HAVE_BLOCK_DEVICE in KonfigSimon Glass1-1/+0
2022-09-16ata: Fix an instance of SPL_SATA_SUPPORTSimon Glass1-1/+1
2022-09-16blk: Enable CONFIG_BLK for all mediaSimon Glass7-6/+3
2022-09-16disk: Correct help for TPL_PARTITIONSSimon Glass1-4/+4
2022-09-15Merge branch '2022-09-15-TI-platform-updates' into nextTom Rini20-1345/+1001
2022-09-15Nokia RX-51: Add booting from UBI into test scriptPali Rohár1-18/+77
2022-09-15Nokia RX-51: Add comment describing kernel image type into test scriptPali Rohár1-2/+2
2022-09-15Nokia RX-51: Do not set useless ARCH= in test scriptPali Rohár1-1/+1
2022-09-15Nokia RX-51: Fix documentation how to enable UBI supportPali Rohár1-2/+1
2022-09-15Nokia RX-51: Call bootm in test script only when image is validPali Rohár1-1/+1
2022-09-15Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test scriptPali Rohár1-1/+1
2022-09-15Nokia RX-51: Set default SYS_LOAD_ADDR to 0x80008000Pali Rohár1-1/+1
2022-09-15Nokia RX-51: Do not clear unknown memory in lowlevel_init.SPali Rohár1-3/+3
2022-09-15Nokia RX-51: Remove label copy_kernel_start from lowlevel_init.SPali Rohár1-1/+0
2022-09-15configs: Add configs for j721s2 High Security EVMJayesh Choudhary3-0/+397
2022-09-15configs: Add configs for J7200 High Security EVMAndrew Davis3-1/+383
2022-09-15brppt1: Update environment to support new boot conceptBernhard Messerklinger2-7/+15
2022-09-15include: configs: brppt1: Fix commit 0ea4fc4dcf90Bernhard Messerklinger2-2/+1
2022-09-15brppt1: Cleanup device treeBernhard Messerklinger2-201/+32
2022-09-15brppt1: Fix SPL boot stageBernhard Messerklinger2-1/+81
2022-09-15brppt1: Remove unused board variantsBernhard Messerklinger8-1105/+7
2022-09-15Merge branch '2022-09-15-general-improvements' into nextTom Rini31-55/+671
2022-09-15lib: rsa: fix padding_pss_verifyHeinrich Schuchardt1-0/+5
2022-09-15cli: Reduce size of readline buffers in SPLSean Anderson1-0/+5
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard4-0/+39
2022-09-15pinctrl: pinctrl_stm32: Populate uc_priv->name[] with pinmux node's namePatrice Chotard1-2/+6
2022-09-15gpio: Fix pin's status display for pin with GPIOF_UNUSED functionPatrice Chotard1-1/+1
2022-09-15gpio: Allow to print pin's label even for pin with GPIOF_FUNC functionPatrice Chotard1-5/+11
2022-09-15virtio: pci: fix bug of virtio_pci_map_capabilityXiang W1-1/+1
2022-09-15nvme: Fix multipage prp-listAlexander Sowarka1-4/+4
2022-09-15doc: cmd: loady: Document new configurationPali Rohár1-0/+7
2022-09-15xyz-modem: Allow to configure initial timeout for loadx and loadyPali Rohár2-2/+45