summaryrefslogtreecommitdiff
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
* board: amlogic: odroid-n2: fix fdtfile suffix for n2-plusChristian Hewitt2021-08-102-2/+2
* Revert "ARM: meson: Add support for fastboot_set_reboot_flag()"Mattijs Korpershoek2021-07-301-34/+0
* configs: sei610/sei510: set CONFIG_CMD_BCB=yMattijs Korpershoek2021-07-302-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
* Merge branch '2021-07-28-build-improvements'Tom Rini2021-07-28548-1187/+1232
|\
| * Makefile: Move drivers/i2c/ into drivers/MakefileSimon Glass2021-07-282-5/+0
| * i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass2021-07-28276-287/+291
| * i2c: Create a new Kconfig for I2CSimon Glass2021-07-281-2/+24
| * i2c: Drop unused CONFIG_I2CSimon Glass2021-07-284-4/+0
| * i2c: Fix the migration warningSimon Glass2021-07-281-1/+1
| * i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-28110-130/+133
| * Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2021-07-28146-159/+159
| * Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-28185-194/+194
| * Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-2844-49/+49
| * Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2021-07-28110-111/+111
| * Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass2021-07-287-7/+7
| * Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2021-07-2815-25/+25
| * Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass2021-07-288-8/+8
| * Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass2021-07-2888-93/+93
| * Makefile: Move phy rules into drivers/phySimon Glass2021-07-2812-4/+15
| * Makefile: Sort the subdirectoriesSimon Glass2021-07-281-5/+5
| * README: Fix hyphenation in the directory docsSimon Glass2021-07-281-9/+9
| * lib: Create a new Kconfig option for charset conversionSimon Glass2021-07-282-1/+9
| * Allow efi_loader header to be included alwaysSimon Glass2021-07-281-91/+94
| * Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass2021-07-282-0/+2
| * disk: Tidy up #ifdefs in part_efiSimon Glass2021-07-281-5/+6
| * Makefile: Drop include/asm directory as well as symlinkSimon Glass2021-07-281-1/+1
|/
* Merge branch '2021-07-28-setexpr-fmt-support'Tom Rini2021-07-2813-5/+949
|\
| * AzureCI: Move i.MX8 builds to their own jobTom Rini2021-07-271-1/+3
| * test: cmd: setexpr: add format string testsRoland Gaudig2021-07-272-0/+85
| * doc: usage: add description for setexpr commandRoland Gaudig2021-07-273-0/+150
| * cmd: setexpr: add format string handlingRoland Gaudig2021-07-276-178/+300
| * cmd: printf: add helper functions from busyboxRoland Gaudig2021-07-271-0/+121
| * cmd: printf: import busybox-1.33.1 printf.cRoland Gaudig2021-07-271-0/+455
| * lib: strto: add simple_strtoll functionRoland Gaudig2021-07-272-0/+9
|/