public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-09-20 10:26:57 to 2022-09-22 09:04:45 UTC [more...]

[PATCH v4 0/3] Add riscv semihosting support in u-boot
 2022-09-22  9:03 UTC  (7+ messages)
` [PATCH v4 1/3] lib: Add common semihosting library
` [PATCH v4 2/3] arch/riscv: add semihosting support for RISC-V
` [PATCH v4 3/3] board: qemu-riscv: enable semihosting

[PATCH v10 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-09-22  8:59 UTC  (15+ messages)
` [PATCH v10 03/15] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v10 06/15] FWU: Add helper functions for accessing FWU metadata
` [PATCH v10 10/15] FWU: Add support for the FWU Multi Bank Update feature

[PATCH v4] tee: optee: rework TA bus scanning code
 2022-09-22  8:51 UTC  (2+ messages)

[PATCH v2] ARM: imx: Deduplicate i.MX8M SNVS LPGPR unlock
 2022-09-22  7:45 UTC  (4+ messages)

[PATCH v4 0/6] cmd/fru: move FRU handling support to common region
 2022-09-22  7:29 UTC  (15+ messages)
` [PATCH v4 1/6] xilinx: common: refactor FRU handling support
` [PATCH v4 3/6] cmd: fru: fix a sandbox segfault issue
` [PATCH v4 4/6] cmd: fru: add product info area parsing support
` [PATCH v4 5/6] doc: fru: add documentation for the fru command and APIs

[RFC PATCH 0/4] Alternative debug outputs for rockchip devices
 2022-09-22  6:47 UTC  (5+ messages)
` [RFC PATCH 1/4] rockchip: rk3288: enable u-boot.rom for speedy
` [RFC PATCH 2/4] rockchip: rk3288: enable uart2->usb redirection
` [RFC PATCH 3/4] rockchip: rk3399: fix typo in grf file
` [RFC PATCH 4/4] rockchip: rk3399: attempt to redirect uart2dbga to sdcard

[PATCH v4 0/5] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5)
 2022-09-22  5:18 UTC  (8+ messages)
` [PATCH v4 1/5] net: mvneta: Add support for AlleyCat5
` [PATCH v4 2/5] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci
` [PATCH v4 3/5] pinctrl: mvebu: Add AlleyCat5 support
` [PATCH v4 4/5] arm: mvebu: Support for 98DX25xx/98DX35xx SoC
` [PATCH v4 5/5] arm: mvebu: Add RD-AC5X board

[PATCH 1/2] riscv: Introduce AVAILABLE_HARTS
 2022-09-22  3:33 UTC  (4+ messages)
` [PATCH 2/2] riscv: ae350: Disable AVAILABLE_HARTS

[PATCH 1/4] ARM: imx8m: Deduplicate CAAM init with arch_misc_init() call
 2022-09-22  2:42 UTC  (9+ messages)
` [PATCH 2/4] ARM: imx8m: phycore_imx8mm: Drop bogus spl_board_init()
` [PATCH 3/4] ARM: imx8m: verdin-imx8mm: Drop bogus content from spl_board_init()
` [PATCH 4/4] ARM: dts: imx8m: imx8mm-mx8menlo: Enable SPL SDP support

[PATCH] vexpress64: also consider DTB pointer in x1
 2022-09-22  0:22 UTC  (4+ messages)

[PATCH v3 0/6] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5)
 2022-09-21 23:08 UTC  (18+ messages)
` [PATCH v3 1/6] net: mvneta: Add support for AlleyCat5
` [PATCH v3 2/6] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci
` [PATCH v3 3/6] pinctrl: mvebu: Add AlleyCat5 support
` [PATCH v3 4/6] misc: mvebu: Add sample at reset driver
` [PATCH v3 5/6] arm: mvebu: Support for 98DX25xx/98DX35xx SoC
` [PATCH v3 6/6] arm: mvebu: Add RD-AC5X board

[PATCH v2 0/6] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5)
 2022-09-21 22:08 UTC  (14+ messages)
` [PATCH v2 1/6] net: mvneta: Add support for AlleyCat5
` [PATCH v2 4/6] misc: mvebu: Add sample at reset driver
` [PATCH v2 5/6] arm: mvebu: Support for 98DX25xx/98DX35xx SoC
` [PATCH v2 6/6] arm: mvebu: Add RD-AC5X board

Testing v2022.10-rc5 on mt7621
 2022-09-21 15:13 UTC 

[PATCH v3 0/3] Support UEFI SPI I/O protocol
 2022-09-21 16:15 UTC  (5+ messages)
