aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-16env: sf: add missing spi_flash_freeWIP/2021-04-16-env-updatesPatrick Delaunay1-0/+6
2021-04-16env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay1-1/+1
2021-04-16env: add ENV_ERASE_PTR macroPatrick Delaunay3-7/+3
2021-04-16env: sf: add support for env eraseHarry Waschkeit1-0/+83
2021-04-16env: sf: single function env_sf_save()Harry Waschkeit1-91/+38
2021-04-16env: Fix invalid env handling in env_init()Marek Vasut1-0/+3
2021-04-16env/fat.c: support redund environmentBrandon Maier2-8/+39
2021-04-16env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCEMartin Fuzzey1-2/+3
2021-04-16env: increment redund flag on read failBrandon Maier3-22/+9
2021-04-16env: add CONFIG_ENV_SECT_SIZE_AUTORasmus Villemoes2-2/+22
2021-04-16env/sf.c: use a variable to hold the sector sizeRasmus Villemoes1-10/+12
2021-04-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/16Apr2021Tom Rini9-55/+215
2021-04-16sunxi: video: select dw-hdmi in Kconfig, not MakefileJernej Skrabec2-1/+2
2021-04-16sunxi: arm64: Add addresses for compressed kernel loadArnaud Ferraris1-0/+15
2021-04-16sunxi: binman: Do not hardcode U-Boot load addressSamuel Holland1-1/+1
2021-04-16sunxi: binman: Respect the default FIT configurationSamuel Holland1-1/+1
2021-04-16clk: sunxi: h6: Add XHCI clocksSamuel Holland1-0/+2
2021-04-16clk: sunxi: Add a dummy clock driver for the RTCSamuel Holland2-0/+37
2021-04-16sunxi: enable dual rank memory on R40Icenowy Zheng1-6/+49
2021-04-16sunxi: support asymmetric dual rank DRAM on A64/R40Icenowy Zheng2-23/+82
2021-04-16sunxi: add fdtoverlay_addr_r environment variableJernej Skrabec1-23/+26
2021-04-15Merge branch '2021-04-14-assorted-vboot-improvements'WIP/15Apr2021Tom Rini31-266/+955
2021-04-15Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini103-206/+2772
2021-04-15Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini9-863/+1073
2021-04-15configs: T1042D4RDB: enable DM_ETHCamelia Groza5-2/+18
2021-04-15powerpc: dts: t1042d4rdb: add FMan v3 nodesCamelia Groza1-1/+54
2021-04-15powerpc: dts: t1042: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza1-0/+46
2021-04-15configs: T4240RDB: enable DM_ETHCamelia Groza2-0/+6
2021-04-15powerpc: dts: qoriq: update the mdio offsets under the second FMan v3Camelia Groza11-14/+14
2021-04-15powerpc: dts: t4240rdb: add FMan v3 nodesCamelia Groza1-1/+141
2021-04-15powerpc: dts: t4240: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza1-0/+101
2021-04-15configs: T2080RDB: enable DM_ETHCamelia Groza4-0/+12
2021-04-15board: freescale: t208xrdb: fdt fixups under DM_ETHCamelia Groza3-0/+40
2021-04-15powerpc: dts: t2080rdb: add FMan v3 nodesCamelia Groza1-1/+68
2021-04-15powerpc: dts: t2080: add QorIQ DPAA 1 FMan v3 nodesCamelia Groza1-0/+51
2021-04-15ls1012a: use default scan_dev_for_bootMian Yousaf Kaukab5-35/+0
2021-04-15board: sl28: add config to enable console output on SER0Michael Walle4-1/+34
2021-04-15board: sl28: enable DM_SERIALMichael Walle2-2/+1
2021-04-15board: sl28: move DM_* configs to KconfigMichael Walle2-17/+19
2021-04-15armv8: fsl-layerscape: spl: call spl_early_init()Michael Walle1-0/+8
2021-04-15armv8: fsl-layerscape: spl: add debug UART supportMichael Walle1-0/+3
2021-04-15freescale: ls1021atwr: Drop use of CONFIG_RESETSimon Glass2-5/+4
2021-04-15doc: board: qemu-ppce500: Document eTSEC usageBin Meng1-0/+5
2021-04-15ppc: qemu: Enable eTSEC supportBin Meng1-0/+4
2021-04-15ppc: qemu: Create a virtual memory mapping of the platform busBin Meng3-0/+36
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng3-0/+35
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng3-10/+41
2021-04-15net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng1-3/+27
2021-04-15dt-bindings: net: Update Freescale TSEC to support "queue-group"Bin Meng1-1/+18
2021-04-15net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng1-1/+3