summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-06log: Fix up debug_cond() when LOG is enabledSimon Glass1-4/+7
2021-04-06tlv_eeprom: Return -ENOSYS when system call is not availableSimon Glass1-3/+3
2021-04-06spi: Return -ENOSYS when system call is not availableSimon Glass1-1/+1
2021-04-05Merge branch 'next'Tom Rini48-193/+1419
2021-04-05imx8mn_ddr4_evk: Allow booting the kernel by defaultFabio Estevam1-2/+2
2021-03-31Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+16
2021-03-30xilinx: Sync DTs with Linux kernelMichal Simek1-0/+16
2021-03-30Merge tag 'v2021.04-rc5' into nextTom Rini7-148/+151
2021-03-29test: Add udevice declaration to avoid build errorSimon Glass1-0/+2
2021-03-27sysinfo: Allow showing model info from sysinfoSimon Glass1-0/+4
2021-03-27command: Fix operation of !CONFIG_CMDLINESimon Glass1-1/+9
2021-03-27malloc: Export malloc_simple_info()Simon Glass1-1/+2
2021-03-27sf: Support querying write-protectSimon Glass1-0/+27
2021-03-27sandbox: image: Allow sandbox to load any imageSimon Glass1-0/+5
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass1-1/+8
2021-03-27dm: core: Add CBFS support to flashmapSimon Glass1-0/+8
2021-03-27cbfs: Support reading compression informationSimon Glass1-0/+11
2021-03-27cbfs: Allow file traversal with any CBFSSimon Glass1-2/+17
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass1-2/+6
2021-03-27smbios: Allow writing to the coreboot version stringSimon Glass1-0/+20
2021-03-27cbfs: Add support for attributesSimon Glass1-1/+38
2021-03-27x86: coral: Put the eMMC firstSimon Glass1-3/+3
2021-03-27mtd: spi_flash_free()Heinrich Schuchardt1-1/+3
2021-03-26Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextTom Rini14-36/+343
2021-03-26dm: core: Add warnings to private / platform settersSimon Glass2-0/+21
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass1-0/+9
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass2-0/+13
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass1-0/+8
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass2-2/+29
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass1-0/+15
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-5/+11
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass2-30/+0
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass1-0/+5
2021-03-26dm: core: Include dt-decl.h automaticallySimon Glass1-0/+2
2021-03-25efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt1-4/+3
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho2-0/+45
2021-03-25efi_loader: Replace config option for initrd loadingIlias Apalodimas1-0/+1
2021-03-25efi_loader: Add helper functions for EFIIlias Apalodimas1-0/+7
2021-03-25efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas1-0/+4
2021-03-25efi_loader: Uart device pathHeinrich Schuchardt1-0/+10
2021-03-23configs: ls1028aqds: Move CONFIG_SPI_FLASH_* definitions to defconfigKuldeep Singh1-6/+0
2021-03-23configs: lx2160a: Remove unused Flexspi config optionsKuldeep Singh1-6/+0
2021-03-23fsl_ifc: fix typo in the NOR CSOR register definitionAleksandar Gerasimovski1-1/+1
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass1-0/+3
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass5-2/+179
2021-03-22linker_lists: Allow use in data structuresSimon Glass1-0/+12
2021-03-22dtoc: Generate uclass devicesSimon Glass1-0/+5
2021-03-22dtoc: Support headers needed for driversSimon Glass1-0/+18
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass1-0/+16
2021-03-20board: Add MT8183 pumpkin board supportFabien Parent1-0/+41