` [PATCH v3 1/3] efi_loader: Add SPI I/O protocol support
` [PATCH v3 2/3] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export
` [PATCH v3 3/3] am335x_evm_defconfig: Enable Micron SPI flash support

[PATCH v2 00/15] scsi: Convert sandbox SCSI to driver model
 2022-09-21 14:21 UTC  (16+ messages)
` [PATCH v2 01/15] scsi: Tidy up comments for struct scsi_cmd
` [PATCH v2 02/15] sandbox: usb: Rename transfer_len in protocol struct
` [PATCH v2 03/15] scsi: Move cmd_phase enum to the header
` [PATCH v2 04/15] scsi: Move core emulation state into a new struct
` [PATCH v2 05/15] sandbox: Move buffer to scsi_emul_info
` [PATCH v2 06/15] scsi: Move vendor/product info into the shared struct
` [PATCH v2 07/15] sandbox: scsi: Move block size into "
` [PATCH v2 08/15] sandbox: scsi: Move file "
` [PATCH v2 09/15] sandbox: scsi: Move reply setup out of helper
` [PATCH v2 10/15] sandbox: scsi: Remove setup calls from handle_read()
` [PATCH v2 11/15] sandbox: scsi: Move structs to header file
` [PATCH v2 12/15] sandbox: Enable SCSI for all builds
` [PATCH v2 13/15] sandbox: scsi: Move request-handling code to scsi_emul
` [PATCH v2 14/15] sandbox: Convert to use driver model for SCSI
` [PATCH v2 15/15] sandbox: Add a test "

[PATCH] mx8m: csf.sh: Fix the calculation of fit_block_size
 2022-09-21 14:22 UTC  (4+ messages)

[PATCH 00/10] bootstage: Migrate from timer_get_boot_us() to timer_get_us()
 2022-09-21 14:06 UTC  (11+ messages)
` [PATCH 01/10] arm: arch_timer: Add timer_early functions
` [PATCH 02/10] arm: imx: syscounter: "
` [PATCH 03/10] arm: armv8: generic_timer: "
` [PATCH 04/10] timer: cadence-ttc: "
` [PATCH 05/10] timer: omap-timer: "
` [PATCH 06/10] timer: rockchip_timer: "
` [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER
` [PATCH 08/10] board_f/r: Don't call timer_init() when TIMER is enabled
` [PATCH 09/10] bootstage: Migrate from timer_get_boot_us() to timer_get_us()
` [PATCH 10/10] bootstage/timer: Treewide remove timer_get_boot_us()

[PATCH v3 0/6] console: Implement flush() function
 2022-09-21 13:56 UTC  (10+ messages)
` [PATCH v3 4/6] serial: Implement serial_flush() function for console flush() fallback

Please pull u-boot-dm
 2022-09-21 13:49 UTC  (2+ messages)

[RFC][PATCH] spl: Turn spl_board_init() into weak symbol
 2022-09-21 13:49 UTC  (6+ messages)

[PATCH v2] cmd: pxe: add alias devicetree-overlay for fdtoverlays
 2022-09-21 13:41 UTC  (3+ messages)

[PATCH] board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style data
 2022-09-21 13:38 UTC 

[PATCH v2 0/8] Use logging feature instead of FPGA_DEBUG
 2022-09-21 13:22 UTC  (9+ messages)
` [PATCH v2 1/8] dm: fpga: Introduce new uclass
` [PATCH v2 2/8] fpga: altera: Use logging feature instead of FPGA_DEBUG
` [PATCH v2 3/8] fpga: cyclon2: "
` [PATCH v2 4/8] fpga: Add missing Kconfig symbols for old FPGA drivers
` [PATCH v2 5/8] fpga: ACEX1K: Use logging feature instead of FPGA_DEBUG
` [PATCH v2 6/8] fpga: spartan2: "
` [PATCH v2 7/8] fpga: spartan3: "
` [PATCH v2 8/8] fpga: virtex2: "

[PATCH 1/2] imx8mm_evk: Add an entry for USB boot
 2022-09-21 11:58 UTC  (8+ messages)
` [PATCH 2/2] imx8mm_evk: Add Serial Download Protocol support

[PATCH] dt-bindings: nvmem: u-boot, env: add Broadcom's variant binding
 2022-09-21 11:57 UTC  (4+ messages)

[PATCH v1] verdin-imx8mm: verdin-imx8mp: drop obsolete net/phy configs
 2022-09-21 11:47 UTC  (2+ messages)

[PATCH 0/7] Use logging feature instead of FPGA_DEBUG
 2022-09-21 11:02 UTC  (3+ messages)
