aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-18cyclic: Introduce schedule() functionStefan Roese
2022-09-18watchdog: Integrate watchdog triggering into the cyclic frameworkStefan Roese
2022-09-16configs: Resync with savedefconfigTom Rini
2022-09-16Merge branch '2022-09-16-rationalize-the-block-interface' into nextTom Rini
2022-09-16blk: Drop if_typeSimon Glass
2022-09-16disk: Handle UCLASS_EFI_MEDIA in dev_print()Simon Glass
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-16efi: Correct assumption about if_typeSimon Glass
2022-09-16blk: Rewrite if_type to name functionsSimon Glass
2022-09-16blk: Rename var in blk_get_devnum_by_typename()Simon Glass
2022-09-16blk: Drop IF_TYPE_SDSimon Glass
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass
2022-09-16ide: Use a flag for an ATAPI deviceSimon Glass
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass
2022-09-16blk: Hide the BLK and SPL_LEGACY_BLOCK optionsSimon Glass
2022-09-16blk: Drop unnecessary CONFIG_SPL_LEGACY_BLOCK in defconfigsSimon Glass
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass
2022-09-16blk: Drop unnecessary #ifdef in in blk_legacySimon Glass
2022-09-16cmd: Drop use of HAVE_BLOCK_DEVICESimon Glass
2022-09-16blk: Use a function for whether block devices are availableSimon Glass
2022-09-16disk: Use Makefile to omit partition driversSimon Glass
2022-09-16sandbox: Avoid defining HAVE_BLOCK_DEVICE in KonfigSimon Glass
2022-09-16ata: Fix an instance of SPL_SATA_SUPPORTSimon Glass
2022-09-16blk: Enable CONFIG_BLK for all mediaSimon Glass
2022-09-16disk: Correct help for TPL_PARTITIONSSimon Glass
2022-09-15Merge branch '2022-09-15-TI-platform-updates' into nextTom Rini
2022-09-15Nokia RX-51: Add booting from UBI into test scriptPali Rohár
2022-09-15Nokia RX-51: Add comment describing kernel image type into test scriptPali Rohár
2022-09-15Nokia RX-51: Do not set useless ARCH= in test scriptPali Rohár
2022-09-15Nokia RX-51: Fix documentation how to enable UBI supportPali Rohár
2022-09-15Nokia RX-51: Call bootm in test script only when image is validPali Rohár
2022-09-15Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test scriptPali Rohár
2022-09-15Nokia RX-51: Set default SYS_LOAD_ADDR to 0x80008000Pali Rohár
2022-09-15Nokia RX-51: Do not clear unknown memory in lowlevel_init.SPali Rohár
2022-09-15Nokia RX-51: Remove label copy_kernel_start from lowlevel_init.SPali Rohár
2022-09-15configs: Add configs for j721s2 High Security EVMJayesh Choudhary
2022-09-15configs: Add configs for J7200 High Security EVMAndrew Davis
2022-09-15brppt1: Update environment to support new boot conceptBernhard Messerklinger
2022-09-15include: configs: brppt1: Fix commit 0ea4fc4dcf90Bernhard Messerklinger
2022-09-15brppt1: Cleanup device treeBernhard Messerklinger
2022-09-15brppt1: Fix SPL boot stageBernhard Messerklinger
2022-09-15brppt1: Remove unused board variantsBernhard Messerklinger
2022-09-15Merge branch '2022-09-15-general-improvements' into nextTom Rini
2022-09-15lib: rsa: fix padding_pss_verifyHeinrich Schuchardt
2022-09-15cli: Reduce size of readline buffers in SPLSean Anderson
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard
2022-09-15pinctrl: pinctrl_stm32: Populate uc_priv->name[] with pinmux node's namePatrice Chotard
2022-09-15gpio: Fix pin's status display for pin with GPIOF_UNUSED functionPatrice Chotard