aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-21Merge git://git.denx.de/u-boot-shTom Rini1-0/+5
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini15-165/+40
2020-05-20fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup()Marek Vasut1-0/+5
2020-05-19mpc83xx, abb: remove suvd3 boardHeiko Schocher1-34/+0
2020-05-19mpc83xx: remove redundant MPC83xx_RESET #defineRasmus Villemoes1-5/+0
2020-05-19include/configs: ls1046afrwy: add support for boot targets.Pramod Kumar1-1/+9
2020-05-19configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN sizeKuldeep Singh1-1/+1
2020-05-19configs: ls2080ardb: Make BOOT command access flash memory as per spi-memKuldeep Singh1-4/+10
2020-05-19configs: ls2080ardb: Make MC_INIT access flash memory as per spi-memKuldeep Singh1-10/+18
2020-05-19configs: ls1046a: Move SPI_FLASH_SPANSION to defconfigKuldeep Singh2-15/+0
2020-05-19configs: ls1012a: Enable CONFIG_SPI_FLASH_SPANSION in defconfigsKuldeep Singh1-1/+0
2020-05-19configs: ls1043a: Move CONFIG_FSL_QSPI and SPI_FLASH_SPANSION to defconfigKuldeep Singh1-8/+0
2020-05-19treewide: Remove unused FSL QSPI config options for Layerscape platformsKuldeep Singh15-125/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass32-1/+38
2020-05-18Use __ASSEMBLY__ as the assembly macrosSimon Glass2-3/+3
2020-05-18common: Drop linux/delay.h from common headerSimon Glass6-1/+8
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass101-1/+158
2020-05-18common: Drop linux/bug.h from common headerSimon Glass3-1/+2
2020-05-18common: Drop asm_offsets.h from common headerSimon Glass1-1/+0
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-1/+0
2020-05-18common: Drop log.h from common headerSimon Glass7-2/+9
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass22-138/+177
2020-05-18common: Drop init.h from common headerSimon Glass1-1/+0
2020-05-18common: Drop image.h from common headerSimon Glass4-5/+10
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-1/+0
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass1-5/+5
2020-05-18common: Drop part.h from common headerSimon Glass15-2/+34
2020-05-18part: Drop disk_partition_t typedefSimon Glass12-32/+36
2020-05-18common: Drop net.h from common headerSimon Glass5-4/+9
2020-05-18arm: Don't include common.h in header filesSimon Glass4-1/+9
2020-05-18common: Drop flash.h from common headerSimon Glass1-1/+0
2020-05-18flash: Tidy up coding style for flash functionsSimon Glass1-12/+12
2020-05-18common: Drop uuid.h from common headerSimon Glass1-1/+0
2020-05-17efi_loader: Add headers for EDK2 StandAloneMM communicationSughosh Ganu1-0/+208
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-2/+1
2020-05-15qemu-x86*_defconfig: Enable CONFIG_PCI_INIT_ROvidiu Panait1-2/+0
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-05-15pci: Fix typo in definition for PCI_DEVSimon Glass1-1/+1
2020-05-15usb: Update struct usb_device to indicate speed enumSimon Glass1-1/+1
2020-05-14dfu: add prototype for dfu_transaction_initiate/cleanupPatrick Delaunay1-0/+3
2020-05-14usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay1-0/+1
2020-05-14board: stm32mp1: support boot from spi-nandPatrick Delaunay1-2/+3
2020-05-14board: stm32mp1: reserve memory for OP-TEE in device treePatrick Delaunay1-4/+0
2020-05-14stm32mp1: move MTDPART configuration in KconfigPatrick Delaunay1-22/+0
2020-05-14stm32mp1: dynamically build DFU_ALT_INFOPatrick Delaunay1-33/+0
2020-05-14ARM: stm32: Implement board coding on AV96Marek Vasut1-0/+15
2020-05-12usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki1-0/+1
2020-05-11Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2-51/+108
2020-05-11Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-64/+28
2020-05-11Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini10-7/+409