summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-03-20configs: mt8516: use bootcmd from config_distro_bootcmd.hFabien Parent1-16/+4
2021-03-20board: mediatek: rename pumpkin board into mt8516Fabien Parent1-2/+2
2021-03-16arm: rmobile: Add Silicon Linux EK874 board supportLad Prabhakar2-0/+28
2021-03-16arm: rmobile: Add HopeRun HiHope RZ/G2M board supportBiju Das1-0/+20
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini27-103/+205
2021-03-15Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+6
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+0
2021-03-15include: configs: am65x_evm: Optimize size of SPL BSSLokesh Vutla1-1/+1
2021-03-15ARM: da850-evm: Fix boot issues from missing SPL_PAD_TOAdam Ford1-1/+5
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz2-0/+42
2021-03-13log: Add return-checking macros for 0 being successSimon Glass1-0/+20
2021-03-13log: Handle line continuationSimon Glass2-0/+8