summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: Add a note about number representationSimon Glass2021-08-021-0/+31
* doc: Convert command-line info to rSTSimon Glass2021-08-023-41/+57
* lib: Move common digit-parsing code into a functionSimon Glass2021-08-021-7/+24
* lib: Add octal tests for simple_strtoul/l()Simon Glass2021-08-021-0/+10
* lib: Add tests for simple_strtoull()Simon Glass2021-08-021-0/+61
* lib: Drop unnecessary check for hex digitSimon Glass2021-08-022-1/+3
* lib: Comment the base parameter with simple_strtoul/l()Simon Glass2021-08-021-2/+8
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-02111-230/+255
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-02183-659/+692
* hash: Ensure verification hex pairs are terminatedSimon Glass2021-08-021-1/+1
* Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-08-029-46/+54
|\
| * efi_loader: typo cerificateHeinrich Schuchardt2021-08-021-1/+1
| * doc: add graphviz imagemagick as build dependenciesHeinrich Schuchardt2021-08-011-3/+3
| * doc: handle 'make htmldocs' warnings as errorsHeinrich Schuchardt2021-08-011-1/+1
| * doc: add missing board/ti/index.rstHeinrich Schuchardt2021-08-011-0/+9
| * doc: riscv: flashing SiFive boardsHeinrich Schuchardt2021-08-012-25/+25
| * lib: disable CONFIG_SPL_HEXDUMP by defaultHeinrich Schuchardt2021-08-012-2/+3
| * video: buffer overrun in TrueType consoleHeinrich Schuchardt2021-08-011-14/+12
* | Merge tag 'mmc-2021-7-30' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-08-023-29/+38
|\ \
| * | mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2Stephan Gerhold2021-07-302-7/+16
| * | mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()Stephan Gerhold2021-07-301-15/+4
| * | mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()Stephan Gerhold2021-07-301-5/+2
| * | mmc: arm_pl180_mmci: Don't bind to all arm, primecell devicesStephan Gerhold2021-07-301-1/+1
| * | mmc: rpmb: Fix driver routing memory alignment with tmp bufferlitchipi2021-07-301-2/+16
* | | Merge tag 'dm-pull-1aug21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-08-0127-514/+997
|\ \ \ | |_|/ |/| |
| * | dtoc: Support widening a bool valueSimon Glass2021-08-016-2/+38
| * | dtoc: Fix widening an int array to an intSimon Glass2021-08-014-14/+22
| * | dtoc: Rename is_wider_than() to reduce confusionSimon Glass2021-08-011-6/+9
| * | sandbox: Reduce keyed autoboot delaySimon Glass2021-08-016-3/+73
| * | moveconfig: Update to newer kconfiglibSimon Glass2021-08-011-12/+12
| * | doc: Fix up outdated moveconfig docsSimon Glass2021-08-011-36/+22
| * | doc: Add docs for the moveconfig toolSimon Glass2021-08-013-290/+298
| * | doc: Move coccinelle into its own sectionSimon Glass2021-08-011-1/+8
| * | doc: Create an intro section for testingSimon Glass2021-08-012-3/+5
| * | patman: add warning for invalid tagPatrick Delaunay2021-08-012-0/+20
| * | fdt: Show the type of devicetree with fdt addrSimon Glass2021-08-011-2/+3
| * | fdt: Tidy up the code a bit with fdt addrSimon Glass2021-08-011-24/+13
| * | sandbox: tpm: Support extending a PCR multiple timesSimon Glass2021-08-012-15/+27
| * | sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NBSimon Glass2021-08-011-11/+11
| * | sandbox: tpm: Support storing device state in tpm2Simon Glass2021-08-011-0/+139
| * | sandbox: tpm: Support nvdata in TPM2Simon Glass2021-08-012-0/+70
| * | sandbox: tpm: Track whether the state is validSimon Glass2021-08-011-2/+8
| * | sandbox: tpm: Finish comments for struct sandbox_tpm2Simon Glass2021-08-011-4/+16
| * | sandbox: tpm: Correct handling of get-capabilitySimon Glass2021-08-011-10/+4
| * | sandbox: tpm: Support the define-space commandSimon Glass2021-08-013-0/+34
| * | sandbox: tpm: Tidy up reading and writing of device stateSimon Glass2021-08-011-11/+24
| * | sandbox: tpm: Split out common nvdata codeSimon Glass2021-08-014-105/+172
| * | common: board_r: print error if binman_init failsTim Harvey2021-08-011-1/+7
|/ /
* | Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-07-315-4/+38
|\ \
| * | sunxi: decide the inclusion of SCP by SCP_ADDR existenceIcenowy Zheng2021-08-011-2/+2