summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva2022-10-101-1/+1
* usb: Add missing guard around env_get() in usb_hubMarek Vasut2022-10-101-1/+3
* common/board_f: drop ifdefs around header includesOvidiu Panait2022-10-061-2/+0
* common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait2022-10-061-14/+7
* common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait2022-10-061-7/+0
* common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait2022-10-061-11/+0
* Merge branch 'next'Tom Rini2022-10-0336-87/+490
|\
| * dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-0/+2
| * test: Support testing malloc() failuresSimon Glass2022-09-291-0/+19
| * event: Fix a typo in the EVENT helpSimon Glass2022-09-291-1/+1
| * treewide: Drop image_header_t typedefSimon Glass2022-09-2917-46/+46
| * treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
| * blk: Rename if_type to uclass_idSimon Glass2022-09-253-5/+5
| * serial: Implement serial_flush() function for console flush() fallbackPali Rohár2022-09-242-0/+11
| * console: Implement flush() functionPali Rohár2022-09-242-0/+67
| * board_f: show_dram_config: Print also real DRAM sizePali Rohár2022-09-231-1/+36
| * board_f: Fix printing gd->ram_size and gd->ram_topPali Rohár2022-09-231-2/+2
| * board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-231-1/+1
| * common/memsize.c: Fix get_effective_memsize() to check for overflowPali Rohár2022-09-231-3/+15
| * common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_...Pali Rohár2022-09-231-1/+1
| * arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCsPali Rohár2022-09-201-0/+1
| * Merge branch 'master' into nextTom Rini2022-09-193-1/+36
| |\
| * | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-189-17/+17
| * | cyclic: Introduce schedule() functionStefan Roese2022-09-181-0/+16
| * | blk: Switch over to using uclass IDsSimon Glass2022-09-163-6/+6
| * | blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-161-2/+0
| * | blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-161-2/+2
| * | cli: Reduce size of readline buffers in SPLSean Anderson2022-09-151-0/+5
| * | xyz-modem: Allow to configure initial timeout for loadx and loadyPali Rohár2022-09-151-2/+38
| * | spl: fit: Allocate buffers aligned to cache line sizeStefan Herbrechtsmeier2022-09-141-3/+5
| * | Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison2022-09-141-0/+21
| * | Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-09-141-0/+9
| |\ \
| | * | menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handlingMasahisa Kojima2022-09-141-0/+9
| * | | cyclic: Integrate cyclic functionality at bootup in board_r/fStefan Roese2022-09-132-0/+4
| * | | cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese2022-09-133-0/+144
| |/ /
| * | Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini2022-09-011-0/+21
* | | board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC onlyPierre-Clément Tosi2022-09-291-3/+3
* | | autoboot: make sure watchdog device(s) are handled with keyed autobootRasmus Villemoes2022-09-271-0/+3
| |/ |/|
* | fdt_support: add optional board_rng_seed() hookRasmus Villemoes2022-09-122-0/+27
* | common/console.c: prevent pre-console buffer contents from being added to itselfRasmus Villemoes2022-08-311-1/+9
|/
* bootstage: Show func name for bootstage_mark/errorMichal Simek2022-08-201-8/+2
* hwconfig: Allow to use restricted envPali Rohár2022-08-201-1/+1
* event: Add an event for device tree fixupsSimon Glass2022-08-121-0/+3
* spl: opensbi: convert scratch options to configNikita Shubin2022-08-112-1/+9
* spl: opensbi: fix typoNikita Shubin2022-08-111-1/+1
* common: Drop display_options.h from common headerSimon Glass2022-08-106-0/+6
* Audit <flash.h> inclusionTom Rini2022-08-043-5/+4
* vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORTQuentin Schulz2022-08-041-1/+1
* spl: mmc: Use correct MMC device when loading imageHarald Seiler2022-08-041-2/+15
* Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2022-07-271-0/+15
|\