aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-18Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchd...WIP/18Sep2022-nextTom Rini108-333/+311
2022-09-18watchdog: Further cleanupStefan Roese1-4/+2
2022-09-18watchdog: Remove WATCHDOG_RESET macroStefan Roese1-36/+0
2022-09-18watchdog: Get rid of ASSEMBLY hacksStefan Roese2-36/+19
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese103-241/+235
2022-09-18cyclic: Introduce schedule() functionStefan Roese2-0/+28
2022-09-18watchdog: Integrate watchdog triggering into the cyclic frameworkStefan Roese2-32/+43
2022-09-16configs: Resync with savedefconfigTom Rini33-59/+13
2022-09-16Merge branch '2022-09-16-rationalize-the-block-interface' into nextTom Rini76-358/+291
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