summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-08-09arm: imx: add i.MX8ULP EVK supportPeng Fan1-0/+107
2021-08-09arm: dts: add i.MX8ULP dtsiPeng Fan1-0/+247
2021-08-09driver: serial: fsl_lpuart: support i.MX8ULPPeng Fan1-1/+1
2021-08-09mx28evk: Convert to driver modelFabio Estevam1-7/+0
2021-08-09board: ge: bx50v3: Add PCIe reset to DTSebastian Reichel1-1/+0
2021-08-09mx6cuboxi: Fix the console variableFabio Estevam1-2/+1
2021-08-09mx6cuboxi: Fix the mmc device for the rootfsFabio Estevam1-1/+1
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-1/+2
2021-08-08dm: migrate the dm_warn to use the log macroPatrick Delaunay1-1/+1
2021-08-08ARM: renesas: Mallocate bootparams on Gen3Marek Vasut1-0/+2
2021-08-06ppc: Drop t4qds and b4860qds referencesSimon Glass1-240/+0
2021-08-06pci: Drop pci_init_board()Simon Glass1-3/+0
2021-08-06distro_bootcmd: Update DM_PCI checkSimon Glass1-1/+1
2021-08-06zynqmp_firmware: Add zynqmp firmware related enumsT Karthik Reddy1-0/+127
2021-08-06mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma1-1/+1
2021-08-06reset: zynqmp: Add reset controller for ZynqMP SoCMichal Simek1-0/+131
2021-08-06firmware: xilinx: Use explicit values for all enum valuesMichal Simek1-44/+49
2021-08-06pci: imx: Drop DM_PCI check from cpu driverSimon Glass1-4/+0
2021-08-06pci: Drop DM_PCI check from bios_emulSimon Glass1-16/+0
2021-08-05ppc: Drop DM_PCI from config filesSimon Glass10-204/+0
2021-08-05ppc: Drop CONFIG_SYS_PCI_SUBSYS_VENDORIDSimon Glass5-5/+0
2021-08-05pci: Remove guard around compatibility functionsSimon Glass1-2/+6
2021-08-04config: MPC8548CDS: eliminate symbol CONFIG_SYS_ID_EEPROMHeinrich Schuchardt1-1/+0
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-2/+0
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass1-4/+12
2021-08-02lib: Comment the base parameter with simple_strtoul/l()Simon Glass1-2/+8
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-0/+13
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+25
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass1-0/+36
2021-08-01sandbox: tpm: Support nvdata in TPM2Simon Glass1-0/+2
2021-08-01Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+10
2021-08-01sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2Samuel Holland1-0/+10
2021-07-31arm: kirkwood: Dreamplug: Add DM SATA and remove IDE configsTony Dinh1-2/+10
2021-07-31arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFSPali Rohár11-50/+2
2021-07-31arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár11-23/+16
2021-07-31SPL: Add support for specifying offset between header and imagePali Rohár1-0/+1
2021-07-30configs: meson64_android: reboot to fastbootd from bootloaderMattijs Korpershoek1-0/+4
2021-07-30configs: meson64_android: implement recovery boot via BCBMattijs Korpershoek1-7/+23
2021-07-30configs: meson64_android: use BCB for reboot to bootloaderMattijs Korpershoek1-13/+13
2021-07-29Merge branch '2021-07-28-assorted-fixes'Tom Rini1-0/+1
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini9-15/+207
2021-07-29configs: meson64_android: don't set console bootargsMattijs Korpershoek1-3/+1
2021-07-29configs: meson64_android: use logo part label instead of indexMattijs Korpershoek1-3/+6
2021-07-29configs: meson64_android: use boot part label instead of indexMattijs Korpershoek1-4/+6
2021-07-29configs: meson64_android: use CONFIG_FASTBOOT_USB_DEVMattijs Korpershoek1-2/+2
2021-07-29configs: meson64_android: fix bad indent in EXTRA_ENV_SETTINGSMattijs Korpershoek1-1/+2
2021-07-29configs: sei610: fix typo in header commentMattijs Korpershoek1-1/+1
2021-07-29arm64: Update memcpy_{from, to}io() helpersPatrice Chotard1-0/+1
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass6-6/+6
2021-07-28i2c: Drop unused CONFIG_I2CSimon Glass3-3/+0