- 73ba676 stdio: Fix class iteration in stdio_add_devices() by Michal Suchanek · 2 years, 1 month ago
- c89a2b7 spl: atf: Fix clang -Wasm-operand-widths warning by Alistair Delva · 2 years, 2 months ago
- bd2a346 usb: Add missing guard around env_get() in usb_hub by Marek Vasut · 2 years, 2 months ago
- dd029cf common/board_f: drop ifdefs around header includes by Ovidiu Panait · 2 years, 2 months ago
- bbce5f3 common/board_f: introduce arch_setup_dest_addr() by Ovidiu Panait · 2 years, 2 months ago
- fefffcf common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c by Ovidiu Panait · 2 years, 2 months ago
- b1030eb common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code by Ovidiu Panait · 2 years, 2 months ago
- 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
- ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 3 months ago
- 1a3e39b test: Support testing malloc() failures by Simon Glass · 2 years, 3 months ago
- 37e8511 event: Fix a typo in the EVENT help by Simon Glass · 2 years, 3 months ago
- bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
- df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
- 4b74a4e board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only by Pierre-Clément Tosi · 2 years, 3 months ago
- db794c2 autoboot: make sure watchdog device(s) are handled with keyed autoboot by Rasmus Villemoes · 2 years, 2 months ago
- fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
- a48a24f serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 3 months ago
- 5aceb26 console: Implement flush() function by Pali Rohár · 2 years, 3 months ago
- 8dc23ef board_f: show_dram_config: Print also real DRAM size by Pali Rohár · 2 years, 2 months ago
- ad37d42 board_f: Fix printing gd->ram_size and gd->ram_top by Pali Rohár · 2 years, 3 months ago
- 4f4f583 board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 3 months ago
- 38ab987 common/memsize.c: Fix get_effective_memsize() to check for overflow by Pali Rohár · 2 years, 3 months ago
- 212ef41 common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_MEM_MAPPED by Pali Rohár · 2 years, 3 months ago
- ab7f0f6 arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs by Pali Rohár · 2 years, 2 months ago
- 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
- 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
- 9747363 cyclic: Introduce schedule() function by Stefan Roese · 2 years, 3 months ago
- dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
- e1a5ec5 blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 3 months ago
- 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 3 months ago
- 5d5efec cli: Reduce size of readline buffers in SPL by Sean Anderson · 2 years, 3 months ago
- 5dc80cc xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · 2 years, 3 months ago
- 6624910 spl: fit: Allocate buffers aligned to cache line size by Stefan Herbrechtsmeier · 2 years, 5 months ago
- c20400a Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · 2 years, 10 months ago
- bf91d1d Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 2 years, 2 months ago
- ffe6813 menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling by Masahisa Kojima · 2 years, 2 months ago
- 7513df3 cyclic: Integrate cyclic functionality at bootup in board_r/f by Stefan Roese · 2 years, 3 months ago
- 036f89a cyclic: Add basic support for cyclic function execution infrastruture by Stefan Roese · 2 years, 3 months ago
- bd2e353 fdt_support: add optional board_rng_seed() hook by Rasmus Villemoes · 2 years, 3 months ago
- d209eda Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig by Tom Rini · 2 years, 4 months ago
- e406a61 common/console.c: prevent pre-console buffer contents from being added to itself by Rasmus Villemoes · 2 years, 7 months ago
- 522fd7e bootstage: Show func name for bootstage_mark/error by Michal Simek · 2 years, 3 months ago
- 5ee4cac hwconfig: Allow to use restricted env by Pali Rohár · 2 years, 4 months ago
- 4305fe7 event: Add an event for device tree fixups by Simon Glass · 2 years, 4 months ago
- d3d6806 spl: opensbi: convert scratch options to config by Nikita Shubin · 2 years, 4 months ago
- a9f7ee3 spl: opensbi: fix typo by Nikita Shubin · 2 years, 4 months ago
- 1ab1692 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
- 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
- 8fdc07f vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORT by Quentin Schulz · 2 years, 5 months ago
- af8b7b7 spl: mmc: Use correct MMC device when loading image by Harald Seiler · 2 years, 5 months ago
- 5bad289 Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git by Tom Rini · 2 years, 4 months ago
- e91457a Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 4 months ago
- 686a45a spl: Use SPL_FIT_IMAGE_TINY for iMX9 by Peng Fan · 2 years, 4 months ago
- 343f398 spl: imx8mm: enlarge SPL_MAX_SIZE by Peng Fan · 2 years, 4 months ago
- f3c6a1d fdt: Start a test for the fdt command by Simon Glass · 2 years, 4 months ago
- 2fddf3e spl: fit: pass real compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 4 months ago
- 4ff163d fpga: pass compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 4 months ago
- 30e7328 xilinx: zynqmp: Do not use 0 as spl bss start address by Stefan Herbrechtsmeier · 2 years, 4 months ago
- 06a021b spl: Use SPL_TEXT_BASE instead of ISW_ENTRY_ADDR by Andrew Davis · 2 years, 4 months ago
- 22e8fe0 Merge tag 'efi-2022-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 4 months ago
- 3c5ce03 arch: mvebu: Disable by default unused peripherals in SPL by Pali Rohár · 2 years, 6 months ago
- 0e40cf1 cli: support bracketed paste by Heinrich Schuchardt · 2 years, 10 months ago
- 2fedef4 spl: spl_spi: add spi_nor_remove() to soft reset flash by Vaishnav Achath · 2 years, 7 months ago
- 723737b Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 4 months ago
- bcb8dc3 spl: sdp: Pass the USB index to board_usb_init() by Fabio Estevam · 2 years, 4 months ago
- 1e885e0 spl: nand: support loading legacy image with payload compressed by developer · 2 years, 6 months ago
- 16e6a2e spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLY by developer · 2 years, 6 months ago
- 81670fe spl: allow using nand base without standard nand driver by developer · 2 years, 6 months ago
- ae7b281 usb: hub: introduce HUB_DEBOUNCE_TIMEOUT by Patrick Delaunay · 2 years, 5 months ago
- 70ffe4e usb: kbd: allow probing even if usbkbd not in stdin by Kory Maincent · 2 years, 5 months ago
- 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 5 months ago
- 77e2270 board_init: Do not reserve MALLOC_F area on stack if non-zero MALLOC_F_ADDR by Marek Vasut · 2 years, 5 months ago
- 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 6 months ago
- b5a4869 spl: Set SPL_MAX_SIZE default for AST2600 by Joel Stanley · 2 years, 5 months ago
- 58a0cdb common: spl: spl_spi: add support for dynamic override of sf bus by Vaishnav Achath · 2 years, 6 months ago
- b59c093 lcd: Remove legacy CONFIG_FB_ADDR code by Tom Rini · 2 years, 5 months ago
- bead53d Convert CONFIG_SYS_USB_FAT_BOOT_PARTITION to Kconfig by Tom Rini · 2 years, 5 months ago
- bde2170 Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · 2 years, 5 months ago
- 4d8202b common: usb: Update logic for usb.o, usb_hub.o and usb_storage.o by Tom Rini · 2 years, 5 months ago
- 7fb323b vpl: Ensure all VPL symbols in Kconfig have some VPL dependency by Tom Rini · 2 years, 6 months ago
- 36a4ca0 tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · 2 years, 6 months ago
- 49f5d17 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · 2 years, 6 months ago
- 0841851 spl: binman: Disable u_boot_any symbols for i.MX8M boards by Alper Nebi Yasak · 2 years, 5 months ago
- 9634dc9 spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · 2 years, 5 months ago
- cdc2f09 spl: binman: Add config options for binman symbols in VPL by Alper Nebi Yasak · 2 years, 5 months ago
- d6d2c9b spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · 2 years, 5 months ago
- 6efe947 spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK by Alper Nebi Yasak · 2 years, 5 months ago
- 173321c spl: binman: Fix use of undeclared u_boot_any symbols by Alper Nebi Yasak · 2 years, 5 months ago
- 099dc1f dm: spl: Allow SPL to show memory usage by Simon Glass · 2 years, 7 months ago
- 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 5 months ago
- f942ebb microblaze: Add support for run time relocation by Michal Simek · 2 years, 5 months ago
- b565aff common/board_r.c: drop legacy and unused bi_enetaddr by Rasmus Villemoes · 2 years, 6 months ago
- 145f200 event: fix static events for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 6 months ago
- cda509a event: remove CONFIG_EVENT_DYNAMIC check in event_register() by Ovidiu Panait · 2 years, 6 months ago
- 78896ae spl: Rework and tighten some dependencies by Tom Rini · 2 years, 6 months ago
- 2aa5e50 spl: Rework Kconfig to be more menu driven by Tom Rini · 2 years, 6 months ago
- 0d989c8 spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files by Tom Rini · 2 years, 6 months ago
- f95c259 Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig by Tom Rini · 2 years, 6 months ago
- 9568a0e Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig by Tom Rini · 2 years, 6 months ago
- 2c9d2b5 Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig by Tom Rini · 2 years, 6 months ago