aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-10-14spl: Add SPL_SERIAL as requirement for SDP_USB_SDPOtavio Salvador1-0/+1
2020-10-14spl: Avoid printing boot device if silent console is enabledOtavio Salvador1-1/+3
2020-10-14cmd: Fixup DT to pass PStore Ramoops parametersFrédéric Danis1-0/+4
2020-10-12fit: cipher: aes: allow to read the IV in the FIT imagePhilippe Reynes1-7/+15
2020-10-12vboot: add DTB policy for supporting multiple required conf keysThirupathaiah Annapureddy1-3/+29
2020-10-10log: syslog: Handle errors in net_initSean Anderson1-1/+3
2020-10-10log: Disable the syslog driver by defaultSimon Glass1-1/+0
2020-10-10log: Add a way to enable/disable a log deviceSimon Glass1-0/+38
2020-10-10log: Add a flag to enable log driversSimon Glass3-1/+5
2020-10-10log: Allow LOG_DEBUG to always enable log outputSimon Glass1-1/+5
2020-10-09Kconfig: Move BOARD_TYPES under init optionsSimon Glass1-8/+8
2020-10-09Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass1-11/+0
2020-10-09Kconfig: Move VERSION_VARIABLE under environmentSimon Glass1-10/+0
2020-10-09Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooksSimon Glass1-17/+17
2020-10-09Kconfig: Move startup hooks under init optionsSimon Glass1-31/+31
2020-10-09Kconfig: Create a new 'init options' menuSimon Glass1-0/+4
2020-10-09Kconfig: Move DEFAULT_FDT_FILE under boot optionsSimon Glass2-5/+5
2020-10-09Kconfig: Move SUPPORT_RAW_INITRD under boot optionsSimon Glass2-8/+8
2020-10-09Kconfig: Move misc boot options under 'boot options'Simon Glass2-53/+53
2020-10-09Kconfig: Move CONFIG_BOOTDELAY under autoboot optionsSimon Glass2-16/+16
2020-10-09Kconfig: Move autoboot options under boot optionsSimon Glass1-0/+117
2020-10-09Kconfig: Move boot media under boot optionsSimon Glass2-63/+63
2020-10-09Kconfig: Move boot timing under boot optionsSimon Glass2-291/+291
2020-10-09Kconfig: Move boot menu into common/Simon Glass2-0/+342
2020-10-06bloblist: Allow custom alignment for blobsSimon Glass1-12/+20
2020-10-06bloblist: Tidy up the data alignmentSimon Glass1-6/+26
2020-10-06bloblist: Add a commandSimon Glass1-3/+59
2020-10-05Merge branch 'next'Tom Rini7-52/+32
2020-09-30optee: copy FDT OP-TEE related nodes before generic FDT changesEtienne Carriere1-7/+8
2020-09-29Define default CONFIG_PREBOOT with right config optionPeter Robinson1-1/+1
2020-09-24Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-4/+4
2020-09-23spl: Kconfig: Record proper dependency for SPL_ATFMichal Simek1-1/+1
2020-09-23fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek2-3/+3
2020-09-22log: mute messages generated by log driversHeinrich Schuchardt2-9/+12
2020-09-21Merge branch 'master' into nextTom Rini3-5/+10
2020-09-11Fix data abort caused by mis-aligning FIT dataReuben Dowle1-2/+5
2020-09-11bootm: update image OS image size when decompressingHeinrich Schuchardt1-0/+2
2020-09-11common: Kconfig: Add dependency for default variables stringsMichal Simek1-3/+3
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini3-39/+16
2020-09-01sdp: call board_usb_init at spl_sdp_load_imageFrank Li1-0/+2
2020-09-01dfu: fix dfu tftp on sandboxHeinrich Schuchardt1-1/+2
2020-09-01dfu: fix typo parameteresHeinrich Schuchardt1-2/+1
2020-08-27image: don't exceed gd->ram_top in bootm_sizeBaruch Siach1-0/+3
2020-08-26board_f: Add default values for bi_dram[] in dram_init_banksize()Stefan Roese1-6/+1
2020-08-26image: Use gd->ram_base/_size in env_get_bootm_size()Stefan Roese1-7/+2
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese3-28/+15
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