summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* env: sf: remove the static env_flash variableWIP/2021-04-16-env-updatesPatrick Delaunay2021-04-161-23/+18
* env: sf: add missing spi_flash_freePatrick Delaunay2021-04-161-0/+9
* env: sf: add support of command env erasePatrick Delaunay2021-04-161-0/+34
* env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay2021-04-161-1/+1
* env: add ENV_ERASE_PTR macroPatrick Delaunay2021-04-163-7/+3
* env: Fix invalid env handling in env_init()Marek Vasut2021-04-161-0/+3
* env/fat.c: support redund environmentBrandon Maier2021-04-162-8/+40
* env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCEMartin Fuzzey2021-04-161-2/+3
* env: increment redund flag on read failBrandon Maier2021-04-163-22/+9
* env: add CONFIG_ENV_SECT_SIZE_AUTORasmus Villemoes2021-04-162-2/+22
* env/sf.c: use a variable to hold the sector sizeRasmus Villemoes2021-04-161-10/+12
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/16Apr2021Tom Rini2021-04-169-55/+215
|\
| * sunxi: video: select dw-hdmi in Kconfig, not MakefileJernej Skrabec2021-04-162-1/+2
| * sunxi: arm64: Add addresses for compressed kernel loadArnaud Ferraris2021-04-161-0/+15
| * sunxi: binman: Do not hardcode U-Boot load addressSamuel Holland2021-04-161-1/+1
| * sunxi: binman: Respect the default FIT configurationSamuel Holland2021-04-161-1/+1
| * clk: sunxi: h6: Add XHCI clocksSamuel Holland2021-04-161-0/+2
| * clk: sunxi: Add a dummy clock driver for the RTCSamuel Holland2021-04-162-0/+37
| * sunxi: enable dual rank memory on R40Icenowy Zheng2021-04-161-6/+49
| * sunxi: support asymmetric dual rank DRAM on A64/R40Icenowy Zheng2021-04-162-23/+82
| * sunxi: add fdtoverlay_addr_r environment variableJernej Skrabec2021-04-161-23/+26
* | Merge branch '2021-04-14-assorted-vboot-improvements'WIP/15Apr2021Tom Rini2021-04-1531-266/+955
|\ \ | |/ |/|
| * lib/rsa: Use EVP_PKEY instead of RSAWIP/2021-04-14-assorted-vboot-improvementsChan, Donald2021-04-141-102/+67
| * 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-143-19/+5
| * doc: FIT image: Update FPGA example to make use of "loadables"Alexandru Gagniuc2021-04-141-1/+2
| * 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
| * doc: FIT image: Introduce "u-boot, fpga-legacy" propertyAlexandru Gagniuc2021-04-141-0/+1
| * spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc2021-04-141-2/+9
| * test/py: ecdsa: Use mkimage keyfile instead of keydir argumentAlexandru Gagniuc2021-04-141-1/+1
| * lib/ecdsa: Use the 'keydir' argument from mkimage if appropriateAlexandru Gagniuc2021-04-141-1/+13
| * lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc2021-04-141-8/+26
| * mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc2021-04-145-32/+52
| * doc: signature.txt: Document the keydir and keyfile argumentsAlexandru Gagniuc2021-04-141-0/+13
| * test/py: ecdsa: Add test for mkimage ECDSA signingAlexandru Gagniuc2021-04-141-0/+111
| * test/py: Add pycryptodomex to list of required pakagesAlexandru Gagniuc2021-04-141-0/+1
| * doc: signature.txt: Document devicetree format for ECDSA keysAlexandru Gagniuc2021-04-141-1/+6
| * lib: Add support for ECDSA image signingAlexandru Gagniuc2021-04-145-2/+415
| * lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc2021-04-144-64/+105
| * lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-1410-8/+11
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2021-04-15103-206/+2772
|\ \
| * | configs: T1042D4RDB: enable DM_ETHCamelia Groza2021-04-155-2/+18