summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-05ppc: socrates: Drop use of DM_PCISimon Glass
2021-08-05ppc: malta: Drop use of DM_PCISimon Glass
2021-08-05pci: usb: ohci: Test on PCI not DM_PCISimon Glass
2021-08-05ppc: Drop DM_PCI from config filesSimon Glass
2021-08-05pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci()Simon Glass
2021-08-05pci: freescale: Drop old codeSimon Glass
2021-08-05pci: powerpc: Drop old codeSimon Glass
2021-08-05ppc: Drop CONFIG_SYS_PCI_SUBSYS_VENDORIDSimon Glass
2021-08-05pci: Drop DM_PCI check from pci_commonSimon Glass
2021-08-05pci: Remove guard around compatibility functionsSimon Glass
2021-08-05pci: Drop old code from pci commandSimon Glass
2021-08-04Merge branch '2021-08-04-assorted-minor-fixes'Tom Rini
2021-08-04cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devicesAdarsh Babu Kalepalli
2021-08-04cmd:Elaborate 'blkcache' cmd HELP statementAdarsh Babu Kalepalli
2021-08-04config: MPC8548CDS: eliminate symbol CONFIG_SYS_ID_EEPROMHeinrich Schuchardt
2021-08-04doc: Add basic information about running CI testsTom Rini
2021-08-04fs/squashfs: Fix some hardlinks reading the wrong inodeCampbell Suter
2021-08-04fit: Fix verification of images with external dataJohn Keeping
2021-08-04CI: Update to LLVM-12Tom Rini
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2021-08-03mtd: spi-nor: Mask out fast read if not requested in DTBin Meng
2021-08-03mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()Bin Meng
2021-08-03spi: spi-mem-nodm: Fix read data size issueBin Meng
2021-08-03mtd: spi-nor-ids: Add support for XMC XM25QH64CReto Schneider
2021-08-02Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2021-08-02Merge branch '2021-08-02-numeric-input-cleanups'Tom Rini
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass
2021-08-02doc: Add a note about number representationSimon Glass
2021-08-02doc: Convert command-line info to rSTSimon Glass
2021-08-02lib: Move common digit-parsing code into a functionSimon Glass
2021-08-02lib: Add octal tests for simple_strtoul/l()Simon Glass
2021-08-02lib: Add tests for simple_strtoull()Simon Glass
2021-08-02lib: Drop unnecessary check for hex digitSimon Glass
2021-08-02lib: Comment the base parameter with simple_strtoul/l()Simon Glass
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-08-02hash: Ensure verification hex pairs are terminatedSimon Glass
2021-08-03x86: crownbay: Use external graphics card by defaultBin Meng
2021-08-03x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng
2021-08-03x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng
2021-08-03x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng
2021-08-02Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-08-02Merge tag 'mmc-2021-7-30' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2021-08-02x86: cmd: hob: Fix display of resource type for system memoryBin Meng
2021-08-02x86: cmd: hob: Fix the command usage and help messagesBin Meng
2021-08-02x86: mtrr: Abort if requested size is not power of 2Bin Meng
2021-08-02x86: mtrr: Skip MSRs that were already programmed in mtrr_commit()Bin Meng
2021-08-02x86: mtrr: Do not clear the unused ones in mtrr_commit()Bin Meng
2021-08-02x86: dts: Define a default TSC timer frequencyBin Meng