Show patches with: Archived = No       |   19670 patches
« 1 2 ... 49 50 51196 197 »
Patch Series S/W/F Date Submitter Delegate State
[v2,5/8] timer: Allow delays with a 32-bit microsecond timer [v2,1/8] linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* --- 2020-07-03 Simon Glass Superseded
[v2,6/8] coral: Enable the copy framebuffer [v2,1/8] linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* --- 2020-07-03 Simon Glass Superseded
[v2,7/8] x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME [v2,1/8] linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* --- 2020-07-03 Simon Glass Superseded
[v2,8/8] x86: fsp: Support a warning message when DRAM init is slow [v2,1/8] linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* --- 2020-07-03 Simon Glass Superseded
[2/2] x86: apl: Re-enable loading of SPL [1/2] spi: Remove unnecessary #ifdefs in header file --- 2020-07-06 Simon Glass Superseded
[v2,1/6] dt-binding: usb: add bindings for some common properties Add support MediaTek USB3 DRD driver --- 2020-07-06 Chunfeng Yun (云春峰) Superseded
[v2,2/6] dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRD Add support MediaTek USB3 DRD driver --- 2020-07-06 Chunfeng Yun (云春峰) Superseded
[v2,3/6] usb: add USB_SPEED_SUPER_PLUS Add support MediaTek USB3 DRD driver --- 2020-07-06 Chunfeng Yun (云春峰) Superseded
[v2,4/6] usb: add MediaTek USB3 DRD driver Add support MediaTek USB3 DRD driver --- 2020-07-06 Chunfeng Yun (云春峰) Superseded
[v2,5/6] arm: dts: mt8512: add usb related nodes Add support MediaTek USB3 DRD driver --- 2020-07-06 Chunfeng Yun (云春峰) Superseded
[v2,6/6] configs: mt8512: enable fastboot Add support MediaTek USB3 DRD driver --- 2020-07-06 Chunfeng Yun (云春峰) Superseded
[v3,01/25] x86: mp_init: Switch to livetree x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,02/25] x86: Move MP code into mp_init x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,03/25] x86: mp_init: Avoid declarations in header files x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,04/25] x86: mp_init: Switch parameter names in start_aps() x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,05/25] x86: mp_init: Drop the num_cpus static variable x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,06/25] x86: mtrr: Fix 'ensable' typo x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,07/25] x86: mp_init: Set up the CPU numbers at the start x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,08/25] x86: mp_init: Adjust bsp_init() to return more information x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,09/25] x86: cpu: Remove unnecessary #ifdefs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,10/25] x86: mp: Support APs waiting for instructions x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,11/25] global_data: Add a generic global_data flag for SMP state x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,12/25] x86: Set the SMP flag when MP init is complete x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,13/25] x86: mp: Allow running functions on multiple CPUs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,14/25] x86: mp: Park CPUs before running the OS x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,15/25] x86: mp: Add iterators for CPUs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,16/25] x86: mtrr: Use MP calls to list the MTRRs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,17/25] x86: Don't enable SMP in SPL x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,18/25] x86: coral: Update the memory map x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,19/25] x86: mtrr: Update MTRRs on all CPUs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,20/25] x86: mtrr: Add support for writing to MTRRs on any CPU x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,21/25] x86: mtrr: Update the command to use the new mtrr calls x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,22/25] x86: mtrr: Restructure so command execution is in one place x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,23/25] x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,24/25] x86: mp: Add more comments to the module x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
[v3,25/25] x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU x86: Enhance MTRR functionality to support multiple CPUs --- 2020-07-06 Simon Glass Superseded
Revert "ARM: uniphier: add weird workaround code for LD20" Revert "ARM: uniphier: add weird workaround code for LD20" --- 2020-07-06 Masahiro Yamada Superseded
ARM: dts: stm32: add reset support to uart nodes on stm32mp15x ARM: dts: stm32: add reset support to uart nodes on stm32mp15x --- 2020-07-06 Patrick Delaunay Superseded
[v4,01/11] rtc: add dm_rtc_read helper and ->read method new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v4,02/11] rtc: add dm_rtc_write() helper new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v4,03/11] rtc: fall back to ->{read, write} if ->{read, write}8 are not provided new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v4,04/11] rtc: pcf2127: provide ->read method new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v4,05/11] rtc: pcf2127: provide ->write method new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v4,06/11] rtc: add rtc command new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v4,07/11] rtc: sandbox-rtc: fix set method new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v4,08/11] rtc: i2c_rtc_emul: catch any write to the "reset" register new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v4,09/11] test: dm: rtc: add test of dm_rtc_read, dm_rtc_write new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v4,11/11] test: dm: rtc: add tests of rtc shell command new rtc methods, rtc command, and tests --- 2020-07-06 Rasmus Villemoes Superseded
[v2,01/17] efi_loader: prepare for read only OP-TEE variables efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,02/17] efi_loader: display RO attribute in printenv -e efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,03/17] efi_loader: separate UEFI variable API from implemementation efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,04/17] efi_loader: OsIndicationsSupported, PlatformLangCodes efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,05/17] efi_loader: simplify boot manager efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,06/17] efi_loader: keep attributes in efi_set_variable_int efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,07/17] efi_loader: value of VendorKeys efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,08/17] efi_loader: read-only AuditMode and DeployedMode efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,09/17] efi_loader: secure boot flag efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,10/17] efi_loader: UEFI variable persistence efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,11/17] efi_loader: export efi_convert_pointer() efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,12/17] efi_loader: optional pointer for ConvertPointer efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,13/17] efi_loader: new function efi_memcpy_runtime() efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,14/17] efi_loader: memory buffer for variables efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,15/17] efi_loader: use memory based variable storage efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v2,17/17] efi_selftest: adjust runtime test for variables efi_loader: non-volatile and runtime variables --- 2020-07-07 Heinrich Schuchardt Superseded
[v3,2/3] dma: ti: k3-udma: Update driver to use static endpoint Data Sync UDMA bindings from kernel --- 2020-07-07 Vignesh Raghavendra Superseded
[v3,3/3] arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DT Sync UDMA bindings from kernel --- 2020-07-07 Vignesh Raghavendra Superseded
sunxi: Add support for using UART4 as console on A64 sunxi: Add support for using UART4 as console on A64 --- 2020-07-07 =?iso-8859-9?q?Naz=FDm_Gediz_AYDINDO=D0MU=DE?= Superseded
[v3,1/5] arm: enable allocate-on-read for LPAE's DCACHE_WRITEBACK/_WRITETHROUGH Fixes for running U-boot under QEMU/KVM --- 2020-07-07 Ard Biesheuvel Superseded
[v3,2/5] arm: qemu: enable LPAE on 32-bit Fixes for running U-boot under QEMU/KVM --- 2020-07-07 Ard Biesheuvel Superseded
[v3,3/5] arm: qemu: implement enable_caches() Fixes for running U-boot under QEMU/KVM --- 2020-07-07 Ard Biesheuvel Superseded
[v3,4/5] arm: qemu: disable the EFI workaround for older GRUB Fixes for running U-boot under QEMU/KVM --- 2020-07-07 Ard Biesheuvel Superseded
[v3,1/6] rock-pi-4: Enable USB3 Host [v3,1/6] rock-pi-4: Enable USB3 Host --- 2020-07-07 Jagan Teki Superseded
[v3,2/6] rock-pi-4: Enable PCI/NVME [v3,1/6] rock-pi-4: Enable USB3 Host --- 2020-07-07 Jagan Teki Superseded
[v3,3/6] rock-pi-4: Enable USB Gadget [v3,1/6] rock-pi-4: Enable USB3 Host --- 2020-07-07 Jagan Teki Superseded
[v3,4/6] rock-pi-4: Enable HDMI output [v3,1/6] rock-pi-4: Enable USB3 Host --- 2020-07-07 Jagan Teki Superseded
Revert "ARM: dts: stm32: Reinstate card detect behavior on DHSOM" Revert "ARM: dts: stm32: Reinstate card detect behavior on DHSOM" --- 2020-07-07 Patrick Delaunay Superseded
[V2,1/7] env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set [V2,1/7] env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set --- 2020-07-07 Marek Vasut Superseded
[V2,2/7] env: Add H_DEFAULT flag [V2,1/7] env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set --- 2020-07-07 Marek Vasut Superseded
[V2,4/7] env: Fix invalid env handling in env_init() [V2,1/7] env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set --- 2020-07-07 Marek Vasut Superseded
[V2,5/7] env: nowhere: Implement .load callback [V2,1/7] env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set --- 2020-07-07 Marek Vasut Superseded
[V2,6/7] env: Add option to only ever append environment [V2,1/7] env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set --- 2020-07-07 Marek Vasut Superseded
[v4,01/35] dm: core: Add an ACPI name for the root node dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,02/35] acpi: Add a function to get a device path and scope dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,03/35] acpi: Add a way to check device status dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,04/35] irq: Add a method to convert an interrupt to ACPI dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,05/35] acpi: Support generation of ACPI code dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,07/35] gpio: Add a method to convert a GPIO to ACPI dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,08/35] acpi: Support string output dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,09/35] acpi: Support generation of GPIO descriptor dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,10/35] acpi: Support generation of a GPIO/irq for a device dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,11/35] acpi: Support generation of I2C descriptor dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,12/35] acpi: Support generation of SPI descriptor dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,13/35] acpigen: Support writing a length dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,14/35] acpigen: Support writing a package dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,15/35] acpi: Support writing an integer dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,17/35] acpi: Support writing a name dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,18/35] acpi: Support writing a UUID dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,20/35] acpi: Support writing a GPIO dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,21/35] acpi: Support copying properties from device tree to ACPI dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
[v4,22/35] acpi: Add support for various misc ACPI opcodes dm: Add programmatic generation of ACPI tables (part B) --- 2020-07-07 Simon Glass Superseded
« 1 2 ... 49 50 51196 197 »