summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* log: mute messages generated by log driversHeinrich Schuchardt2020-09-222-9/+12
* Merge branch 'master' into nextTom Rini2020-09-213-5/+10
|\
| * Fix data abort caused by mis-aligning FIT dataReuben Dowle2020-09-111-2/+5
| * bootm: update image OS image size when decompressingHeinrich Schuchardt2020-09-111-0/+2
| * common: Kconfig: Add dependency for default variables stringsMichal Simek2020-09-111-3/+3
* | Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2020-09-073-39/+16
|\ \ | |/ |/|
| * board_f: Add default values for bi_dram[] in dram_init_banksize()Stefan Roese2020-08-261-6/+1
| * image: Use gd->ram_base/_size in env_get_bootm_size()Stefan Roese2020-08-261-7/+2
| * CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-263-28/+15
* | sdp: call board_usb_init at spl_sdp_load_imageFrank Li2020-09-011-0/+2
* | dfu: fix dfu tftp on sandboxHeinrich Schuchardt2020-09-011-1/+2
* | dfu: fix typo parameteresHeinrich Schuchardt2020-09-011-2/+1
* | image: don't exceed gd->ram_top in bootm_sizeBaruch Siach2020-08-271-0/+3
|/
* avb: Make AVB independent of fastbootUsama Arif2020-08-242-2/+19
* Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-08-231-4/+0
|\
| * board_f: Remove dead code from init_func_i2cOvidiu Panait2020-08-221-4/+0
* | stdio: Tidy up the coding styleSimon Glass2020-08-231-21/+16
* | stdio: Drop brackets around &devs.listSimon Glass2020-08-231-6/+6
* | stdio: Update to use compiler for Kconfig checksSimon Glass2020-08-231-89/+83
* | stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass2020-08-232-20/+11
* | Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass2020-08-231-0/+16
|/
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+14
* xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko2020-08-141-0/+13
* common/board_f: make sure to call fix_fdt() before reserve_fdt()Pragnesh Patel2020-08-141-3/+3
* spl: usb: Only init usb onceFaiz Abbas2020-08-111-3/+8
* spl: usb: Create an API spl_usb_load()Faiz Abbas2020-08-111-7/+13
* fs/squashfs: new filesystemJoao Marcos Costa2020-08-071-0/+9
* console: Always define the console-recording functionsSimon Glass2020-08-071-1/+3
* common/board_r: Move blkcache_init call earlier in the boot sequenceOvidiu Panait2020-08-061-3/+3
* blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2020-08-061-1/+1
* common/board_r: Remove initr_serial wrapperOvidiu Panait2020-08-061-7/+1
* board_f: Remove setup_board_part1Ovidiu Panait2020-08-061-11/+1
* board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait2020-08-061-34/+2
* board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait2020-08-061-15/+4
* board_f: Move sram bdinfo assignments to generic codeOvidiu Panait2020-08-061-5/+5
* board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait2020-08-061-6/+5
* board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait2020-08-061-1/+6
* board_f: Introduce setup_bdinfo initcallOvidiu Panait2020-08-061-0/+6
* arm: move CONFIG_PREBOOT="usb start" to KConfigJonas Smedegaard2020-08-041-0/+1
* spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass2020-08-031-0/+10
* find dtb in android boot image with header version 2 during bootmchenshuo2020-07-281-3/+13
* Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to KconfigAdam Ford2020-07-281-0/+7
* Convert CONFIG_SPL_NAND_BASE et al to KconfigAdam Ford2020-07-281-0/+12
* Convert CONFIG_SPL_NAND_DRIVERS et al to KconfigAdam Ford2020-07-281-0/+14
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-07-271-0/+12
|\
| * pci_ep: Add the init functionXiaowei Bao2020-07-271-0/+12
* | fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada2020-07-251-7/+10
* | fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada2020-07-251-3/+8
* | fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada2020-07-251-2/+2
* | lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes2020-07-251-0/+2
|/