` [PATCH 1/7] fpga: altera: "

[PATCH] cmd: fdt: Add support for reading stringlist property values
 2022-09-21  9:50 UTC  (10+ messages)

[PATCH v3] binman: Get futility by building it
 2022-09-21  9:50 UTC  (3+ messages)

[PATCH 1/2] arm64: zynqmp: Describe TI phy as ethernet-phy-id
 2022-09-21  7:55 UTC  (2+ messages)

[PATCH] xilinx: versal: Remove unused comments from xilinx_versal.h
 2022-09-21  7:54 UTC  (2+ messages)

[PATCH] ARM: dts: stm32mp: alignment with v6.0-rc3
 2022-09-21  7:53 UTC  (2+ messages)

[PATCH] ARM: dts: stm32mp15: update DDR node
 2022-09-21  7:37 UTC 

[PATCH 1/2] arm: mvebu: Remove timer.c
 2022-09-21  6:26 UTC  (2+ messages)
` [PATCH 2/2] timer: orion-timer: Only init timer once

[PATCH] cmd: pxe: add alias devicetree-overlay for fdtoverlays
 2022-09-21  3:12 UTC  (4+ messages)

[PATCH] gpio: Get rid of gpio_hog_probe_all()
 2022-09-21  0:53 UTC  (5+ messages)

[PATCH] configs: imx8mm*: Enable CONFIG_ARMV8_CRYPTO support
 2022-09-21  0:25 UTC  (2+ messages)

[PATCH v2 0/7] SPL fixes for STM32F7 MCUs
 2022-09-20 21:28 UTC  (9+ messages)
` [PATCH v2 1/7] configs: stm32f746-disco: Fix SPL boot
` [PATCH v2 2/7] configs: stm32f769-disco: "
` [PATCH v2 3/7] configs: stm32746g-eval: "
` [PATCH v2 4/7] configs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDR
` [PATCH v2 5/7] configs: stm32746g-eval: "
` [PATCH v2 6/7] config: stm32f769-disco: Fix internal flash size
` [PATCH v2 7/7] configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flag

[PATCH 1/2] board: tbs2910: Set all board dts files as maintained
 2022-09-20 18:51 UTC  (5+ messages)
` [PATCH 2/2] board: tbs2910: Add serial rx buffer in defconfig

[PATCH] kontron-sl-mx8mm: Let CONFIG_SPL_FIT_IMAGE_TINY be selected
 2022-09-20 18:48 UTC  (3+ messages)

[PATCH] dma: ti: k3-udma: Fix 'SZ_64K’ undeclared error
 2022-09-20 18:16 UTC  (2+ messages)

Please pull u-boot-marvell/next
 2022-09-20 18:16 UTC  (2+ messages)

[PULL next] u-boot-at91-2023.01-a
 2022-09-20 18:16 UTC  (2+ messages)

Pull request: u-boot-imx u-boot-imx-20220919
 2022-09-20 16:20 UTC  (2+ messages)

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

[PATCH 00/12] Puma RK3399 migration to TPL and numerous fixes
 2022-09-20 14:02 UTC  (9+ messages)
` [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper

[PATCH v2 00/28] ARM: Add Rockchip RV1126 support
 2022-09-20 13:08 UTC  (5+ messages)
` [PATCH v2 03/28] tools: rkcommon: Correct SPL size for px30

[PATCH] rkspi: only enable padding quirk on SoCs which need it
 2022-09-19 22:55 UTC 

u-boot 2022-07 on STM32F746G-DISCO
 2022-09-20 12:44 UTC  (12+ messages)

[PATCH v2] configs:rockchip: roc-rk3399-pc: Enable the preboot configuration , USB 1.1 support , crypto RNG support and increase the spi flash default speed
 2022-09-20 12:21 UTC  (3+ messages)
` [PATCH v3] configs:rockchip:roc-rk3399-pc:Enable more configs

[PATCH] rockchip: rk3399: Add EAIDK-610 support
 2022-09-20 12:20 UTC  (2+ messages)

[PATCH] rockchip: puma-rk3399: remove dead code
 2022-09-20 12:20 UTC  (2+ messages)

[PATCH] gpio: uclass: Introduce gpio-hog-optional property
 2022-09-20 11:43 UTC  (9+ messages)

[PATCH] phy: usbphyc: use regulator_set_enable_if_allowed for disabling vbus supply
 2022-09-20 11:39 UTC 

[PATCH 1/2] smbios: Simplify reporting of unknown values
 2022-09-20 11:10 UTC  (4+ messages)
` [PATCH 2/2] smbios: Fallback to the default DT if sysinfo nodes are missing

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


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