aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-08-24avb: Make AVB independent of fastbootUsama Arif2-2/+19
2020-08-23Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-4/+0
2020-08-23stdio: Tidy up the coding styleSimon Glass1-21/+16
2020-08-23stdio: Drop brackets around &devs.listSimon Glass1-6/+6
2020-08-23stdio: Update to use compiler for Kconfig checksSimon Glass1-89/+83
2020-08-23stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass2-20/+11
2020-08-23Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass1-0/+16
2020-08-22board_f: Remove dead code from init_func_i2cOvidiu Panait1-4/+0
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko1-0/+14
2020-08-14xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko1-0/+13
2020-08-14common/board_f: make sure to call fix_fdt() before reserve_fdt()Pragnesh Patel1-3/+3
2020-08-11spl: usb: Only init usb onceFaiz Abbas1-3/+8
2020-08-11spl: usb: Create an API spl_usb_load()Faiz Abbas1-7/+13
2020-08-07fs/squashfs: new filesystemJoao Marcos Costa1-0/+9
2020-08-07console: Always define the console-recording functionsSimon Glass1-1/+3
2020-08-06common/board_r: Move blkcache_init call earlier in the boot sequenceOvidiu Panait1-3/+3
2020-08-06blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-1/+1
2020-08-06common/board_r: Remove initr_serial wrapperOvidiu Panait1-7/+1
2020-08-06board_f: Remove setup_board_part1Ovidiu Panait1-11/+1
2020-08-06board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait1-34/+2
2020-08-06board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait1-15/+4
2020-08-06board_f: Move sram bdinfo assignments to generic codeOvidiu Panait1-5/+5
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait1-6/+5
2020-08-06board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait1-1/+6
2020-08-06board_f: Introduce setup_bdinfo initcallOvidiu Panait1-0/+6
2020-08-04arm: move CONFIG_PREBOOT="usb start" to KConfigJonas Smedegaard1-0/+1
2020-08-03spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass1-0/+10
2020-07-28find dtb in android boot image with header version 2 during bootmchenshuo1-3/+13
2020-07-28Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford1-0/+7
2020-07-28Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford1-0/+12
2020-07-28Convert CONFIG_SPL_NAND_DRIVERS et al to KconfigAdam Ford1-0/+14
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-0/+12
2020-07-27pci_ep: Add the init functionXiaowei Bao1-0/+12
2020-07-25fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada1-7/+10
2020-07-25fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada1-3/+8
2020-07-25fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada1-2/+2
2020-07-25lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes1-0/+2
2020-07-24Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-5/+0
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2-22/+12
2020-07-24riscv: Make SiFive HiFive Unleashed board boot againBin Meng1-5/+0
2020-07-23Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dmTom Rini2-12/+22
2020-07-22efi_loader: returning from UEFI FIT imagesHeinrich Schuchardt1-5/+4
2020-07-20fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada1-7/+10
2020-07-20fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada1-3/+8
2020-07-20fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada1-2/+2
2020-07-20lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes1-0/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada5-16/+19
2020-07-17spl: fix ext4fs_mount return code handlingThomas Schaefer1-1/+1
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2-4/+29
2020-07-17image: fdt: bail out with error if no boot time FDT image foundTero Kristo1-1/+1