Age | Commit message (Expand) | Author |
2020-08-27 | image: don't exceed gd->ram_top in bootm_size | Baruch Siach |
2020-08-24 | avb: Make AVB independent of fastboot | Usama Arif |
2020-08-23 | Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo... | Tom Rini |
2020-08-23 | stdio: Tidy up the coding style | Simon Glass |
2020-08-23 | stdio: Drop brackets around &devs.list | Simon Glass |
2020-08-23 | stdio: Update to use compiler for Kconfig checks | Simon Glass |
2020-08-23 | stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEV | Simon Glass |
2020-08-23 | Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig | Simon Glass |
2020-08-22 | board_f: Remove dead code from init_func_i2c | Ovidiu Panait |
2020-08-14 | xen: pvblock: Add initial support for para-virtualized block driver | Anastasiia Lukianenko |
2020-08-14 | xen: Port Xen hypervisor related code from mini-os | Oleksandr Andrushchenko |
2020-08-14 | common/board_f: make sure to call fix_fdt() before reserve_fdt() | Pragnesh Patel |
2020-08-11 | spl: usb: Only init usb once | Faiz Abbas |
2020-08-11 | spl: usb: Create an API spl_usb_load() | Faiz Abbas |
2020-08-07 | fs/squashfs: new filesystem | Joao Marcos Costa |
2020-08-07 | console: Always define the console-recording functions | Simon Glass |
2020-08-06 | common/board_r: Move blkcache_init call earlier in the boot sequence | Ovidiu Panait |
2020-08-06 | blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC | Ovidiu Panait |
2020-08-06 | common/board_r: Remove initr_serial wrapper | Ovidiu Panait |
2020-08-06 | board_f: Remove setup_board_part1 | Ovidiu Panait |
2020-08-06 | board_f: ppc: Factor out ppc-specific bdinfo setup | Ovidiu Panait |
2020-08-06 | board_f: m68k: Factor out m68k-specific bdinfo setup | Ovidiu Panait |
2020-08-06 | board_f: Move sram bdinfo assignments to generic code | Ovidiu Panait |
2020-08-06 | board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo | Ovidiu Panait |
2020-08-06 | board_f: Introduce arch_setup_bdinfo initcall | Ovidiu Panait |
2020-08-06 | board_f: Introduce setup_bdinfo initcall | Ovidiu Panait |
2020-08-04 | arm: move CONFIG_PREBOOT="usb start" to KConfig | Jonas Smedegaard |
2020-08-03 | spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL | Simon Glass |
2020-07-28 | find dtb in android boot image with header version 2 during bootm | chenshuo |
2020-07-28 | Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig | Adam Ford |
2020-07-28 | Convert CONFIG_SPL_NAND_BASE et al to Kconfig | Adam Ford |
2020-07-28 | Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig | Adam Ford |
2020-07-27 | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq | Tom Rini |
2020-07-27 | pci_ep: Add the init function | Xiaowei Bao |
2020-07-25 | fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() | Masahiro Yamada |
2020-07-25 | fdt_support: call mtdparts_init() after finding MTD node to fix up | Masahiro Yamada |
2020-07-25 | fdt_support: add static to fdt_node_set_part_info() | Masahiro Yamada |
2020-07-25 | lib: libfdt: fdt_region: avoid NULL pointer access | Philippe Reynes |
2020-07-24 | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv | Tom Rini |
2020-07-24 | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" | Tom Rini |
2020-07-24 | riscv: Make SiFive HiFive Unleashed board boot again | Bin Meng |
2020-07-23 | Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm | Tom Rini |
2020-07-22 | efi_loader: returning from UEFI FIT images | Heinrich Schuchardt |
2020-07-20 | fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() | Masahiro Yamada |
2020-07-20 | fdt_support: call mtdparts_init() after finding MTD node to fix up | Masahiro Yamada |
2020-07-20 | fdt_support: add static to fdt_node_set_part_info() | Masahiro Yamada |
2020-07-20 | lib: libfdt: fdt_region: avoid NULL pointer access | Philippe Reynes |
2020-07-17 | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada |
2020-07-17 | spl: fix ext4fs_mount return code handling | Thomas Schaefer |
2020-07-17 | common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image | Tero Kristo |