summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-shWIP/21May2020Tom Rini2020-05-211-0/+5
|\
| * fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup()Marek Vasut2020-05-201-0/+5
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/20May2020Tom Rini2020-05-2015-165/+40
|\ \
| * | include/configs: ls1046afrwy: add support for boot targets.Pramod Kumar2020-05-191-1/+9
| * | configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN sizeKuldeep Singh2020-05-191-1/+1
| * | configs: ls2080ardb: Make BOOT command access flash memory as per spi-memKuldeep Singh2020-05-191-4/+10
| * | configs: ls2080ardb: Make MC_INIT access flash memory as per spi-memKuldeep Singh2020-05-191-10/+18
| * | configs: ls1046a: Move SPI_FLASH_SPANSION to defconfigKuldeep Singh2020-05-192-15/+0
| * | configs: ls1012a: Enable CONFIG_SPI_FLASH_SPANSION in defconfigsKuldeep Singh2020-05-191-1/+0
| * | configs: ls1043a: Move CONFIG_FSL_QSPI and SPI_FLASH_SPANSION to defconfigKuldeep Singh2020-05-191-8/+0
| * | treewide: Remove unused FSL QSPI config options for Layerscape platformsKuldeep Singh2020-05-1915-125/+2
* | | mpc83xx, abb: remove suvd3 boardHeiko Schocher2020-05-191-34/+0
* | | mpc83xx: remove redundant MPC83xx_RESET #defineRasmus Villemoes2020-05-191-5/+0
| |/ |/|
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-1832-1/+38
* | Use __ASSEMBLY__ as the assembly macrosSimon Glass2020-05-182-3/+3
* | common: Drop linux/delay.h from common headerSimon Glass2020-05-186-1/+8
* | common: Drop linux/stringify.h from common headerSimon Glass2020-05-18101-1/+158
* | common: Drop linux/bug.h from common headerSimon Glass2020-05-183-1/+2
* | common: Drop asm_offsets.h from common headerSimon Glass2020-05-181-1/+0
* | common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-1/+0
* | common: Drop log.h from common headerSimon Glass2020-05-187-2/+9
* | command: Remove the cmd_tbl_t typedefSimon Glass2020-05-1822-138/+177
* | common: Drop init.h from common headerSimon Glass2020-05-181-1/+0
* | common: Drop image.h from common headerSimon Glass2020-05-184-5/+10
* | common: Drop bootstage.h from common headerSimon Glass2020-05-181-1/+0
* | bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2020-05-181-5/+5
* | common: Drop part.h from common headerSimon Glass2020-05-1815-2/+34
* | part: Drop disk_partition_t typedefSimon Glass2020-05-1812-32/+36
* | common: Drop net.h from common headerSimon Glass2020-05-185-4/+9
* | arm: Don't include common.h in header filesSimon Glass2020-05-184-1/+9
* | common: Drop flash.h from common headerSimon Glass2020-05-181-1/+0
* | flash: Tidy up coding style for flash functionsSimon Glass2020-05-181-12/+12
* | common: Drop uuid.h from common headerSimon Glass2020-05-181-1/+0
|/
* efi_loader: Add headers for EDK2 StandAloneMM communicationSughosh Ganu2020-05-171-0/+208
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-171-2/+1
* qemu-x86*_defconfig: Enable CONFIG_PCI_INIT_RWIP/2020-05-15-kconfig-migrationsOvidiu Panait2020-05-151-2/+0
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* pci: Fix typo in definition for PCI_DEVSimon Glass2020-05-151-1/+1
* usb: Update struct usb_device to indicate speed enumSimon Glass2020-05-151-1/+1
* dfu: add prototype for dfu_transaction_initiate/cleanupPatrick Delaunay2020-05-141-0/+3
* usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay2020-05-141-0/+1
* board: stm32mp1: support boot from spi-nandPatrick Delaunay2020-05-141-2/+3
* board: stm32mp1: reserve memory for OP-TEE in device treePatrick Delaunay2020-05-141-4/+0
* stm32mp1: move MTDPART configuration in KconfigPatrick Delaunay2020-05-141-22/+0
* stm32mp1: dynamically build DFU_ALT_INFOPatrick Delaunay2020-05-141-33/+0
* ARM: stm32: Implement board coding on AV96Marek Vasut2020-05-141-0/+15
* usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki2020-05-121-0/+1
* Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/11May2020Tom Rini2020-05-112-51/+108
|\
| * lib: charset: correct function descriptionsHeinrich Schuchardt2020-05-091-14/+25
| * charset: Add support for calculating bytes occupied by a u16 stringSughosh Ganu2020-05-091-0/+12