summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'efi-2021-04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-219-23/+302
|\ \ \ \ \
| * | | | | doc: qfw man-pageHeinrich Schuchardt2021-02-212-0/+90
| * | | | | efi_loader: multi part device paths to textHeinrich Schuchardt2021-02-211-5/+12
| * | | | | efi_selftest: multi part device path to textHeinrich Schuchardt2021-02-211-0/+65
| * | | | | efi_selftest: compiler flags for dtbdump.oHeinrich Schuchardt2021-02-211-1/+1
| * | | | | doc: booti man-pageHeinrich Schuchardt2021-02-212-0/+115
| * | | | | doc/README.distro: kernel_comp_addr_rHeinrich Schuchardt2021-02-211-4/+4
| * | | | | doc: Add reference to U-Boot project in conf.pyHeinrich Schuchardt2021-02-211-11/+13
| * | | | | Allow last block to be readJesper Schmitz Mouridsen2021-02-211-2/+2
* | | | | | Merge tag 'for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini2021-02-21118-326/+353
|\ \ \ \ \ \
| * | | | | | dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-21107-311/+311
| * | | | | | board: freescale: drop CONFIG_DM_I2C undefsIgor Opaniuk2021-02-219-5/+4
| * | | | | | dm: i2c: allow disabling driver model in SPLIgor Opaniuk2021-02-213-3/+24
| * | | | | | i2c: at91: fix crash when using 'i2c probe'Eugen Hristev2021-02-211-0/+4
| * | | | | | i2c: i2c-gpio: Fix GPIO outputHarm Berntsen2021-02-211-7/+10
| |/ / / / /
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2021-02-212-7/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ARM: rmobile: Enable CONFIG_PCI_REGION_MULTI_ENTRY on RCar3Marek Vasut2021-02-201-0/+1
| * | | | | pci: renesas: Fix BAR mapping on Gen3Marek Vasut2021-02-201-3/+3
| * | | | | pci: renesas: Make map address and mask power of two on Gen3Marek Vasut2021-02-201-3/+6
| * | | | | pci: renesas: Add root bus handling on Gen3Marek Vasut2021-02-201-1/+14
|/ / / / /
* | | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-02-197-43/+12
|\ \ \ \ \
| * | | | | fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara2021-02-194-28/+1
| * | | | | sunxi: support boot console on uart1 for sun8iTobias Schramm2021-02-192-0/+6
| * | | | | sunxi: Remove dead ifdefs in sunxi-common.hSamuel Holland2021-02-191-15/+0
| * | | | | sunxi: spl: Fix H616 clock initializationJernej Skrabec2021-02-191-0/+5
|/ / / / /
* | | | | Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/19Feb2021Tom Rini2021-02-1916-107/+153
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | configs: enable CONFIG_MMC_PWRSEQ configurationJaehoon Chung2021-02-195-0/+5
| * | | | ARM: mach-meson: select MMC_PWRSEQ configJaehoon Chung2021-02-191-0/+1
| * | | | mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung2021-02-191-39/+3
| * | | | mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseqJaehoon Chung2021-02-191-42/+3
| * | | | mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung2021-02-194-0/+73
| * | | | mmc: mmc_spi: Document the 3 local functionsBin Meng2021-02-191-1/+35
| * | | | mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng2021-02-191-15/+17
| * | | | mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng2021-02-191-3/+3
| * | | | mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng2021-02-191-2/+4
| * | | | mmc: fix response timeout after switch commandStefan Bosch2021-02-192-1/+3
| * | | | mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com2021-02-191-0/+2
| * | | | cmd: mmc: update the mmc command's usage about argumentJaehoon Chung2021-02-191-3/+3
| * | | | mmc: initialize an err variableJaehoon Chung2021-02-191-1/+1
* | | | | Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'WIP/18Feb2021Tom Rini2021-02-184-137/+142
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | spl: fit: Load devicetree when a Linux payload is foundWIP/2021-02-17-SPL-FIT-improvementsAlexandru Gagniuc2021-02-171-3/+15
| * | | | spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-171-29/+24
| * | | | image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc2021-02-171-7/+0
| * | | | spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-02-171-10/+9
| * | | | spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-02-171-11/+1
| * | | | spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-02-171-58/+43
| * | | | spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-02-171-30/+60
| * | | | spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-173-7/+8
| | |/ / | |/| |
* | | | net: tftp: Avoid sending extra ack on completionRamon Fried2021-02-181-5/+6
* | | | Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2021-02-1837-41/+766
|\ \ \ \ | |/ / / |/| | |