summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2022-10-18sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara
2022-10-10spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva
2022-10-10usb: Add missing guard around env_get() in usb_hubMarek Vasut
2022-10-06common/board_f: drop ifdefs around header includesOvidiu Panait
2022-10-06common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait
2022-10-06common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait
2022-10-06common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait
2022-10-03Merge branch 'next'Tom Rini
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass
2022-09-29test: Support testing malloc() failuresSimon Glass
2022-09-29event: Fix a typo in the EVENT helpSimon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-29board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC onlyPierre-Clément Tosi
2022-09-27autoboot: make sure watchdog device(s) are handled with keyed autobootRasmus Villemoes
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár
2022-09-24console: Implement flush() functionPali Rohár
2022-09-23board_f: show_dram_config: Print also real DRAM sizePali Rohár
2022-09-23board_f: Fix printing gd->ram_size and gd->ram_topPali Rohár
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2022-09-23common/memsize.c: Fix get_effective_memsize() to check for overflowPali Rohár
2022-09-23common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_...Pali Rohár
2022-09-20arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCsPali Rohár
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-18cyclic: Introduce schedule() functionStefan Roese
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass
2022-09-15cli: Reduce size of readline buffers in SPLSean Anderson
2022-09-15xyz-modem: Allow to configure initial timeout for loadx and loadyPali Rohár
2022-09-14spl: fit: Allocate buffers aligned to cache line sizeStefan Herbrechtsmeier
2022-09-14Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison
2022-09-14Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-09-14menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handlingMasahisa Kojima
2022-09-13cyclic: Integrate cyclic functionality at bootup in board_r/fStefan Roese
2022-09-13cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese
2022-09-12fdt_support: add optional board_rng_seed() hookRasmus Villemoes
2022-09-01Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini
2022-08-31common/console.c: prevent pre-console buffer contents from being added to itselfRasmus Villemoes
2022-08-20bootstage: Show func name for bootstage_mark/errorMichal Simek
2022-08-20hwconfig: Allow to use restricted envPali Rohár
2022-08-12event: Add an event for device tree fixupsSimon Glass
2022-08-11spl: opensbi: convert scratch options to configNikita Shubin
2022-08-11spl: opensbi: fix typoNikita Shubin
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-08-04Audit <flash.h> inclusionTom Rini
2022-08-04vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORTQuentin Schulz
2022-08-04spl: mmc: Use correct MMC device when loading imageHarald Seiler