summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-08-09arm: imx8ulp: add rdc supportPeng Fan3-1/+147
2021-08-09arm: imx8ulp: release and configure XRDC at early phaseYe Li3-8/+98
2021-08-09drivers: misc: s400_api: Update API for fuse read and writeYe Li1-1/+6
2021-08-09drivers: misc: imx8ulp: Update S400 API for release RDCYe Li1-1/+1
2021-08-09drivers: misc: imx8ulp: Add S400 API for image authenticationYe Li1-1/+7
2021-08-09arm: imx8ulp: Update the reset vector in u-bootYe Li1-13/+22
2021-08-09arm: imx8ulp: disable wdog3Peng Fan1-1/+35
2021-08-09arm: imx8ulp: Enable full L2 cache in SPLYe Li1-0/+34
2021-08-09arm: imx8ulp: soc: Change to use CMC1 to get bootcfgYe Li1-1/+1
2021-08-09arm: imx8ulp: add clock supportPeng Fan9-4/+1558
2021-08-09driver: misc: Add MU and S400 API to communicate with SentinelYe Li2-0/+35
2021-08-09arm: imx: move container Kconfig under mach-imxPeng Fan2-13/+13
2021-08-09arm: imx8ulp: add container supportYe Li7-47/+177
2021-08-09arm: imx: parse-container: guard included header filesPeng Fan1-0/+2
2021-08-09arm: imx8: Move container image header file to mach-imxYe Li5-4/+4
2021-08-09arm: imx8: Move container parser and image to mach-imx common folderYe Li4-3/+4
2021-08-09arm: imx: basic i.MX8ULP supportPeng Fan12-4/+514
2021-08-09imx: imx8ulp: add get reset causePeng Fan1-0/+69
2021-08-09arm: imx8ulp: support print cpu infoPeng Fan2-0/+61
2021-08-09arm: imx: sys_proto: move boot mode define to common headerPeng Fan2-9/+10
2021-08-09arm: imx: add i.MX8ULP cpu type and helperPeng Fan4-0/+27
2021-08-09arm: imx: add i.MX8ULP basic Kconfig optionPeng Fan2-0/+27
2021-08-09mx28evk: Convert to driver modelFabio Estevam2-0/+11
2021-08-09board: ge: bx50v3: Add PCIe reset to DTSebastian Reichel1-0/+10
2021-08-09board: gateworks: venice: add imx8mm-gw7902 supportTim Harvey3-0/+1008
2021-08-09arm: dts: imx8mm-venice-gw7901: use common u-boot dtsiTim Harvey1-34/+1
2021-08-09arm: dts: imx8mm-venice-gw700x: fix fifo-depth phy propsTim Harvey1-2/+1
2021-08-09arm: dts: imx8mm-venice-gw71xx: fix USB OTG VBUSTim Harvey1-2/+3
2021-08-09imx: ventana: remove hard-coded USB OTG pinmuxTim Harvey4-0/+4
2021-08-09imx: ventana: fix UMS supportTim Harvey12-24/+24
2021-08-08Revert "arm: bootm: Disable LMB reservation for command line and board info o...Jan Kiszka1-2/+0
2021-08-08ARM: renesas: Turn on PIE for Gen3Marek Vasut1-0/+1
2021-08-06pci: ppc: Drop ftpci100 driverSimon Glass1-2/+0
2021-08-06pci: arm: mvebu: Drop DM_PCI check from arch_early_init_rSimon Glass1-3/+2
2021-08-06imx28-evk: Import devicetree file from LinuxFabio Estevam1-0/+360
2021-08-06pci: imx: Drop DM_PCI check from cpu driverSimon Glass1-4/+0
2021-08-05pci: powerpc: Drop old codeSimon Glass3-352/+0
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini3-18/+2
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini30-89/+101
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass10-15/+15
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass25-84/+84
2021-08-02x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng1-11/+9
2021-08-02x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng2-16/+17
2021-08-02x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng1-4/+23
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 Meng2-3/+3
2021-08-02x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROMBin Meng2-3/+0