summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2022-10-11spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva1-1/+1
2022-10-10usb: Add missing guard around env_get() in usb_hubMarek Vasut1-1/+3
2022-10-07common/board_f: drop ifdefs around header includesOvidiu Panait1-2/+0
2022-10-07common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait1-14/+7
2022-10-07common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait1-7/+0
2022-10-07common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait1-11/+0
2022-10-03Merge branch 'next'Tom Rini36-87/+490
2022-09-30dm: core: Provide a way to reset the device treeSimon Glass1-0/+2
2022-09-29test: Support testing malloc() failuresSimon Glass1-0/+19
2022-09-29event: Fix a typo in the EVENT helpSimon Glass1-1/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass17-46/+46
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-09-29board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC onlyPierre-Clément Tosi1-3/+3
2022-09-27autoboot: make sure watchdog device(s) are handled with keyed autobootRasmus Villemoes1-0/+3
2022-09-25blk: Rename if_type to uclass_idSimon Glass3-5/+5
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár2-0/+11
2022-09-24console: Implement flush() functionPali Rohár2-0/+67
2022-09-23board_f: show_dram_config: Print also real DRAM sizePali Rohár1-1/+36
2022-09-23board_f: Fix printing gd->ram_size and gd->ram_topPali Rohár1-2/+2
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-09-23common/memsize.c: Fix get_effective_memsize() to check for overflowPali Rohár1-3/+15
2022-09-23common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_...Pali Rohár1-1/+1
2022-09-20arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCsPali Rohár1-0/+1
2022-09-19Merge branch 'master' into nextTom Rini3-1/+36
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese9-17/+17
2022-09-18cyclic: Introduce schedule() functionStefan Roese1-0/+16
2022-09-16blk: Switch over to using uclass IDsSimon Glass3-6/+6
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass1-2/+0
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-2/+2
2022-09-15cli: Reduce size of readline buffers in SPLSean Anderson1-0/+5
2022-09-15xyz-modem: Allow to configure initial timeout for loadx and loadyPali Rohár1-2/+38
2022-09-14spl: fit: Allocate buffers aligned to cache line sizeStefan Herbrechtsmeier1-3/+5
2022-09-14Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison1-0/+21
2022-09-14Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+9
2022-09-14menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handlingMasahisa Kojima1-0/+9
2022-09-13cyclic: Integrate cyclic functionality at bootup in board_r/fStefan Roese2-0/+4
2022-09-13cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese3-0/+144
2022-09-12fdt_support: add optional board_rng_seed() hookRasmus Villemoes2-0/+27
2022-09-02Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini1-0/+21
2022-08-31common/console.c: prevent pre-console buffer contents from being added to itselfRasmus Villemoes1-1/+9
2022-08-21bootstage: Show func name for bootstage_mark/errorMichal Simek1-8/+2
2022-08-21hwconfig: Allow to use restricted envPali Rohár1-1/+1
2022-08-12event: Add an event for device tree fixupsSimon Glass1-0/+3
2022-08-11spl: opensbi: convert scratch options to configNikita Shubin2-1/+9
2022-08-11spl: opensbi: fix typoNikita Shubin1-1/+1
2022-08-10common: Drop display_options.h from common headerSimon Glass6-0/+6
2022-08-04Audit <flash.h> inclusionTom Rini3-5/+4
2022-08-04vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORTQuentin Schulz1-1/+1
2022-08-04spl: mmc: Use correct MMC device when loading imageHarald Seiler1-2/+15
2022-07-27Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+15