summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm: dts: k3-j721e-main: Update the speed modes supported and their itap dela...Aswath Govindraju2021-04-161-4/+15
| * | test: pinmux: add test for 'pinctrl-single' driverDario Binacchi2021-04-125-5/+191
| * | pinctrl: single: add get_pin_muxing operationDario Binacchi2021-04-121-9/+213
| * | pinctrl: single: add get_pin_name operationDario Binacchi2021-04-121-0/+16
| * | pinctrl: single: add get_pins_count operationDario Binacchi2021-04-121-0/+37
| * | pinctrl: single: add register access functionsDario Binacchi2021-04-121-25/+46
| * | pinctrl: single: change function mask default valueDario Binacchi2021-04-121-2/+10
| * | pinctrl: single: check "register-width" DT propertyDario Binacchi2021-04-121-3/+7
| * | pinctrl: single: get register area size by device APIDario Binacchi2021-04-121-6/+8
| * | pinctrl: single: fix debug messages formattingDario Binacchi2021-04-121-2/+2
| * | pinctrl: single: fix offset managementDario Binacchi2021-04-121-10/+14
| * | pinctrl: single: fix the loop counter variable typeDario Binacchi2021-04-121-4/+4
| * | pinctrl: single: fix format of structure documentationDario Binacchi2021-04-121-9/+36
| * | configs: omap35_logic_somlv: Fix MMC bootingAdam Ford2021-04-121-0/+1
* | | Merge branch '2021-04-16-env-updates'Tom Rini2021-04-1810-70/+149
|\ \ \
| * | | env: sf: remove the static env_flash variablePatrick 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-sunxiTom 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'Tom Rini2021-04-1531-266/+955
|\ \ \ | |/ / |/| |
| * | lib/rsa: Use EVP_PKEY instead of RSAChan, 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