summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2021-04-20Add support for stack-protectorJoel Peshkin3-0/+38
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2-21/+8
2021-04-14image-fit: Accept OP-TEE images when booting a FITAlexandru Gagniuc1-0/+2
2021-04-14image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as validAlexandru Gagniuc1-0/+2
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc1-1/+18
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc1-1/+11
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc1-2/+3
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc1-3/+1
2021-04-14common: fit: Add weak board_fit_config_name_matchSean Anderson1-0/+5
2021-04-14Kconfig: Document the limitations of the simple SPL_LOAD_FIT pathAlexandru Gagniuc1-0/+10
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc1-0/+24
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc1-0/+8
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc1-25/+45
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc1-2/+9
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc1-2/+9
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2-2/+2
2021-04-13x86: qemu: move QFW to its own uclassAsherah Connor2-0/+106
2021-04-13hush: Fix assignments being misinterpreted as commandsSean Anderson1-1/+1
2021-04-13hash: Allow for SHA512 hardware implementationsJoel Stanley1-2/+22
2021-04-12lib: optee: migration optee_copy_fdt_nodes for OF_LIVE supportPatrick Delaunay1-1/+1
2021-04-10board_f: cosmetic: change the debug trace to KB in reserve_videoPatrick Delaunay1-1/+1
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+18
2021-04-08spl: fit: nand: allow for non-page-aligned elementsTim Harvey1-5/+15
2021-04-08spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey1-1/+3
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng1-2/+3
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-2/+3
2021-04-06usb: hub: Fix usb_get_port_status() for big-endian platformsAaron Williams1-2/+3
2021-04-06Convert CONFIG_MISC_INIT_F to KconfigSimon Glass1-0/+6
2021-03-30Merge tag 'v2021.04-rc5' into nextTom Rini2-2/+2
2021-03-27sysinfo: Allow showing model info from sysinfoSimon Glass1-8/+29
2021-03-27bootm: Skip command-line substitution if !CONFIG_CMDLINESimon Glass1-1/+2
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass1-1/+1
2021-03-27bootstage: Warning if space is exhaustedSimon Glass1-6/+12
2021-03-27spl: Split out bootstage ID into a functionSimon Glass1-4/+19
2021-03-27sandbox: image: Allow sandbox to load any imageSimon Glass1-0/+4
2021-03-26dm: core: Add an option to support SPL in read-only memorySimon Glass1-0/+24
2021-03-17avb: Fix error when partition not foundschspa1-1/+1
2021-03-17image: Avoid -ENODATA in host toolsSimon Glass1-1/+1
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini5-14/+43
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz3-0/+62
2021-03-13log: Handle line continuationSimon Glass2-12/+21
2021-03-13log: Set up a flag byte for log recordsSimon Glass1-3/+6
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass2-13/+17
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim1-1/+1
2021-03-05common: Move initr_addr_map() to a bit earlierBin Meng1-3/+3
2021-03-05common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng1-3/+17
2021-03-04bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass2-1/+4
2021-03-02bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass1-1/+1
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass1-2/+1
2021-03-01Respect that some compression algos can be enabled separately for SPLFrieder Schrempf1-6/+18