aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-26ARM: rmobile: Enable CONFIG_SYS_FLASH_PROTECTIONMarek Vasut3-6/+0
2021-04-24Merge tag 'mips-pull-2021-04-24' of https://source.denx.de/u-boot/custodians/...WIP/24Apr2021Tom Rini1-0/+21
2021-04-23mips: octeon: Add Octeon III NIC23 board supportStefan Roese1-0/+21
2021-04-23xilinx: zynq: Add usb dfu/thor distro boot supportT Karthik Reddy3-33/+30
2021-04-23xilinx: versal: Add usb dfu/thor distro boot supportT Karthik Reddy1-25/+27
2021-04-23xilinx: zynqmp: Remove dfu_ram_info setupMichal Simek1-18/+1
2021-04-23xilinx: zynqmp: Add usb dfu/thor distro boot supportT Karthik Reddy1-0/+30
2021-04-22lmb: Add 2 config to define the max number of regionsPatrick Delaunay1-0/+34
2021-04-22lmb: correct size of the regions arrayPatrick Delaunay1-1/+1
2021-04-22lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay1-3/+1
2021-04-22lmb: add a max parameter in the struct lmb_regionPatrick Delaunay1-0/+1
2021-04-22lmb: remove lmb_region.sizePatrick Delaunay1-1/+0
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay5-15/+1
2021-04-22cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson1-1/+11
2021-04-20ARM: imx: udoo_neo: Convert to ethernet DMPeter Robinson1-10/+0
2021-04-20psci: add features/reset2 supportIgor Opaniuk1-0/+3
2021-04-20psci: add v1.0/v1.1 definitions from LinuxIgor Opaniuk1-0/+28
2021-04-20sysinfo.h: Add re-inclusion guardTom Rini1-0/+4
2021-04-20arm: highbank: Remove artificial SDRAM sizeAndre Przywara1-6/+0
2021-04-20net: calxedagmac: Convert to DM_ETHAndre Przywara2-3/+0
2021-04-20arm: highbank: Enable OF_CONTROLAndre Przywara1-1/+0
2021-04-20arm: highbank: Limit FDT and initrd load addressesAndre Przywara1-0/+4
2021-04-20arm: octeontx: support generic distro configTim Harvey1-5/+26
2021-04-20arm: octeontx: move CONFIG_SUPPORT_RAW_INITRD to configsTim Harvey1-2/+0
2021-04-20Fix IDE commands issued, fix endian issues, fix non MMIOReinoud Zandijk1-1/+1
2021-04-20configs: meson64: add NVME boot targetNeil Armstrong1-0/+7
2021-04-19Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc1-9/+1
2021-04-18Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini3-0/+42
2021-04-18ARM: imx8m: verdin-imx8mm: Enable USB Host supportMarek Vasut1-0/+5
2021-04-18ARM: dts: imx8mn: Add power domain nodesMarek Vasut1-0/+15
2021-04-18ARM: dts: imx8mm: Add power domain nodesMarek Vasut1-0/+22
2021-04-16env: add ENV_ERASE_PTR macroPatrick Delaunay1-0/+1
2021-04-16env: increment redund flag on read failBrandon Maier1-2/+0
2021-04-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/16Apr2021Tom Rini1-23/+41
2021-04-16sunxi: arm64: Add addresses for compressed kernel loadArnaud Ferraris1-0/+15
2021-04-16sunxi: add fdtoverlay_addr_r environment variableJernej Skrabec1-23/+26
2021-04-15Merge branch '2021-04-14-assorted-vboot-improvements'WIP/15Apr2021Tom Rini4-5/+137
2021-04-15ls1012a: use default scan_dev_for_bootMian Yousaf Kaukab5-35/+0
2021-04-15board: sl28: enable DM_SERIALMichael Walle1-2/+0
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng1-3/+3
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil1-0/+2
2021-04-15of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng1-0/+20
2021-04-15board/km: add support for seli8 design based on nxp ls102xAleksandar Gerasimovski2-0/+337
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc1-4/+12
2021-04-14lib: Add support for ECDSA image signingAlexandru Gagniuc2-0/+97
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc1-0/+27
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2-1/+1
2021-04-12gpio: Drop dm_gpio_set_dir()Simon Glass1-11/+0
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor2-32/+169
2021-04-12lib: string: Implement strlcatSean Anderson1-0/+3