summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lib: Comment the base parameter with simple_strtoul/l()Simon Glass2021-08-021-2/+8
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-0/+13
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-3/+25
* sandbox: Reduce keyed autoboot delaySimon Glass2021-08-011-0/+36
* sandbox: tpm: Support nvdata in TPM2Simon Glass2021-08-011-0/+2
* Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-07-311-0/+10
|\
| * sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2Samuel Holland2021-08-011-0/+10
* | arm: kirkwood: Dreamplug: Add DM SATA and remove IDE configsTony Dinh2021-07-311-2/+10
* | arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFSPali Rohár2021-07-3111-50/+2
* | arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage headerPali Rohár2021-07-3111-23/+16
* | SPL: Add support for specifying offset between header and imagePali Rohár2021-07-311-0/+1
* | Merge branch '2021-07-28-assorted-fixes'Tom Rini2021-07-291-0/+1
|\ \
| * | arm64: Update memcpy_{from, to}io() helpersPatrice Chotard2021-07-281-0/+1
* | | Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-07-299-15/+207
|\ \ \ | |/ / |/| |
| * | arm: mach-k3: j721e: Cleanup MAIN R5 boot code from R5 SPLSuman Anna2021-07-271-2/+0
| * | arm: mach-k3: j721e: Move booting of Main R5FSS Core0 to A72 U-BootSuman Anna2021-07-271-0/+1
| * | configs: am64x_evm: Move CONFIG_SYS_MMC_ENV_DEV and CONFIG_SYS_MMC_ENV_PART t...Aswath Govindraju2021-07-271-6/+0
| * | env: ti: j721e-evm: Add env variable to power on & reset QSGMII PHY in J7200 EVMKishon Vijay Abraham I2021-07-271-0/+14
| * | dt-bindings: ti-serdes-mux: Add defines for AM64 SoCKishon Vijay Abraham I2021-07-271-0/+5
| * | dt-bindings: phy: cadence-torrent: Add defines for refclk driverKishon Vijay Abraham I2021-07-271-0/+20
| * | dt-bindings: phy: Add defines for AM64 SERDES WrapperKishon Vijay Abraham I2021-07-271-0/+21
| * | dt-bindings: phy: Add definitions for additional phy typesAswath Govindraju2021-07-271-0/+1
| * | dm: core: Add helper to compare node namesKishon Vijay Abraham I2021-07-271-0/+10
| * | dt-bindings: Resync omap & am33xx pinctrl bindingsPaul Barker2021-07-272-7/+135
* | | i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass2021-07-286-6/+6
* | | i2c: Drop unused CONFIG_I2CSimon Glass2021-07-283-3/+0
* | | i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-2889-93/+93
* | | Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2021-07-287-7/+7
* | | Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-283-3/+3
* | | Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-281-1/+1
* | | Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2021-07-286-6/+6
* | | Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2021-07-281-1/+1
* | | Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass2021-07-283-3/+3
* | | Allow efi_loader header to be included alwaysSimon Glass2021-07-281-91/+94
| |/ |/|
* | lib: strto: add simple_strtoll functionRoland Gaudig2021-07-271-0/+1
* | Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodia...Tom Rini2021-07-271-0/+2
|\ \
| * | meson64: add kernel compression varsArtem Lapkin2021-07-271-0/+2
| |/
* | spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc2021-07-271-0/+14
|/
* xilinx: Define kernel_comp_addr_r,kernel_comp_size env variablesRaju Kumar Pothuraju2021-07-262-0/+4
* arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZEMichal Simek2021-07-261-2/+0
* net: ethtool: Add ethernet speed macros for higher speedsAshok Reddy Soma2021-07-261-0/+8
* mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma2021-07-261-3/+4
* xilinx: zynqmp: increase CONFIG_SYS_SPL_MALLOC_SIZE to 16MBRicardo Salveti2021-07-261-1/+1
* Merge tag 'efi-2021-10-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-07-243-6/+6
|\
| * efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro2021-07-242-4/+1
| * smbios: error handling for invalid addressesHeinrich Schuchardt2021-07-241-2/+5
* | board: dragonboard410c: Fix PHYS_SDRAM_1_SIZEStephan Gerhold2021-07-231-2/+2
* | board: dragonboard410c: Load U-Boot directly without LKStephan Gerhold2021-07-231-0/+3
* | configs: synquacer: Remove mtdparts settings and update DFU settingMasami Hiramatsu2021-07-231-1/+1
|/
* test: add first autoboot unit testsSteffen Jaeckel2021-07-233-0/+33