summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | imx8mm_evk: add/cleanup variable for distroPeng Fan2021-04-081-4/+4
| |/ /
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-04-082-3/+0
|\ \ \
| * | | riscv: sifive: Rename fu540 board to unleashedBin Meng2021-04-081-0/+0
| * | | riscv: Remove unused define in maix headerSean Anderson2021-04-081-3/+0
| |/ /
* | | mmc: mvebu: convert to driver modelHarm Berntsen2021-04-081-10/+3
* | | configs: sheevaplug: remove non-dm MMC driverHarm Berntsen2021-04-081-8/+0
* | | configs: openrd: remove non-dm MMC driverHarm Berntsen2021-04-081-5/+0
* | | configs: remove unused CONFIG_SYS_MMC_BASE defsHarm Berntsen2021-04-084-20/+0
* | | arm: mvebu: ds414: Add sample u-boot update commandPhil Sutter2021-04-081-1/+6
* | | arm: mvebu: board/Synology: Unify legacy kernel supportPhil Sutter2021-04-082-2/+16
|/ /
* | Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-04-061-0/+3
|\ \
| * | mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle2021-04-061-0/+3
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini2021-04-061-0/+2
|\ \ \
| * | | cfi_flash: Fix detection of 8-bit bus flash devices via address shiftJagannadha Sutradharudu Teki2021-04-061-0/+2
| |/ /
* | | Merge tag 'dm-pull-6apr21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-04-068-15/+23
|\ \ \
| * | | test: Allow tests to run on any boardSimon Glass2021-04-061-0/+9
| * | | sandbox: document parameters of os_realloc()Heinrich Schuchardt2021-04-061-1/+3
| * | | Convert CONFIG_MISC_INIT_F to KconfigSimon Glass2021-04-063-6/+0
| * | | log: Fix up debug_cond() when LOG is enabledSimon Glass2021-04-061-4/+7
| * | | tlv_eeprom: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-3/+3
| * | | spi: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-1/+1
| |/ /
* | | Merge tag 'rockchip-for-v2021.07' of https://source.denx.de/u-boot/custodians...Tom Rini2021-04-053-20/+17
|\ \ \ | |/ / |/| |
| * | include: configs: rk3399: drop a dangling commentPeter Robinson2021-03-301-2/+0
| * | rockchip: rk3368: sync clock dt-binding header from LinuxHeiko Stuebner2021-03-301-17/+14
| * | rockchip: rk3368: set CONFIG_SYS_BOOTM_LEN to 64MBHeiko Stuebner2021-03-301-0/+2
| * | rockchip: rk3368: adjust CONFIG_SYS_LOAD_ADDRHeiko Stuebner2021-03-301-1/+1
* | | Merge branch 'next'Tom Rini2021-04-0548-193/+1419
|\ \ \ | |_|/ |/| |
| * | Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-03-311-0/+16
| |\ \
| | * | xilinx: Sync DTs with Linux kernelMichal Simek2021-03-301-0/+16
| * | | Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-297-148/+151
| |\| | | | |/ | |/|
| * | sysinfo: Allow showing model info from sysinfoSimon Glass2021-03-271-0/+4
| * | command: Fix operation of !CONFIG_CMDLINESimon Glass2021-03-271-1/+9
| * | malloc: Export malloc_simple_info()Simon Glass2021-03-271-1/+2
| * | sf: Support querying write-protectSimon Glass2021-03-271-0/+27
| * | sandbox: image: Allow sandbox to load any imageSimon Glass2021-03-271-0/+5
| * | sandbox: Provide a way to bind fixed/removeable devicesSimon Glass2021-03-271-1/+8
| * | dm: core: Add CBFS support to flashmapSimon Glass2021-03-271-0/+8
| * | cbfs: Support reading compression informationSimon Glass2021-03-271-0/+11
| * | cbfs: Allow file traversal with any CBFSSimon Glass2021-03-271-2/+17
| * | cbfs: Allow access to CBFS without a headerSimon Glass2021-03-271-2/+6
| * | smbios: Allow writing to the coreboot version stringSimon Glass2021-03-271-0/+20
| * | cbfs: Add support for attributesSimon Glass2021-03-271-1/+38
| * | x86: coral: Put the eMMC firstSimon Glass2021-03-271-3/+3
| * | mtd: spi_flash_free()Heinrich Schuchardt2021-03-271-1/+3
| * | Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextTom Rini2021-03-2614-36/+343
| |\ \
| | * | dm: core: Add warnings to private / platform settersSimon Glass2021-03-262-0/+21
| | * | dm: core: Use separate priv/plat data regionSimon Glass2021-03-261-0/+9
| | * | dm: core: Allow storing priv/plat data separatelySimon Glass2021-03-262-0/+13
| | * | dm: core: Move flags to device-runtime infoSimon Glass2021-03-261-0/+8
| | * | dm: core: Create a struct for device runtime infoSimon Glass2021-03-262-2/+29