summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-03mtd: spi-nor: Mask out fast read if not requested in DTBin Meng1-3/+13
2021-08-03mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()Bin Meng1-3/+4
2021-08-03spi: spi-mem-nodm: Fix read data size issueBin Meng1-4/+6
2021-08-03mtd: spi-nor-ids: Add support for XMC XM25QH64CReto Schneider1-0/+1
2021-08-02Merge branch '2021-08-02-numeric-input-cleanups'Tom Rini254-948/+1169
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass4-17/+37
2021-08-02doc: Add a note about number representationSimon Glass1-0/+31
2021-08-02doc: Convert command-line info to rSTSimon Glass3-41/+57
2021-08-02lib: Move common digit-parsing code into a functionSimon Glass1-7/+24
2021-08-02lib: Add octal tests for simple_strtoul/l()Simon Glass1-0/+10
2021-08-02lib: Add tests for simple_strtoull()Simon Glass1-0/+61
2021-08-02lib: Drop unnecessary check for hex digitSimon Glass2-1/+3
2021-08-02lib: Comment the base parameter with simple_strtoul/l()Simon Glass1-2/+8
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass111-230/+255
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass183-659/+692
2021-08-02hash: Ensure verification hex pairs are terminatedSimon Glass1-1/+1
2021-08-02Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini9-46/+54
2021-08-02Merge tag 'mmc-2021-7-30' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini3-29/+38
2021-08-02efi_loader: typo cerificateHeinrich Schuchardt1-1/+1
2021-08-02doc: add graphviz imagemagick as build dependenciesHeinrich Schuchardt1-3/+3
2021-08-01doc: handle 'make htmldocs' warnings as errorsHeinrich Schuchardt1-1/+1
2021-08-01doc: add missing board/ti/index.rstHeinrich Schuchardt1-0/+9
2021-08-01Merge tag 'dm-pull-1aug21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini27-514/+997
2021-08-01dtoc: Support widening a bool valueSimon Glass6-2/+38
2021-08-01dtoc: Fix widening an int array to an intSimon Glass4-14/+22
2021-08-01dtoc: Rename is_wider_than() to reduce confusionSimon Glass1-6/+9
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass6-3/+73
2021-08-01moveconfig: Update to newer kconfiglibSimon Glass1-12/+12
2021-08-01doc: Fix up outdated moveconfig docsSimon Glass1-36/+22
2021-08-01doc: Add docs for the moveconfig toolSimon Glass3-290/+298
2021-08-01doc: Move coccinelle into its own sectionSimon Glass1-1/+8
2021-08-01doc: Create an intro section for testingSimon Glass2-3/+5
2021-08-01patman: add warning for invalid tagPatrick Delaunay2-0/+20
2021-08-01fdt: Show the type of devicetree with fdt addrSimon Glass1-2/+3
2021-08-01fdt: Tidy up the code a bit with fdt addrSimon Glass1-24/+13
2021-08-01sandbox: tpm: Support extending a PCR multiple timesSimon Glass2-15/+27
2021-08-01sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NBSimon Glass1-11/+11
2021-08-01sandbox: tpm: Support storing device state in tpm2Simon Glass1-0/+139
2021-08-01sandbox: tpm: Support nvdata in TPM2Simon Glass2-0/+70
2021-08-01sandbox: tpm: Track whether the state is validSimon Glass1-2/+8
2021-08-01sandbox: tpm: Finish comments for struct sandbox_tpm2Simon Glass1-4/+16
2021-08-01sandbox: tpm: Correct handling of get-capabilitySimon Glass1-10/+4
2021-08-01sandbox: tpm: Support the define-space commandSimon Glass3-0/+34
2021-08-01sandbox: tpm: Tidy up reading and writing of device stateSimon Glass1-11/+24
2021-08-01sandbox: tpm: Split out common nvdata codeSimon Glass4-105/+172
2021-08-01common: board_r: print error if binman_init failsTim Harvey1-1/+7
2021-08-01doc: riscv: flashing SiFive boardsHeinrich Schuchardt2-25/+25
2021-08-01lib: disable CONFIG_SPL_HEXDUMP by defaultHeinrich Schuchardt2-2/+3
2021-08-01video: buffer overrun in TrueType consoleHeinrich Schuchardt1-14/+12
2021-08-01Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini5-4/+38