public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-10-04 14:29:45 to 2022-10-06 13:24:17 UTC [more...]

[u-boot][PATCH v2 0/4] Introduce MEMORY uclass and TI GPMC driver
 2022-10-06 13:23 UTC 

[PATCH] imx8m: fix reading of DDR4 MR registers [again]
 2022-10-06 13:17 UTC  (2+ messages)

[PATCH 1/1] efi_loader: efi_dp_part_node check dp_alloc return value
 2022-10-06 13:13 UTC  (5+ messages)

[PATCH 0/2] Clean up protocol installation API
 2022-10-06 13:08 UTC  (5+ messages)
` [PATCH 1/2] efi_loader: define internal implementations of install/uninstallmultiple
` [PATCH 2/2] cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol

[PATCH v2 1/1] cmd: simplify do_env_set_efi()
 2022-10-06 11:20 UTC  (2+ messages)

Uboot support intel xeon gold
 2022-10-06  8:49 UTC 

[PATCH 7/7] net/tftp: make tftpput working with servers that do not use OACK
 2022-10-06  3:18 UTC 

[PATCH 1/7] mtd: replace name of 'rfree' field with 'free' in struct mtd_ooblayout_ops to better match it's description
 2022-10-06  6:56 UTC  (7+ messages)
` [PATCH 2/7] mtd/nand: try to erase bad blocks only if scrub flag is provided
` [PATCH 3/7] mtd/spinand: rework detect procedure for different READ_ID operation
` [PATCH 4/7] mtd/spinand: sync core spinand code with linux-5.10.118
` [PATCH 5/7] mtd/spinand: sync supported devices with linux-5.15.43
` [PATCH 6/7] mtd/spinand: add Winbond W25N02KV flash support, fix Winbond flashes identifications

[PATCH 1/1] efi_driver: provide driver binding protocol to bind function
 2022-10-06 10:56 UTC  (3+ messages)

Please pull u-boot-marvell/master
 2022-10-06 10:47 UTC 

[PATCH 1/2] arm: mvebu: Remove timer.c
 2022-10-06 10:46 UTC  (4+ messages)
` [PATCH 2/2] timer: orion-timer: Only init timer once

[PATCH v3 0/8] Enable CONFIG_TIMER for all Kirkwood / MVEBU boards
 2022-10-06 10:44 UTC  (2+ messages)

[PATCH] tools: kwbimage: Verify maximal kwbimage header size
 2022-10-06 10:42 UTC  (2+ messages)

[PATCH] mtd: nand: pxa3xx: simplify ECC hardware parameters
 2022-10-06 10:42 UTC  (2+ messages)

[RFC PATCH 0/2] Clean up protocol installation API
 2022-10-06 10:41 UTC  (14+ messages)
` [RFC PATCH 1/2] efi_loader: define internal implementations of install/uninstallmultiple
` [RFC PATCH 2/2] cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol

[PATCH] board/km: remove kirkwood boards
 2022-10-06 10:41 UTC  (2+ messages)

[PATCH] MAINTAINERS: get rid of the optee variables entry
 2022-10-06  9:58 UTC  (2+ messages)

