lib: crypto: enable x509_check_for_self_signed()
[platform/kernel/u-boot.git] / arch /
2020-07-20 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-07-20 Simon Glassx86: mp: Add more comments to the module
2020-07-20 Simon Glassx86: mtrr: Add support for writing to MTRRs on any CPU
2020-07-20 Simon Glassx86: mtrr: Update MTRRs on all CPUs
2020-07-20 Simon Glassx86: Don't enable SMP in SPL
2020-07-20 Simon Glassx86: mtrr: Use MP calls to list the MTRRs
2020-07-20 Simon Glassx86: mp: Add iterators for CPUs
2020-07-20 Simon Glassx86: mp: Park CPUs before running the OS
2020-07-20 Simon Glassx86: mp: Allow running functions on multiple CPUs
2020-07-20 Simon Glassx86: Set the SMP flag when MP init is complete
2020-07-20 Simon Glassx86: mp: Support APs waiting for instructions
2020-07-20 Simon Glassx86: cpu: Remove unnecessary #ifdefs
2020-07-20 Simon Glassx86: mp_init: Adjust bsp_init() to return more information
2020-07-20 Simon Glassx86: mp_init: Set up the CPU numbers at the start
2020-07-20 Simon Glassx86: mp_init: Drop the num_cpus static variable
2020-07-20 Simon Glassx86: mp_init: Switch parameter names in start_aps()
2020-07-20 Simon Glassx86: mp_init: Avoid declarations in header files
2020-07-20 Simon Glassx86: Move MP code into mp_init
2020-07-20 Simon Glassx86: mp_init: Switch to livetree
2020-07-18 Tom RiniMerge tag 'mips-pull-2020-07-18' of https://gitlab...
2020-07-18 Stefan Roesemips: octeon: Add minimal Octeon 3 EBB7304 EVK support
2020-07-18 Stefan Roesemips: octeon: use mips_mach_early_init() to copy to...
2020-07-18 Stefan Roesemips: octeon: dts: Add Octeon 3 cn73xx base dtsi file
2020-07-18 Aaron Williamsmips: octeon: Initial minimal support for the Marvell...
2020-07-18 Stefan Roesemips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early...
2020-07-18 Daniel Schwierzeckmips: sync asm/mipsregs.h with Linux 5.7
2020-07-18 Daniel Schwierzeckmips: sync asm/addrspace.h with Linux 5.7
2020-07-18 Daniel Schwierzeckmips: sync asm/asm.h with Linux 5.7
2020-07-18 Daniel Schwierzeckmips: remove deprecated UNCACHED_SDRAM() macro
2020-07-18 Daniel Schwierzeckmips: add config options for generic cache setup code
2020-07-18 Daniel Schwierzeckmips: refactor disabling of caches
2020-07-18 Daniel Schwierzeckmips: add KSEG1 wrapper for change_k0_cca
2020-07-18 Daniel Schwierzeckmips: start.S: remove dead code
2020-07-18 Stefan Roesemips: cache: Make invalidate_dcache_range() weak to...
2020-07-18 Stefan Roesemips: cache: Make flush_cache() weak to enable overwrite
2020-07-18 Stefan Roesemips: cache: Allow using CONFIG_MIPS_L2_CACHE without...
2020-07-18 Stefan Roesemips: reloc: Change R_MIPS_NONE to catch pre-reloc...
2020-07-18 Stefan Roesemips: traps: Set WG bit in EBase register on Octeon
2020-07-18 Stefan Roesemips: time: Only compile the weak get_tbclk() when...
2020-07-17 Tom RiniMerge branch '2020-07-17-misc-fixes'
2020-07-17 Masahiro Yamadatreewide: convert bd_t to struct bd_info manually
2020-07-17 Masahiro Yamadatreewide: convert bd_t to struct bd_info by coccinelle
2020-07-17 Patrick DelaunayConvert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2...
2020-07-17 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-07-17 Tom RiniMerge tag 'u-boot-imx-20200716' of https://gitlab.denx...
2020-07-17 Simon Glassacpi: Enable ACPI table generation by default on x86
2020-07-17 Simon Glassx86: Rename board_final_cleanup() to board_final_init()
2020-07-17 Simon Glassx86: acpi: Correct the version of the MADT
2020-07-17 Simon Glassx86: Drop setup_pcat_compatibility()
2020-07-17 Simon Glassx86: Update the comment about booting for FSP2
2020-07-17 Simon Glassx86: Store the coreboot table address in global_data
2020-07-17 Simon Glassx86: apl: Adjust FSP-M code to avoid hard-coded address
2020-07-17 Simon Glassx86: apl: Set the correct boot mode in the FSP-M code
2020-07-17 Simon Glassx86: Add debugging to table writing
2020-07-17 Simon Glassx86: apl: Fix save/restore of ITSS priorities
2020-07-17 Simon Glassx86: irq: Support flags for acpi_gpe
2020-07-17 Simon Glassx86: apl: Hide the p2sb on exit from U-Boot
2020-07-17 Simon Glassx86: apl: Support set_hide() in p2sb driver
2020-07-17 Simon Glassx86: apl: Use memory-mapped access for VBT
2020-07-17 Simon Glassx86: Add error checking for csrt table generation
2020-07-17 Simon Glassx86: pinctrl: Drop the acpi_path member
2020-07-17 Simon Glassx86: pinctrl: Update comment for intel_pinctrl_get_pad()
2020-07-17 Simon Glassx86: pinctrl: Add a way to get the pinctrl reg address
2020-07-17 Simon Glassx86: Add support for building up an NHLT structure
2020-07-17 Simon Glassacpi: Allow creating the GNVS to fail
2020-07-17 Simon Glassdm: acpi: Enhance acpi_get_name()
2020-07-17 Simon Glassx86: Allow devices to write to DSDT
2020-07-17 Simon Glassacpi: Add support for DSDT generation
2020-07-17 Simon Glassx86: Allow devices to write an SSDT
2020-07-17 Simon Glassacpi: Support ordering SSDT data by device
2020-07-17 Simon Glassx86: acpi: Move MADT down a bit
2020-07-17 Simon Glassacpi: Add support for SSDT generation
2020-07-17 Simon Glassacpi: Support copying properties from device tree to...
2020-07-17 Simon Glassacpi: Add a function to get a device path and scope
2020-07-17 Simon Glassx86: fsp: Support a warning message when DRAM init...
2020-07-17 Simon Glassx86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME
2020-07-17 Wolfgang Wallnerx86: p2sb: make P2SB driver depend on P2SB uclass
2020-07-16 Ilko Ilievarm: dts: imx7: Fix error in coresight TPIU graph conne...
2020-07-16 Heinrich SchuchardtARM: mx6: make CAAM usable on the i.MX6 boards
2020-07-16 Ye Limisc: scu_api: Add SCFW API to get the index of boot...
2020-07-16 Tom RiniMerge tag 'mmc-7-24-2020' of https://gitlab.denx.de...
2020-07-14 Tom RiniMerge tag 'ti-v2020.10-rc1' of https://gitlab.denx...
2020-07-14 Niel Fouriearm: imx6q: pcm058: Convert pcm058 to use DM with DTs
2020-07-14 Niel Fouriearm: dts: imx6q: Add Linux dts files for Phytec Mira
2020-07-14 Peng Fanimx8m: implement armv8_el2_to_aarch32
2020-07-14 Peng Fanimx8m: Refactor the OPTEE memory removal
2020-07-14 Peng Fanimx8m: disable nodes before kernel/mfgtool boot for...
2020-07-14 Ye Liimx8mn/imx8mp: override env_get_offset and env_get_location
2020-07-14 Peng Fanimx8m: power down fused cores
2020-07-14 Ye Liimx8mp: Add fused parts support
2020-07-14 Peng Fanimx8m: workaround ROM serror
2020-07-14 Peng Fanimx8m: add eqos clk
2020-07-14 Peng Fanimx8m: add sdhc/nand/ecspi clk api
2020-07-14 Peng Fanimx8m: configure NoC clk
2020-07-14 Peng Fanimx8m: configure arm clk sources from PLL
2020-07-14 Peng Fanimx: remove imx sip file
2020-07-14 Peng Fanimx: bootaux: use arm_smccc_smc
2020-07-14 Peng Fanimx8m: soc: use arm_smccc_smc
2020-07-14 Peng Fanimx8: misc: use arm_smccc_smc
2020-07-14 Oliver Chendrivers: ddr: imx Workaround for i.MX8M DDRPHY rank...
next