aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-04cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devicesWIP/2021-08-04-assorted-minor-fixesAdarsh Babu Kalepalli1-2/+2
2021-08-04cmd:Elaborate 'blkcache' cmd HELP statementAdarsh Babu Kalepalli1-1/+2
2021-08-04config: MPC8548CDS: eliminate symbol CONFIG_SYS_ID_EEPROMHeinrich Schuchardt2-2/+0
2021-08-04doc: Add basic information about running CI testsTom Rini2-0/+71
2021-08-04fs/squashfs: Fix some hardlinks reading the wrong inodeCampbell Suter1-1/+1
2021-08-04fit: Fix verification of images with external dataJohn Keeping1-1/+7
2021-08-04CI: Update to LLVM-12WIP/04Aug2021Tom Rini3-7/+7
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-spiWIP/03Aug2021Tom Rini3-10/+24
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini19-121/+83
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 https://source.denx.de/u-boot/custodians/u-boot-x86WIP/02Aug2021Tom Rini37-135/+120
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-03x86: crownbay: Use external graphics card by defaultBin Meng1-2/+1
2021-08-03x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng1-11/+9
2021-08-03x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng2-16/+17
2021-08-03x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng1-4/+23
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-02x86: cmd: hob: Fix display of resource type for system memoryBin Meng1-1/+1
2021-08-02x86: cmd: hob: Fix the command usage and help messagesBin Meng1-4/+3
2021-08-02x86: mtrr: Abort if requested size is not power of 2Bin Meng2-3/+11
2021-08-02x86: mtrr: Skip MSRs that were already programmed in mtrr_commit()Bin Meng1-1/+1
2021-08-02x86: mtrr: Do not clear the unused ones in mtrr_commit()Bin Meng1-4/+0
2021-08-02x86: dts: Define a default TSC timer frequencyBin Meng20-43/+25
2021-08-02x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng4-9/+10
2021-08-02x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROMBin Meng4-35/+2
2021-08-02x86: crownbay: Adjust VGA rom addressBin Meng1-0/+1
2021-08-02x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko1-2/+2
2021-08-02x86: dts: Add "m25p,fast-read" to SPI flash nodeBin Meng11-0/+11
2021-08-02x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPSBin Meng1-0/+1
2021-08-02spi: ich: Limit slave->max_read_sizeBin Meng1-2/+4
2021-08-02efi_loader: typo cerificateHeinrich Schuchardt1-1/+1
2021-08-01doc: 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-dmWIP/01Aug2021Tom Rini27-514/+997