[PATCH v13 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-10-06  9:06 UTC  (16+ messages)
` [PATCH v13 01/15] dt/bindings: Add bindings for GPT based FWU Metadata storage device
` [PATCH v13 02/15] FWU: Add FWU metadata structure and driver for accessing metadata
` [PATCH v13 03/15] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v13 04/15] stm32mp1: dk2: Add a node for the FWU metadata device
` [PATCH v13 05/15] stm32mp1: Add image information for capsule updates
` [PATCH v13 06/15] FWU: Add helper functions for accessing FWU metadata
` [PATCH v13 07/15] FWU: STM32MP1: Add support to read boot index from backup register
` [PATCH v13 08/15] event: Add an event for main_loop
` [PATCH v13 09/15] FWU: Add boot time checks as highlighted by the FWU specification
` [PATCH v13 10/15] FWU: Add support for the FWU Multi Bank Update feature
` [PATCH v13 11/15] FWU: cmd: Add a command to read FWU metadata
` [PATCH v13 12/15] test: dm: Add test cases for FWU Metadata uclass
` [PATCH v13 13/15] mkeficapsule: Add support for generating empty capsules
` [PATCH v13 14/15] mkeficapsule: Add support for setting OEM flags in capsule header
` [PATCH v13 15/15] FWU: doc: Add documentation for the FWU feature

[PATCH 0/3] arm: smh: Fix and improve semihosting traps
 2022-10-06  8:52 UTC  (6+ messages)
` [PATCH 1/3] arm: smh: specify Thumb trap instruction
` [PATCH 2/3] arm: smh: Make semihosting trap calls more robust
` [PATCH 3/3] arm: smh: Allow semihosting trap calls to be inlined

[PATCH 1/1] cmd: simplify do_env_set_efi()
 2022-10-06  8:03 UTC  (2+ messages)

[PATCH v4] imx: support i.MX8QM DMSSE20 a1 board
 2022-10-06  7:37 UTC  (4+ messages)

[PATCH 0/3] efi_driver: move event registration to driver
 2022-10-06  6:38 UTC  (5+ messages)
` [PATCH 1/3] efi_driver: add init function to EFI block driver
` [PATCH 2/3] efi_selftest: rename event_notify
` [PATCH 3/3] efi_driver: move event registration to driver

[PATCH v4 0/6] Support UEFI SPI I/O protocol
 2022-10-06  6:19 UTC  (11+ messages)
` [PATCH v4 1/6] spi: Implement spi_set_speed
` [PATCH v4 2/6] efi: Add string conversion helper
` [PATCH v4 3/6] efi_loader: Add SPI I/O protocol support
` [PATCH v4 4/6] efi_selftest: Add tests for SPI "
` [PATCH v4 5/6] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export
  ` [U-Boot PATCH "
` [PATCH v4 6/6] am335x_evm_defconfig: Enable Micron SPI flash support

[PATCH v5 0/3] Add riscv semihosting support in u-boot
 2022-10-06  5:13 UTC  (4+ messages)
` [PATCH v5 3/3] board: qemu-riscv: enable semihosting

[PATCH 1/1] cmd: simplify do_efi_boot_add()
 2022-10-06  4:55 UTC 

[PATCH v5 0/8] Add MV88E6xxx DSA driver and use on gwventana
 2022-10-05 21:34 UTC  (14+ messages)
` [PATCH v5 1/8] net: mdio-uclass: scan for dm mdio children on post-bind
` [PATCH v5 2/8] net: dsa: move cpu port probe to dsa_post_probe
` [PATCH v5 3/8] net: dsa: ensure dsa driver has proper ops
` [PATCH v5 4/8] net: dsa: allow rcv() and xmit() to be optional
` [PATCH v5 5/8] net: ksz9477: remove unnecessary xmit and recv functions
` [PATCH v5 6/8] net: fec: add support for DM_MDIO
` [PATCH v5 7/8] net: add MV88E61xx DSA driver
` [PATCH v5 8/8] board: gw_ventana: enable MV88E61XX DSA support

[PATCH] phy: ti: j721e-wiz: add j784s4-wiz-10g module support
 2022-10-05 20:51 UTC 

[BUG] U-Boot can overwrite itself with "bootelf" command
 2022-10-04 19:36 UTC 

[U-Boot] Spansion QSPI S70FL01GS Support
 2022-10-04 13:39 UTC 

[PATCH V2 00/13] IOT2050-related enhancements
 2022-10-05 16:16 UTC  (17+ messages)
` [PATCH V2 01/13] env: Complete generic support for writable list
` [PATCH V2 02/13] env: Couple networking-related variable flags to CONFIG_NET
` [PATCH V2 03/13] tools: Add script for converting public key into device tree include
` [PATCH V2 04/13] board: siemens: iot2050: Split the build for PG1 and PG2
` [PATCH V2 05/13] arm: dts: iot2050: Use the auto generator nodes for fdt
` [PATCH V2 06/13] iot2050: Update firmware layout
` [PATCH V2 07/13] iot2050: Add watchdog start to bootcmd
` [PATCH V2 08/13] iot2050: Add CONFIG_ENV_FLAGS_LIST_STATIC
` [PATCH V2 09/13] arm: dts: iot2050: Allow verifying U-Boot proper by SPL
` [PATCH V2 10/13] iot2050: Add script for signing artifacts
` [PATCH V2 11/13] arm: dts: iot2050: Optionally embed OTP programming data into image
` [PATCH V2 12/13] doc: iot2050: Add a note about the watchdog firmware
` [PATCH V2 13/13] board: siemens: iot2050: use the named gpio to control the user-button

[PATCH v1 0/4] phy: Add generic_{setup,shutdown}_phy() helpers
 2022-10-05 14:31 UTC  (4+ messages)

[PATCH v3 0/8] Use logging feature instead of FPGA_DEBUG
 2022-10-05 11:44 UTC  (8+ messages)
` [PATCH v3 1/7] fpga: altera: "
` [PATCH v3 2/7] fpga: cyclon2: "
` [PATCH v3 3/7] fpga: Add missing Kconfig symbols for old FPGA drivers
` [PATCH v3 4/7] fpga: ACEX1K: Use logging feature instead of FPGA_DEBUG
` [PATCH v3 5/7] fpga: spartan2: "
` [PATCH v3 6/7] fpga: spartan3: "
` [PATCH v3 7/7] fpga: virtex2: "

[PATCH v2] xilinx: zynqmp: Load pmufw configuration before checking access
 2022-10-05  9:39 UTC 

[PATCH 1/1] cmd: simplify command efidebug
 2022-10-05  9:37 UTC  (7+ messages)

[PATCH] xilinx: zynqmp: Load pmufw configuration before checking access
 2022-10-05  9:36 UTC  (3+ messages)

[PATCH] lib: fix buggy strcmp and strncmp
 2022-10-05  9:09 UTC 

[PATCH 1/1] efi_driver: carve out function to create block device
 2022-10-05  8:49 UTC  (2+ messages)

[RFC 1/1] efi_loader: fix open protocol information for block device
 2022-10-05  7:48 UTC  (2+ messages)

[RFC 1/1] cmd: add command to dump EFI block devices
 2022-10-05  7:05 UTC  (5+ messages)

[PATCH 1/1] doc: documentation of EFI driver binding protocol
 2022-10-05  7:05 UTC  (2+ messages)

[PATCH 1/1] test: fix some pylint errors in test_efi_secboot
 2022-10-05  7:02 UTC  (2+ messages)

[PATCH 00/10] bootstage: Migrate from timer_get_boot_us() to timer_get_us()
 2022-10-05  6:59 UTC  (11+ messages)
` [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

[PATCH v4 0/3] riscv: Fix build against binutils 2.38
 2022-10-05  6:53 UTC  (7+ messages)
` [PATCH v4 1/3] docker: install riscv32 toolchain
` [PATCH v4 2/3] buildman: differentiate between riscv32, riscv64

[PATCH] gpio-uclass: fix gpio lookup by label
 2022-10-05  4:40 UTC  (5+ messages)

[PATCH v2] cmd: pxe: add alias devicetree-overlay for fdtoverlays
 2022-10-05  2:15 UTC  (5+ messages)

[PATCH v3] schemas: Add schema for U-Boot driver model 'phase tags'
 2022-10-05  2:11 UTC  (2+ messages)

[PATCH v2 1/3] net: emaclite: fix broken build
 2022-10-05  2:10 UTC  (5+ messages)
` [PATCH v2 2/3] net: emaclite: fix xemaclite_alignedread/write functions
` [PATCH v2 3/3] net: emaclite: fix handling for IP packets with specific lengths

net: emaclite: Fixes, enable driver for other archs
 2022-10-05  2:09 UTC  (9+ messages)
` [PATCH 2/3] net: emaclite: fix xemaclite_alignedread/write functions

[PATCH 0/2] Implement workaround for errata i2329
 2022-10-05  2:07 UTC  (5+ messages)
` [PATCH 1/2] net: ti: cpsw-mdio: Add "
` [PATCH 2/2] net: ti: am65-cpsw-nuss: Enable MDIO manual mode

[PATCH v1] verdin-imx8mm: verdin-imx8mp: drop obsolete net/phy configs
 2022-10-05  2:03 UTC  (2+ messages)

[PATCH v3 0/6] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5)
 2022-10-05  2:02 UTC  (3+ messages)
` [PATCH v3 1/6] net: mvneta: Add support for AlleyCat5

[PATCH 1/2] sandbox: Initialize sysreset before relocation
 2022-10-05  0:44 UTC  (4+ messages)
` [PATCH 2/2] common: board_f: Print information for all sysresets

[PATCH] x86: Fix i8259 ifdef include guard
 2022-10-05  0:44 UTC  (2+ messages)

[PATCH] avb: Extend support to non-eMMC interfaces
 2022-10-05  0:44 UTC  (2+ messages)

[PATCH 1/1] doc: typo 'it it' in doc/develop/package/index.rst
 2022-10-04 22:06 UTC  (2+ messages)

[PATCH v1 0/3] verdin-imx8mp: enable caam
 2022-10-04 21:05 UTC  (2+ messages)

[PATCH v3 0/3] Support UEFI SPI I/O protocol
 2022-10-04 17:25 UTC  (6+ messages)
` [PATCH v3 1/3] efi_loader: Add SPI I/O protocol support

[PATCH 1/1] efi_driver: reformat efi_block_device.c
 2022-10-04 16:53 UTC 

[PATCH v4 0/8] Add MV88E6xxx DSA driver and use on gwventana
 2022-10-04 16:52 UTC  (17+ messages)
` [PATCH v4 8/8] board: gw_ventana: enable MV88E61XX DSA support

[PATCH v2 0/6] eficonfig: add UEFI Secure Boot key maintenance interface
 2022-10-04 16:29 UTC  (8+ messages)
` [PATCH v2 1/6] eficonfig: refactor eficonfig_select_file_handler()
` [PATCH v2 2/6] eficonfig: expose append entry function
` [PATCH v2 3/6] eficonfig: add UEFI Secure Boot Key enrollment interface
` [PATCH v2 4/6] eficonfig: add "Show/Delete Signature Database" menu entry
` [PATCH v2 5/6] test/eficonfig: support secure boot key maintenance menu
` [PATCH v2 6/6] test: add test for eficonfig secure boot key management


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox