summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2020-09-24Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-09-23spl: Kconfig: Record proper dependency for SPL_ATFMichal Simek
2020-09-23fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek
2020-09-22log: mute messages generated by log driversHeinrich Schuchardt
2020-09-21Merge branch 'master' into nextTom Rini
2020-09-11Fix data abort caused by mis-aligning FIT dataReuben Dowle
2020-09-11bootm: update image OS image size when decompressingHeinrich Schuchardt
2020-09-11common: Kconfig: Add dependency for default variables stringsMichal Simek
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini
2020-09-01sdp: call board_usb_init at spl_sdp_load_imageFrank Li
2020-09-01dfu: fix dfu tftp on sandboxHeinrich Schuchardt
2020-09-01dfu: fix typo parameteresHeinrich Schuchardt
2020-08-27image: don't exceed gd->ram_top in bootm_sizeBaruch Siach
2020-08-26board_f: Add default values for bi_dram[] in dram_init_banksize()Stefan Roese
2020-08-26image: Use gd->ram_base/_size in env_get_bootm_size()Stefan Roese
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese
2020-08-24avb: Make AVB independent of fastbootUsama Arif
2020-08-23Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-08-23stdio: Tidy up the coding styleSimon Glass
2020-08-23stdio: Drop brackets around &devs.listSimon Glass
2020-08-23stdio: Update to use compiler for Kconfig checksSimon Glass
2020-08-23stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass
2020-08-23Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass
2020-08-22board_f: Remove dead code from init_func_i2cOvidiu Panait
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko
2020-08-14xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko
2020-08-14common/board_f: make sure to call fix_fdt() before reserve_fdt()Pragnesh Patel
2020-08-11spl: usb: Only init usb onceFaiz Abbas
2020-08-11spl: usb: Create an API spl_usb_load()Faiz Abbas
2020-08-07fs/squashfs: new filesystemJoao Marcos Costa
2020-08-07console: Always define the console-recording functionsSimon Glass
2020-08-06common/board_r: Move blkcache_init call earlier in the boot sequenceOvidiu Panait
2020-08-06blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait
2020-08-06common/board_r: Remove initr_serial wrapperOvidiu Panait
2020-08-06board_f: Remove setup_board_part1Ovidiu Panait
2020-08-06board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait
2020-08-06board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait
2020-08-06board_f: Move sram bdinfo assignments to generic codeOvidiu Panait
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait
2020-08-06board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait
2020-08-06board_f: Introduce setup_bdinfo initcallOvidiu Panait
2020-08-04arm: move CONFIG_PREBOOT="usb start" to KConfigJonas Smedegaard
2020-08-03spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass
2020-07-28find dtb in android boot image with header version 2 during bootmchenshuo
2020-07-28Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford
2020-07-28Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford
2020-07-28Convert CONFIG_SPL_NAND_DRIVERS et al to KconfigAdam Ford
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-07-27pci_ep: Add the init functionXiaowei Bao
2020-07-25fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada