summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass5-6/+6
2020-12-14dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass20-77/+77
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass5-22/+22
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass1-3/+2
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass1-2/+1
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass1-0/+12
2020-12-13dm: core: Drop device_bind_offset()Simon Glass1-7/+3
2020-12-13dm: core: Drop dev_set_of_offset()Simon Glass1-5/+0
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass2-3/+3
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+11
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-3/+3
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass2-5/+5
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt1-0/+17
2020-12-10drivers: ifc: add define for IFC_CSPRn TE bitAleksandar Gerasimovski1-0/+2
2020-12-10lx2160a: Fix address for secure boot headersManish Tomar1-1/+1
2020-12-10ls1043a: Fix address for secure boot headersManish Tomar1-2/+2
2020-12-10include/configs: ls1012aqds: add default environment variableBiwen Li1-0/+62
2020-12-10armv8: lx2162aqds: Add support for LX2162AQDS platformMeenakshi Aggarwal4-124/+80
2020-12-10drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to KconfigMeenakshi Aggarwal2-2/+0
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt1-0/+5
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt1-0/+3
2020-12-10fs: fat: export fat_next_cluster()Heinrich Schuchardt1-1/+6
2020-12-09Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians...Tom Rini7-7/+7
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard7-7/+7
2020-12-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-imxTom Rini34-244/+324
2020-12-07configs: migrate CONFIG_IMX_THERMAL to defconfigsTom Rini31-75/+0
2020-12-06board: toradex: add apalis-imx8x 2gb wb it v1.1a module supportIgor Opaniuk1-0/+149
2020-12-06board: ge: bx50v3: check b850v3 power management watchdogIan Ray1-3/+1
2020-12-06board: ge: bx50v3: correct CONFIG_CMD_NFSIan Ray1-2/+2
2020-12-06imx: aristainetos: enable U-Boot Environment variables protectionHeiko Schocher1-0/+3
2020-12-06imx6: add support for aristainetos2c_cslb board variantHeiko Schocher1-0/+9
2020-12-06imx6: remove not longer supported aristainetos boardsHeiko Schocher1-165/+161
2020-12-05bootm: Support string substitution in bootargsSimon Glass1-4/+10
2020-12-05cli: Support macro processing with a fixed-size bufferSimon Glass1-1/+3
2020-12-05bootm: Allow updating the bootargs in a bufferSimon Glass1-0/+16
2020-12-05bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-2/+9
2020-12-05bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-1/+2
2020-12-05bootm: Rename fixup_silent_linux()Simon Glass1-2/+2
2020-12-05bootm: Update fixup_silent_linux() to return an errorSimon Glass1-2/+9
2020-12-05bootm: Add tests for fixup_silent_linux()Simon Glass2-0/+4
2020-12-05env: Allow returning errors from hdelete_r()Simon Glass1-1/+10
2020-12-05spl: atf: add support for LOAD_IMAGE_V2Michael Walle2-0/+65
2020-12-05spl: atf: remove helper structure from common headerMichael Walle1-14/+0
2020-12-05spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle1-12/+31
2020-12-04configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include filePatrick Delaunay1-2/+0
2020-12-04arm: tegra: add options for BOOTENV_EFI_SET_FDTFILE_FALLBACK for tegra186Peter Robinson2-1/+8
2020-12-04arm: tegra: define fdtfile option for distro bootPeter Robinson7-0/+12
2020-12-04apalis/colibri_t30: add note about colibri vs. nvidia uart mappingMarcel Ziswiler2-2/+15
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro2-0/+5