messages from 2022-01-18 21:09:51 to 2022-01-20 16:18:09 UTC [more...]
[PATCH u-boot-dm v4] fdt_support: Add fdt_for_each_node_by_compatible() helper macro
2022-01-20 16:17 UTC (2+ messages)
[PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV
2022-01-20 15:46 UTC (7+ messages)
[RFC PATCH 00/14] FWU: Add FWU Multi Bank Update for DeveloerBox
2022-01-20 15:31 UTC (15+ messages)
` [RFC PATCH 01/14] DFU: Do not copy the entity name over the buffer size
` [RFC PATCH 02/14] DFU: Accept redundant spaces and tabs in dfu_alt_info
` [RFC PATCH 03/14] DFU: Check the number of arguments and argument string strictly
` [RFC PATCH 04/14] doc: usage: DFU: Fix dfu_alt_info document
` [RFC PATCH 05/14] cmd/dfu: Enable 'dfu list' command without DFU_OVER_USB
` [RFC PATCH 06/14] FWU: Calculate CRC32 in gpt_update_mdata()
` [RFC PATCH 07/14] FWU: Free metadata copy if gpt_get_mdata() failed
` [RFC PATCH 08/14] FWU: Move FWU metadata operation code in fwu_mdata.c
` [RFC PATCH 09/14] synquacer: Update for TBBR based new FIP layout
` [RFC PATCH 10/14] FWU: Reboot soon after successfully install the new firmware
` [RFC PATCH 11/14] FWU: Add FWU Multi Bank Update on SPI Flash
` [RFC PATCH 12/14] FWU: synquacer: Add FWU Multi bank update support for DeveloperBox
` [RFC PATCH 13/14] FWU: synquacer: Initialize broken metadata
` [RFC PATCH 14/14] configs: synquacer: Add FWU support for DeveloperBox
[PATCH v9 00/11] efi_loader: capsule: improve capsule authentication support
2022-01-20 15:06 UTC (8+ messages)
` [PATCH v9 01/11] tools: mkeficapsule: output messages to stderr instead of stdout
` [PATCH v9 03/11] tools: build mkeficapsule with tools-only_defconfig
[PATCH 0/7] sunxi: Fix U-Boot proper SPI operation
2022-01-20 14:36 UTC (5+ messages)
` [PATCH 7/7] sunxi: H6: Enable SPI0 in DT when no eMMC is used
[PATCH] mxc_gpio: on imx8m read the DR instead of the PSR
2022-01-20 14:00 UTC (8+ messages)
Commit 4f2e2280862a ("RFC: arm: pci: Add PCI cam support to PCI-E ecam driver")
2022-01-20 13:55 UTC (5+ messages)
[PATCH 1/1] drivers: octeon: get rid of Unicode in code
2022-01-20 13:45 UTC (2+ messages)
[PATCH v4 0/3] mtd: Support slc-mode for NTC CHIP
2022-01-20 13:14 UTC (2+ messages)
[PATCH v11] driver: spi: add bcm iproc qspi support
2022-01-20 13:11 UTC (2+ messages)
[RFC PATCH v3 0/9] FWU: Add support for FWU Multi Bank Update feature
2022-01-20 12:28 UTC (23+ messages)
` [RFC PATCH v3 1/9] FWU: Add FWU metadata structure and functions for accessing metadata
` [RFC PATCH v3 2/9] FWU: Add FWU metadata access functions for GPT partitioned block devices
` [RFC PATCH v3 3/9] FWU: stm32mp1: Add helper functions for accessing FWU metadata
` [RFC PATCH v3 4/9] FWU: STM32MP1: Add support to read boot index from backup register
` [RFC PATCH v3 5/9] EFI: FMP: Add provision to update image's ImageTypeId in image descriptor
` [RFC PATCH v3 6/9] FWU: Add boot time checks as highlighted by the FWU specification
` [RFC PATCH v3 7/9] FWU: Add support for FWU Multi Bank Update feature
` [RFC PATCH v3 8/9] FWU: cmd: Add a command to read FWU metadata
` [RFC PATCH v3 9/9] mkeficapsule: Add support for generating empty capsules
[RESEND PATCH v3 0/4] arm: kirkwood: Add support for Pogoplug V4
2022-01-20 11:55 UTC (6+ messages)
` [RESEND PATCH v3 1/4] arm: kirkwood: Pogoplug-V4 : Add DTS files
` [RESEND PATCH v3 2/4] arm: kirkwood: Pogoplug-V4 : Add Kconfig files
` [RESEND PATCH v3 3/4] arm: kirkwood: Pogoplug-V4 : Add board implementation files
` [RESEND PATCH v3 4/4] arm: kirkwood: Pogoplug V4 : Add board include header and defconfig files
UDC driver implementation
2022-01-20 11:48 UTC
[PATCH] cmd: mmc: Consider GP partitions in mmc hwpartition user enh start -
2022-01-20 11:14 UTC (2+ messages)
[PATCH v3 00/31] Initial implementation of standard boot
2022-01-20 10:28 UTC (59+ messages)
` [PATCH v3 01/31] str: Move string tests to the string module
` [PATCH v3 02/31] test: Add tests for trailing_strtol()
` [PATCH v3 03/31] str: Fix a few bugs in trailing_strtoln()
` [PATCH v3 04/31] lib: Add a way to find the postiion of a trailing number
` [PATCH v3 05/31] dm: core: Rename uclass_get_by_name_len()
` [PATCH v3 06/31] dm: core: Allow finding a uclass device by partial name
` [PATCH v3 07/31] test: fastboot: Avoid using mmc1
` [PATCH v3 08/31] test: dm: Restart USB before assuming it is stopped
` [PATCH v3 09/31] dm: blk: Add a function to return the device type
` [PATCH v3 10/31] bootstd: Add the concept of a bootflow
` [PATCH v3 11/31] bootstd: Add the bootstd uclass and core implementation
` [PATCH v3 12/31] bootstd: Add the bootdev uclass
` [PATCH v3 13/31] bootstd: Add the bootmeth uclass and helpers
` [PATCH v3 14/31] bootstd: Add support for bootflows
` [PATCH v3 15/31] bootstd: Add a bootdev command
` [PATCH v3 16/31] bootstd: Add a bootflow command
` [PATCH v3 17/31] bootstd: Add a bootmeth command
` [PATCH v3 18/31] bootstd: Add an implementation of distro boot
` [PATCH v3 19/31] bootstd: mmc: Add a bootdev driver
` [PATCH v3 20/31] bootstd: ethernet: "
` [PATCH v3 21/31] bootstd: Add an implementation of distro PXE boot
` [PATCH v3 22/31] bootstd: Add an implementation of EFI boot
` [PATCH v3 23/31] bootstd: Add a system bootdev for strange boot methods
` [PATCH v3 24/31] bootstd: Add an implementation of EFI bootmgr
` [PATCH v3 25/31] bootstd: Add a sandbox bootmeth driver
` [PATCH v3 26/31] bootstd: Add an implementation of script boot
` [PATCH v3 27/31] bootstd: usb: Add a bootdev driver
` [PATCH v3 28/31] bootstd: Add tests for bootstd including all uclasses
` [PATCH v3 29/31] bootstd: Add setup for the bootflow tests
` [PATCH v3 30/31] bootstd: doc: Add documentation
` [PATCH v3 31/31] RFC: Switch rpi over to use bootstd
[PULL u-boot] Please pull u-boot-amlogic-20220120
2022-01-20 8:55 UTC
[PATCH] xilinx: common: change bootm_size to not go beyond ram_top
2022-01-20 7:33 UTC (2+ messages)
[PATCH v2] power: zynqmp: Add power domain driver for ZynqMP
2022-01-20 7:25 UTC
Pull request doc-2022-04-rc1
2022-01-20 7:23 UTC
[PATCH] configs: stm32mp15: Enable OF_BOARD flag
2022-01-20 7:19 UTC
[PATCH] MAINTAINERS: Update e-mail in Xen maintainership
2022-01-20 6:02 UTC (2+ messages)
[PATCH 00/27] Add F1C100s based PocketGo handheld support
2022-01-20 0:38 UTC (3+ messages)
` [PATCH 14/27] sunxi: implement clock driver for suniv f1c100s
[PATCH v8 00/15] Add Rikomagic MK808 board
2022-01-20 0:31 UTC (3+ messages)
` [PATCH v8 03/15] rockchip: rk3066: add clock driver for rk3066 soc
[PATCH v3 0/4] arm: kirkwood: Add support for Pogoplug V4
2022-01-19 23:23 UTC (6+ messages)
` [PATCH v3 4/4] arm: kirkwood: Pogoplug-V4 : Add board implementation files
[GIT PULL] xilinx patches for v2022.04-rc1
2022-01-19 19:22 UTC (2+ messages)
[PATCH v3 00/20] J721S2: Add initial support
2022-01-19 18:15 UTC (3+ messages)
` [PATCH v3 05/20] arm: K3: Add basic support for J721S2 SoC definition
FIT image: load secure FPGA
2022-01-19 17:48 UTC (6+ messages)
[PATCH] doc: replace @return by Return:
2022-01-19 17:21 UTC
Pull request: u-boot-samsung master
2022-01-19 15:28 UTC (2+ messages)
[PATCH 1/2 v2] lib/crypto: Enable more algorithms in cert verification
2022-01-19 15:03 UTC (3+ messages)
` [PATCH 2/2 v2] efi_loader: Ignore sha1 on signature verification
[PATCH v4 00/13] kconfig: Add some new macros
2022-01-19 14:37 UTC (4+ messages)
` [PATCH v4 01/13] imx: Don't define __ASSEMBLY__ in C files
[PATCH v2] arm: dts: Aspeed: add Bletchley dts
2022-01-19 10:36 UTC (3+ messages)
[v2] board: ls1088a: update ifc node name to be memory-controller
2022-01-19 3:46 UTC
[PATCH 1/1] i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c
2022-01-18 17:09 UTC (3+ messages)
[PATCH] lib/crypto: Enable more algorithms in cert verification
2022-01-19 14:54 UTC (13+ messages)
[PATCH] board: amlogic: vim3: configure serial# from ethaddr
2022-01-19 14:47 UTC (3+ messages)
[PATCH 1/1] doc: printf() codes
2022-01-19 14:27 UTC (3+ messages)
[PATCH 1/2] phy: zynqmp: Add support for sata and DP phy initialization
2022-01-19 14:18 UTC (2+ messages)
` [PATCH 2/2] scsi: ceva: Enable PHY and reset support
[PATCH] power: zynqmp: Add power domain driver for ZynqMP
2022-01-19 13:47 UTC (2+ messages)
[PATCH] socfpga: enable EFI partition support for de0-nano-soc
2022-01-19 13:22 UTC (2+ messages)
[PATCH v2] zynqmp: Use the same style for macro definitions
2022-01-19 11:03 UTC
[PATCH] arm64: zynqmp: Remove SOM *u-boot.dtsi
2022-01-19 11:01 UTC
[PATCH] zynqmp: Use the same style for macro definitions
2022-01-19 10:40 UTC (2+ messages)
[PATCH 0/4] zynqmp: Add support for sending pmufw config object overlay
2022-01-19 10:38 UTC (2+ messages)
[PATCH] arm64: zynqmp: Change firmware dependency
2022-01-19 10:36 UTC (2+ messages)
[PATCH] arm64: xilinx: dts: Add dma properties to fix dtbs_check warnings
2022-01-19 10:34 UTC (2+ messages)
[PATCH] arm64: zynqmp: Update USB node handle from dwc3 to usb
2022-01-19 10:33 UTC (2+ messages)
[PATCH] arm64: zynqmp: Change compatible strings for cadence uart
2022-01-19 10:32 UTC (2+ messages)
[PATCH v2 1/1] doc: printf() codes
2022-01-19 9:21 UTC
[PATCH v3 0/1] rsa: adds rsa3072 algorithm
2022-01-19 8:28 UTC (6+ messages)
` [PATCH v3 1/1] "
[PATCH v4 0/1] rsa: adds rsa3072 algorithm
2022-01-19 8:23 UTC (2+ messages)
` [PATCH v4 1/1] "
[PATCH 1/1] bootcount: fix printf() code
2022-01-19 0:33 UTC
[PATCH 1/1] miiphy.h: Remove CONFIG_DM_xxx guards
2022-01-18 22:24 UTC
[PATCH V3] usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn
2022-01-18 21:48 UTC (4+ messages)
[next 0/5] Add support of Ethernet for Aspeed AST2600 SoC
2022-01-18 21:10 UTC (11+ messages)
` [next 1/5] net: ftgmac100: Add DM_MDIO support
` [next 2/5] net: ftgmac100: Add Aspeed AST2600 support
` [next 3/5] ARM: dts: ast2600: Add MDIO devices
` [next 4/5] configs: ast2600: enable DM_MDIO and MDIO driver
` [next 5/5] clk: ast2600: Revise MII interface delay
[PATCH v4 0/6] Add MMC/SD support for S700/S900
2022-01-18 21:09 UTC (5+ messages)
` [PATCH v4 5/6] mmc: actions: add MMC driver for Actions OWL S700/S900
` [PATCH v4 6/6] configs: Enable mmc support
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