summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-23riscv: ax25: cache: Remove SPL_RISCV_MMODE config checkPragnesh Patel1-8/+8
2020-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini17-60/+142
2020-04-22Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini27-52/+337
2020-04-22drivers: mmc: rpmb: do not build for SPLHeinrich Schuchardt1-1/+1
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler3-5/+16
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler13-14/+30
2020-04-22mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut2-10/+37
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut3-2/+46
2020-04-22mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut2-0/+78
2020-04-22ARM: rmobile: Increase malloc area sizeMarek Vasut1-1/+1
2020-04-22common: bouncebuf: Permit passing custom alignment check functionMarek Vasut2-5/+30
2020-04-22mmc: adjust Kconfig for mmc sub-commandsHeinrich Schuchardt1-11/+15
2020-04-22drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfgRayagonda Kokatanur1-5/+5
2020-04-22drivers: mmc: iproc_sdhci: fix compilation warningRayagonda Kokatanur1-1/+3
2020-04-22drivers: mmc: iproc_sdhci: enable broken R1B response quirkBharat Kumar Reddy Gooty1-1/+1
2020-04-22drivers: mmc: iproc_sdhci: fix possible memory leakBharat Kumar Reddy Gooty1-3/+5
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt3-0/+36
2020-04-22cmd: mmc: display write protect state of boot partitionHeinrich Schuchardt1-0/+24
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt2-1/+12
2020-04-22mmc: EXT_CSD registers for write protectionHeinrich Schuchardt1-0/+3
2020-04-22cmd: mvebu: bubt: show image boot deviceJoel Johnson1-1/+11
2020-04-22arm: mvebu: clearfog: enable bubt commandJoel Johnson1-0/+1
2020-04-22cmd: mvebu: bubt: verify A38x target device typeJoel Johnson1-4/+48
2020-04-22cmd: mvebu: bubt: correct U-Boot spellingJoel Johnson1-3/+3
2020-04-22cmd: mvebu: bubt: add A38x supportJoel Johnson1-1/+68
2020-04-22arm: mvebu: correct SPL boot configs for SPI/MMCJoel Johnson14-45/+12
2020-04-22arm: mvebu: clearfog: adjust SCSI boot duplicationJoel Johnson1-7/+0
2020-04-22clk: armada-37xx-periph: fix DDR PHY clock divider valuesMarek BehĂșn1-2/+2
2020-04-22Merge tag 'dm-pull-21apr20' of git://git.denx.de/u-boot-dmTom Rini9-258/+615
2020-04-21Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini11-26/+128
2020-04-21buildman: Change the exit codesSimon Glass3-9/+9
2020-04-21buildman: Update the TODO itemsSimon Glass1-6/+11
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass5-35/+107
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass5-23/+52
2020-04-21buildman: Make -I the defaultSimon Glass6-24/+41
2020-04-21buildman: Update workflow documentation with more detailSimon Glass1-17/+36
2020-04-21buildman: Add the abbreviation for --boardsSimon Glass1-3/+3
2020-04-21buildman: Update the 'theory of operation' a littleSimon Glass1-30/+39
2020-04-21buildman: Show a summary of the build resultSimon Glass2-3/+20
2020-04-21buildman: Limit the length of progress messagesSimon Glass1-1/+1
2020-04-21buildman: Show the number of builds remainingSimon Glass1-4/+9
2020-04-21buildman: Drop unused output codeSimon Glass1-5/+0
2020-04-21buildman: Show a message when fetching a repoSimon Glass1-1/+4
2020-04-21buildman: Drop the line-clearing code in BuilderSimon Glass1-25/+3
2020-04-21patman: Support limiting output to a single lineSimon Glass1-1/+57
2020-04-21patman: Support erasing a previously unfinished text lineSimon Glass2-1/+48
2020-04-21patman: Update flushing Print() for Python 3Simon Glass1-3/+2
2020-04-21buildman: Use spaces in the board listSimon Glass2-4/+4
2020-04-21buildman: Show the list of boards in magentaSimon Glass2-41/+44
2020-04-21buildman: Use an object to hold error linesSimon Glass1-17/+52