aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/02Aug2021Tom Rini2021-08-0237-135/+120
|\
| * x86: crownbay: Use external graphics card by defaultBin Meng2021-08-031-2/+1
| * x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng2021-08-031-11/+9
| * x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng2021-08-032-16/+17
| * x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng2021-08-031-4/+23
| * x86: cmd: hob: Fix display of resource type for system memoryBin Meng2021-08-021-1/+1
| * x86: cmd: hob: Fix the command usage and help messagesBin Meng2021-08-021-4/+3
| * x86: mtrr: Abort if requested size is not power of 2Bin Meng2021-08-022-3/+11
| * x86: mtrr: Skip MSRs that were already programmed in mtrr_commit()Bin Meng2021-08-021-1/+1
| * x86: mtrr: Do not clear the unused ones in mtrr_commit()Bin Meng2021-08-021-4/+0
| * x86: dts: Define a default TSC timer frequencyBin Meng2021-08-0220-43/+25
| * x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng2021-08-024-9/+10
| * x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROMBin Meng2021-08-024-35/+2
| * x86: crownbay: Adjust VGA rom addressBin Meng2021-08-021-0/+1
| * x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko2021-08-021-2/+2
| * x86: dts: Add "m25p,fast-read" to SPI flash nodeBin Meng2021-08-0211-0/+11
| * x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPSBin Meng2021-08-021-0/+1
| * spi: ich: Limit slave->max_read_sizeBin Meng2021-08-021-2/+4
* | Merge branch '2021-08-02-numeric-input-cleanups'Tom Rini2021-08-02254-948/+1169
|\ \
| * | lib: Allow using 0x when a decimal value is requestedSimon Glass2021-08-024-17/+37
| * | 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-dmWIP/01Aug2021Tom 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