messages from 2021-09-08 12:57:27 to 2021-09-09 22:06:44 UTC [more...]
Subject: [PATCH 2/6 v3] spmi: msm: add arbiter version 5 support
2021-09-09 19:30 UTC (2+ messages)
Subject: [PATCH 6/6 v2] board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board
2021-09-09 19:31 UTC (2+ messages)
[PATCH 00/35] efi: Improvements to U-Boot running on top of UEFI
2021-09-09 22:06 UTC (78+ messages)
` [PATCH 01/35] x86: Keep symbol information in u-boot ELF file
` [PATCH 02/35] x86: Create a new header for EFI
` [PATCH 03/35] x86: Show some EFI info with the bdinfo command
` [PATCH 04/35] x86: Tidy up global_data pointer for 64-bit
` [PATCH 05/35] efi: Add a script for building and testing U-Boot on UEFI
` [PATCH 06/35] x86: Create a 32/64-bit selection for the app
` [PATCH 07/35] efi: Create a 64-bit app
` [PATCH 08/35] x86: Don't duplicate global_ptr in 64-bit EFI app
` [PATCH 09/35] efi: Add a way to obtain boot services in the app
` [PATCH 10/35] efi: Add video support to "
` [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model
` [PATCH 12/35] efi: Add EFI uclass for media
` [PATCH 13/35] efi: Add a media/block driver for EFI block devices
` [PATCH 14/35] efi: Locate all block devices in the app
` [PATCH 15/35] patman: Use a ValueError exception if tools.Run() fails
` [PATCH 16/35] binman: Report an error if test files fail to compile
` [PATCH 17/35] binman: Support reading the offset of an ELF-file symbol
` [PATCH 18/35] binman: Allow timeout to occur in the image or its section
` [PATCH 19/35] binman: Tidy up comments on _DoTestFile()
` [PATCH 20/35] binman: Support updating the dtb in an ELF file
` [PATCH 21/35] efi: serial: Support arrow keys
` [PATCH 22/35] bloblist: Move to rST format
` [PATCH 23/35] bloblist: Support allocating the bloblist
` [PATCH 24/35] x86: Allow booting a kernel from the EFI app
` [PATCH 25/35] x86: Don't process the kernel command line unless enabled
` [PATCH 26/35] x86: efi: Add room for the binman definition in the dtb
` [PATCH 27/35] efi: Add comments to struct efi_priv
` [PATCH 28/35] efi: Fix ll_boot_init() operation with the app
` [PATCH 29/35] efi: Add a few comments to the stub
` [PATCH 30/35] efi: Share struct efi_priv between the app and stub code
` [PATCH 31/35] efi: Move exit_boot_services into a function
` [PATCH 32/35] efi: Check for failure when initing the app
` [PATCH 33/35] efi: Mention that efi_info_get() is only used in the stub
` [PATCH 34/35] efi: Show when allocated pages are used
` [PATCH 35/35] efi: Allow easy selection of serial-only operation
Pull request for efi-2021-10-rc4
2021-09-09 21:22 UTC (20+ messages)
[PATCH v3 0/2] Add support of an FXL6408 GPIO expander
2021-09-09 20:44 UTC (3+ messages)
` [PATCH v3 1/2] GPIO: fxl6408: Add support for "
` [PATCH v3 2/2] colibri-imx8x: add on-module gpio expander fxl6408
[PATCH v2 0/2] Add support of the FXL6408 GPIO expander
2021-09-09 20:14 UTC (4+ messages)
` [PATCH v2 1/2] GPIO: fxl6408: Add support for "
[PATCH v3 0/3] doc: Clarify how U-Boot makes use of devicetree
2021-09-09 20:10 UTC (4+ messages)
` [PATCH v3 1/3] doc: Tidy up the bindings for the config/ node
` [PATCH v3 2/3] doc: Complete the list of available runtime-config options
` [PATCH v3 3/3] RFC: doc: Add documentation about devicetree usage
Driver model at UEFI runtime
2021-09-09 20:00 UTC (2+ messages)
[PATCH] doc: board: toradex: fix file names
2021-09-09 19:12 UTC (6+ messages)
[PATCH v2] doc: board: toradex: fix file names
2021-09-09 19:12 UTC
[PATCH] imx8mm_beacon: Switch to binman for generating image
2021-09-09 17:12 UTC (2+ messages)
[PATCH] Kconfig: Drop duplicate 'select SHA512' instances
2021-09-09 15:07 UTC (2+ messages)
[PATCH 0/3] stm32mp: Attempt to resolve unintended breakage with v2021.10-rc2
2021-09-09 14:55 UTC (4+ messages)
` [PATCH 1/3] stm32mp: Rename FIP config to stm32mp15_tfaboot_fip_defconig
` [PATCH 2/3] arm: Kconfig: Introduce a TFABOOT_FIP_CONTAINER option
` [PATCH 3/3] stm32mp1: Replace STM32MP15x_STM32IMAGE with TFABOOT_FIP_CONTAINER
[PATCH 1/6] arm: Remove flea3 board
2021-09-09 14:44 UTC (9+ messages)
` [PATCH 2/6] arm: Remove aspenite board
` [PATCH 3/6] arm: Remove zmx25 board and ARCH_MX25
` [PATCH 4/6] arm: Remove bg0900 board
` [PATCH 5/6] arm: Remove edminiv2 board and orion5x support
` [PATCH 6/6] ppc: Remove MPC8349EMDS board and ARCH_MPC8349 support
[PATCH v4 0/3] riscv: enable SBI system reset
2021-09-09 14:16 UTC (8+ messages)
` [PATCH v4 1/3] riscv: add missing SBI extension definitions
` [PATCH v4 2/3] cmd/sbi: use constants instead of numerical values
` [PATCH v4 3/3] sysreset: provide SBI based sysreset driver
[PATCH v2 0/6] Fix FIT hash algos in SPL (Fixes v2021.10-rc3)
2021-09-09 13:58 UTC (14+ messages)
` [PATCH v2 1/6] common: Remove unused CONFIG_FIT_SHAxxx selectors
` [PATCH v2 2/6] lib: Drop SHA512_ALGO in lieu of SHA512
` [PATCH v2 3/6] common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH
` [PATCH v2 4/6] common: Move MD5 hash to hash_algo[] array
` [PATCH v2 5/6] image: Drop if/elseif hash selection in calculate_hash()
` [PATCH v2 6/6] image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines
[PATCH 1/1] configs: add mkeficapsule to tools-only_defconfig
2021-09-09 13:02 UTC (11+ messages)
[PATCH] arm: imx: imx8mq: add support to get values for more clocks
2021-09-09 12:59 UTC
imx: imx8mq: mxc_get_clock for MXC_I2C_CLK is missing
2021-09-09 8:08 UTC (4+ messages)
[PATCH v2] cmd: ubi: add a command to swap volumes
2021-09-09 11:52 UTC
[PATCH v2 1/9] ARM: meson: Sync Amlogic DT from Linux 5.14
2021-09-09 11:29 UTC (12+ messages)
` [PATCH v2 2/9] ARM: meson: keep HW order for MMC devices
` [PATCH v2 3/9] ARM: meson-axg: remove local USB nodes
` [PATCH v2 4/9] configs: meson64: add SCSI boot target
` [PATCH v2 5/9] distro_bootcmd: run pci enum for scsi_boot just like it is done for nvme_boot
` [PATCH v2 6/9] ARM: amlogic: add support for Odroid-HC4 device
` [PATCH v2 7/9] doc: boards: amlogic: update for Odroid HC4
` [PATCH v2 8/9] ARM: meson: add Beelink GS-King X board
` [PATCH v2 9/9] ARM: amlogic: add Banana Pi M5
[PATCH] efi_loader: Remove incorrect calls of EFI_CALL in TCG2
2021-09-09 6:01 UTC (3+ messages)
[PATCH 1/1] efi_loader: simplify efi_watchdog_timer_notify()
2021-09-09 5:49 UTC
[PATCH] efi_loader: eliminate EFI_CALL() in nvedit_efi.c
2021-09-09 5:42 UTC
[PATCH v2 0/2] PinePhone: enable LED on boot for improved
2021-09-09 0:17 UTC (5+ messages)
` [PATCH v2 1/2] board: sunxi: enable status LED early
` [PATCH v2 2/2] pinephone_defconfig: add support for early-boot status LED
[u-boot PATCH] arm: mach-k3: am6_init: Prioritize MSMC traffic over DDR in NAVSS Northbridge
2021-09-08 20:30 UTC (8+ messages)
[PATCH V2] arm: mach-k3: am6_init: Prioritize MSMC traffic over DDR in NAVSS Northbridge
2021-09-08 20:28 UTC
[PATCH v3 0/2] mmc: fsl_esdhc_imx: initialize data for imx7ulp
2021-09-08 18:56 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP
[PATCH v2 1/2] mmc: fsl_esdhc_imx: initialize data for imx7ulp
2021-09-08 18:56 UTC (4+ messages)
` [PATCH v2 2/2] mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP
U-boot patches
2021-09-08 17:40 UTC (2+ messages)
[PATCH] board: sl28: enable EFI_SET_TIME support
2021-09-08 16:16 UTC
cdns_wdt: who enables the clock
2021-09-08 15:39 UTC
U-Boot Digest, Vol 158, Issue 63
2021-09-08 14:25 UTC (5+ messages)
[PATCH 1/1] ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU
2021-09-08 13:57 UTC (2+ messages)
tools: Check for already migrated symbols in a given file
2021-09-08 13:50 UTC
[PATCH v6] arm: add initial support for the Phytium Pomelo Board
2021-09-08 13:32 UTC (3+ messages)
Hints on how to use efi_driver/efi_block_device.c
2021-09-08 13:30 UTC (6+ messages)
[PATCH u-boot] dm: pci: Fix handling of errors when scanning device
2021-09-08 13:14 UTC (5+ messages)
[PATCH] arm: imx8mp-evk: CLOCK Enable SPI and QOS clock
2021-09-08 13:02 UTC
[PATCH] pci: pcie_dw_meson: fix usb fail when pci link fails to go up
2021-09-08 12:59 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox