summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2021-07-16image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass1-4/+4
2021-07-16image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass1-3/+3
2021-07-16image: android: Automatically detect more compression typesStephan Gerhold1-1/+1
2021-07-16fit: Load DTO into temporary buffer and ignore load addressMarek Vasut1-4/+28
2021-07-14board-info: Call sysinfo_detect() before sysinfo_get_str()Marek Vasut1-2/+6
2021-07-14board-info: Use sysinfo_get()Marek Vasut1-1/+1
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini1-1/+3
2021-07-07bootstage: Eliminate when not enabledTom Rini2-0/+4
2021-07-06sandbox: don't refer to symbol _initHeinrich Schuchardt1-1/+3
2021-07-05Merge branch 'next'Tom Rini6-16/+66
2021-07-02autoboot: fix MENUKEYDa Xue1-1/+1
2021-07-01Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-2/+5
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini2-4/+14
2021-06-23malloc: add SPDX license identifiersHeinrich Schuchardt1-0/+10
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek2-2/+5
2021-06-22autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEYDa Xue1-4/+4
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2-2/+2
2021-06-08log: Add support for logging a bufferSimon Glass1-0/+30
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass1-4/+14
2021-06-07image-fdt: save no-map parameter of reserve-memoryPatrick Delaunay1-8/+15
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan1-2/+2
2021-05-28Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc1-1/+0
2021-05-27spl: Kconfig: Use tabs instead of space for alignmentMichal Simek1-12/+12
2021-05-19riscv: Drop USE_SPL_FIT_GENERATORBin Meng1-2/+1
2021-05-19common: kconfig: Correct a typo in SPL_LOAD_FITBin Meng1-1/+1
2021-05-18Merge branch '2021-05-17-assorted-fixes'Tom Rini1-2/+2
2021-05-18lib: introduce HASH_CALCULATE optionMasahisa Kojima1-0/+1
2021-05-18hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt1-4/+4
2021-05-18cli: slighly more clear error messagespeng.wang@smartm.com1-2/+2
2021-05-13fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent1-0/+46
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-4/+2
2021-05-04fdt_support.c: Allow late kernel cmdline modificationNiko Mauno1-1/+11
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes1-0/+2
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson1-0/+4
2021-04-27IOMUX: Fix buffer overflow in iomux_replace_device()Yuichiro Goto1-2/+6
2021-04-24common: edid: Search for valid timing in extension blockJernej Skrabec1-0/+18
2021-04-24common: edid: extract code for detailed timing searchJernej Skrabec1-21/+28
2021-04-24common: edid: check for digital display earlierJernej Skrabec1-4/+5
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