summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-07-071-1/+3
|\
| * sandbox: don't refer to symbol _initHeinrich Schuchardt2021-07-061-1/+3
* | bootstage: Eliminate when not enabledTom Rini2021-07-072-0/+4
|/
* Merge branch 'next'Tom Rini2021-07-056-16/+66
|\
| * Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-07-012-2/+5
| |\
| | * spl: fit: Also record architecture in /fit-imagesMichal Simek2021-06-232-2/+5
| * | Merge tag 'v2021.07-rc5' into nextTom Rini2021-06-282-4/+14
| |\ \
| * | | common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-112-2/+2
| * | | log: Add support for logging a bufferSimon Glass2021-06-081-0/+30
| * | | console: Report an error when output buffer is exhaustedSimon Glass2021-06-081-4/+14
| * | | image-fdt: save no-map parameter of reserve-memoryPatrick Delaunay2021-06-071-8/+15
| | |/ | |/|
* | | autoboot: fix MENUKEYDa Xue2021-07-021-1/+1
| |/ |/|
* | malloc: add SPDX license identifiersHeinrich Schuchardt2021-06-231-0/+10
* | autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEYDa Xue2021-06-221-4/+4
|/
* board: sifive: add HiFive Unmatched board supportGreen Wan2021-05-311-2/+2
* Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc2021-05-281-1/+0
* spl: Kconfig: Use tabs instead of space for alignmentMichal Simek2021-05-261-12/+12
* riscv: Drop USE_SPL_FIT_GENERATORBin Meng2021-05-191-2/+1
* common: kconfig: Correct a typo in SPL_LOAD_FITBin Meng2021-05-191-1/+1
* Merge branch '2021-05-17-assorted-fixes'Tom Rini2021-05-181-2/+2
|\
| * cli: slighly more clear error messagespeng.wang@smartm.com2021-05-171-2/+2
* | lib: introduce HASH_CALCULATE optionMasahisa Kojima2021-05-181-0/+1
* | hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt2021-05-181-4/+4
|/
* fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent2021-05-131-0/+46
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-121-4/+2
* fdt_support.c: Allow late kernel cmdline modificationNiko Mauno2021-05-041-1/+11
* env: allow environment to be amended from control dtbRasmus Villemoes2021-05-041-0/+2
* sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson2021-05-041-0/+4
* IOMUX: Fix buffer overflow in iomux_replace_device()Yuichiro Goto2021-04-271-2/+6
* common: edid: Search for valid timing in extension blockJernej Skrabec2021-04-241-0/+18
* common: edid: extract code for detailed timing searchJernej Skrabec2021-04-241-21/+28
* common: edid: check for digital display earlierJernej Skrabec2021-04-241-4/+5
* Add support for stack-protectorJoel Peshkin2021-04-203-0/+38
* Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2021-04-192-21/+8
* image-fit: Accept OP-TEE images when booting a FITAlexandru Gagniuc2021-04-141-0/+2
* image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as validAlexandru Gagniuc2021-04-141-0/+2
* spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc2021-04-141-1/+18
* spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc2021-04-141-1/+11
* spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc2021-04-141-2/+3
* spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc2021-04-141-3/+1
* common: fit: Add weak board_fit_config_name_matchSean Anderson2021-04-141-0/+5
* Kconfig: Document the limitations of the simple SPL_LOAD_FIT pathAlexandru Gagniuc2021-04-141-0/+10
* spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc2021-04-141-0/+24
* spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc2021-04-141-0/+8
* spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc2021-04-141-25/+45
* spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc2021-04-141-2/+9
* lib: Add support for ECDSA image signingAlexandru Gagniuc2021-04-141-2/+9
* lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-142-2/+2
* x86: qemu: move QFW to its own uclassAsherah Connor2021-04-122-0/+106
* hush: Fix assignments being misinterpreted as commandsSean Anderson2021-04-121-1/+1