summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* bloblist: Allow custom alignment for blobsSimon Glass2020-10-061-12/+20
* bloblist: Tidy up the data alignmentSimon Glass2020-10-061-6/+26
* bloblist: Add a commandSimon Glass2020-10-061-3/+59
* Merge branch 'next'Tom Rini2020-10-057-52/+32
|\
| * Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...WIP/24Sep2020-nextTom Rini2020-09-242-4/+4
| |\
| | * spl: Kconfig: Record proper dependency for SPL_ATFMichal Simek2020-09-231-1/+1
| | * fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek2020-09-232-3/+3
| * | log: mute messages generated by log driversHeinrich Schuchardt2020-09-222-9/+12
| * | Merge branch 'master' into nextTom Rini2020-09-213-5/+10
| |\ \ | | |/
| * | 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
* | | | optee: copy FDT OP-TEE related nodes before generic FDT changesWIP/30Sep2020Etienne Carriere2020-09-301-7/+8
* | | | Define default CONFIG_PREBOOT with right config optionPeter Robinson2020-09-291-1/+1
| |_|/ |/| |
* | | 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
|/ /
* | 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...WIP/23Aug2020Tom Rini2020-08-231-4/+0
|\
| * board_f: Remove dead code from init_func_i2cOvidiu Panait2020-08-221-4/+0
* | stdio: Tidy up the coding styleWIP/2020-08-21-stdio-cleanupSimon 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 sequenceWIP/2020-08-06-Kconfig-sram-optionsOvidiu 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