summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* configs: sei510/sei610: reformat PARTS_defaultMattijs Korpershoek2021-08-102-14/+14
* configs: meson64_android: boot android via abootimgGuillaume La Roque2021-08-101-1/+56
* configs: meson64_android: define BOOT_CMD macroMattijs Korpershoek2021-08-101-2/+4
* configs: meson64_android: implement A/B slot supportMattijs Korpershoek2021-08-101-8/+47
* configs: meson64_android: implement AVB supportMattijs Korpershoek2021-08-101-0/+23
* configs: meson64_android: increase SYS_MALLOC_LEN to 128M for AVBMattijs Korpershoek2021-08-101-0/+4
* configs: meson64: permit redefining SYS_MALLOC_LENMattijs Korpershoek2021-08-101-0/+2
* configs: meson64_android: reboot to fastbootd from bootloaderMattijs Korpershoek2021-07-301-0/+4
* configs: meson64_android: implement recovery boot via BCBMattijs Korpershoek2021-07-301-7/+23
* configs: meson64_android: use BCB for reboot to bootloaderMattijs Korpershoek2021-07-301-13/+13
* configs: meson64_android: don't set console bootargsMattijs Korpershoek2021-07-291-3/+1
* configs: meson64_android: use logo part label instead of indexMattijs Korpershoek2021-07-291-3/+6
* configs: meson64_android: use boot part label instead of indexMattijs Korpershoek2021-07-291-4/+6
* configs: meson64_android: use CONFIG_FASTBOOT_USB_DEVMattijs Korpershoek2021-07-291-2/+2
* configs: meson64_android: fix bad indent in EXTRA_ENV_SETTINGSMattijs Korpershoek2021-07-291-1/+2
* configs: sei610: fix typo in header commentMattijs Korpershoek2021-07-291-1/+1
* 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
* lib: wrap crypt API to hide errno usageSteffen Jaeckel2021-07-231-1/+2
* lib: add crypt subsystemSteffen Jaeckel2021-07-231-0/+13
* reboot-mode: read the boot mode from RTC memoryNandor Han2021-07-231-0/+16
* reboot-mode: read the boot mode from GPIOs statusNandor Han2021-07-231-0/+32
* reboot-mode: add support for reboot mode controlNandor Han2021-07-232-0/+57
* net: remove CONFIG_NET_MULTI (again)Michal Simek2021-07-234-4/+0
* mux: correct prototype for mux_control_try_select()Patrick Wildt2021-07-231-2/+2
* arm: vexpress64: juno: Enable distro_bootcmd functionalityAndre Przywara2021-07-231-24/+34