aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc
2021-04-14common: fit: Add weak board_fit_config_name_matchSean Anderson
2021-04-14Kconfig: Document the limitations of the simple SPL_LOAD_FIT pathAlexandru Gagniuc
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor
2021-04-12hush: Fix assignments being misinterpreted as commandsSean Anderson
2021-04-12hash: Allow for SHA512 hardware implementationsJoel Stanley
2021-04-12lib: optee: migration optee_copy_fdt_nodes for OF_LIVE supportPatrick Delaunay
2021-04-10board_f: cosmetic: change the debug trace to KB in reserve_videoPatrick Delaunay
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-04-08spl: fit: nand: allow for non-page-aligned elementsTim Harvey
2021-04-08spl: fit: nand: skip bad block handling if NAND chip not fully definedTim Harvey
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2021-04-06usb: hub: Fix usb_get_port_status() for big-endian platformsAaron Williams
2021-04-06Convert CONFIG_MISC_INIT_F to KconfigSimon Glass
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-27sysinfo: Allow showing model info from sysinfoSimon Glass
2021-03-27bootm: Skip command-line substitution if !CONFIG_CMDLINESimon Glass
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass
2021-03-27bootstage: Warning if space is exhaustedSimon Glass
2021-03-27spl: Split out bootstage ID into a functionSimon Glass
2021-03-27sandbox: image: Allow sandbox to load any imageSimon Glass
2021-03-26dm: core: Add an option to support SPL in read-only memorySimon Glass
2021-03-17avb: Fix error when partition not foundschspa
2021-03-17image: Avoid -ENODATA in host toolsSimon Glass
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz
2021-03-12log: Handle line continuationSimon Glass
2021-03-12log: Set up a flag byte for log recordsSimon Glass
2021-03-12spl: Convert spl_fit to work with sandboxSimon Glass
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim
2021-03-05common: Move initr_addr_map() to a bit earlierBin Meng
2021-03-05common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng
2021-03-03bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass
2021-03-02bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass
2021-03-01Respect that some compression algos can be enabled separately for SPLFrieder Schrempf
2021-02-26usb: kbd: Also accept keyboards with Interrupt OUT endpointStefan BrĂ¼ns
2021-02-24Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FITKlaus Heinrich Kiwi
2021-02-24Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATUREKlaus Heinrich Kiwi
2021-02-24cmd: fdt: skip board specific fixup using env variableWasim Khan