summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-01sunxi: decide the inclusion of SCP by SCP_ADDR existenceIcenowy Zheng1-2/+2
2021-08-01sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2Samuel Holland2-0/+21
2021-08-01sunxi: Select environment MMC based on boot deviceSamuel Holland2-2/+15
2021-07-31Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini49-336/+730
2021-07-31serial: a37xx: Do not call get_ref_clk() in _debug_uart_init()Pali Rohár1-1/+3
2021-07-31serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UARTPali Rohár1-3/+2
2021-07-31arm: kirkwood: Dreamplug: Add DM SATA and remove IDE configsTony Dinh1-2/+10