public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-10-11 11:52:54 to 2022-10-13 07:40:42 UTC [more...]

[PATCH v5 00/15] Do not stop uclass iteration on error
 2022-10-12 22:14 UTC  (27+ messages)
` [PATCH v6 00/20] "
  ` [PATCH v6 01/20] dm: core: Fix uclass_probe_all to really probe all devices
  ` [PATCH v6 02/20] dm: treewide: Do not opencode uclass_probe_all()
  ` [PATCH v6 03/20] dm: pci: Fix device PCI iteration
  ` [PATCH v6 04/20] bootstd: Fix listing boot devices
  ` [PATCH v6 05/20] usb: ether: Fix error handling in usb_ether_init
  ` [PATCH v6 06/20] stdio: Fix class iteration in stdio_add_devices()
  ` [PATCH v6 07/20] video: ipuv3: Fix error handling when getting the display
  ` [PATCH v6 08/20] w1: Fix bus counting in w1_get_bus
  ` [PATCH v6 09/20] cmd: List all uclass devices regardless of probe error
  ` [PATCH v6 10/20] dm: treewide: Use uclass_first_device_err when accessing one device
  ` [PATCH v6 11/20] dm: treewide: Use uclass_next_device_err when accessing second device
  ` [PATCH v6 12/20] dm: blk: Do not use uclass_next_device_err
  ` [PATCH v6 13/20] net: eth-uclass: Do not set device on error
  ` [PATCH v6 14/20] dm: pci: Update error handling in pci_sriov_init
  ` [PATCH v6 15/20] mpc83xx: gazerbeam: Update sysinfo_get error handling
  ` [PATCH v6 16/20] dm: core: Switch uclass_foreach_dev_probe to use simple iterator
  ` [PATCH v6 17/20] dm: core: Switch uclass_*_device_err to use uclass_*_device_check
  ` [PATCH v6 18/20] dm: core: Non-activated device may be returned from uclass iterators that provide error handling
  ` [PATCH v6 19/20] dm: treewide: Do not use the return value of simple uclass iterator
  ` [PATCH v6 20/20] dm: core: Do not stop uclass iteration on error

[PATCH] fastboot: mmc: switch to user hwpart after erase/flash
 2022-10-13  7:40 UTC  (5+ messages)

[PATCH 1/2] image: Suppress string truncation warning
 2022-10-13  7:29 UTC  (4+ messages)
` [PATCH 2/2] spl: spl_legacy: Fix printing image name

[REGRESSION]: v2022.07: SHA256 hash is broken on imx8m series with CAAM enabled
 2022-10-13  7:20 UTC  (5+ messages)
    ` [EXT] "

[PATCH] image: fit: Fix not verifying data configuration
 2022-10-13  7:14 UTC  (5+ messages)

[PATCH] riscv: ae350: Check firmware_fdt_addr header
 2022-10-13  5:24 UTC 

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

Bad Data CRC
 2022-10-12 22:14 UTC  (4+ messages)

[PATCH 0/6] sunxi: improve F1C200s support
 2022-10-12 21:43 UTC  (12+ messages)
` [PATCH 1/6] sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MB
` [PATCH 2/6] sunxi: fix 32MB load address layout
` [PATCH 3/6] sunxi: f1c100: move SKIP_LOWLEVEL_INIT_ONLY into Kconfig
` [PATCH 4/6] sunxi: f1c100: add UART1 support
` [PATCH 5/6] sunxi: f1c100: dtsi: add UART1 pins
` [PATCH 6/6] sunxi: add CherryPi-F1C200s support

[PATCH] sunxi: defconfig: Add X96 Mate TV box
 2022-10-12 21:28 UTC  (2+ messages)

[PATCH v6 0/8] Add MV88E6xxx DSA driver and use on gwventana
 2022-10-12 19:50 UTC  (8+ messages)
` [PATCH v6 4/8] net: dsa: allow rcv() and xmit() to be optional
` [PATCH v6 7/8] net: add MV88E61xx DSA driver
` [PATCH v6 8/8] board: gw_ventana: enable MV88E6XXX DSA support

[PATCH 0/3] Introduce STM32MP13 RCC driver
 2022-10-12 17:05 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: stm32mp13: add clock & reset support for STM32MP13
` [PATCH 2/3] clk: stm32mp13: introduce STM32MP13 RCC driver
` [PATCH 3/3] arm: dts: stm32mp13: add support of "

[PATCH] Nokia RX-51: Fix double space key press
 2022-10-12 19:14 UTC  (2+ messages)

[PATCH] Nokia RX-51: Remove CONFIG_UBI_SIZE
 2022-10-12 19:14 UTC  (2+ messages)

[PATCH] Fix typo in CONFIG_USBNET_DEVADDR
 2022-10-12 19:14 UTC  (2+ messages)

[PATCH] tools: k3_gen_x509_cert: Do not print SWRV on build
 2022-10-12 19:14 UTC  (2+ messages)

[PATCH] smem: msm: add missing <linux/sizes.h>
 2022-10-12 19:14 UTC  (2+ messages)

[PATCH 1/1] test: run setexpr test only on sandbox
 2022-10-12 19:14 UTC  (2+ messages)

[PATCH] firmware: scmi: fix the multi channel support with CCF
 2022-10-12 19:14 UTC  (2+ messages)

[PATCH 1/1] regmap: fix range checks
 2022-10-12 19:14 UTC  (2+ messages)

[PATCH] cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes
 2022-10-12 19:14 UTC  (2+ messages)

[PATCH] distro_bootcmd: Always check for custom boot scripts first
 2022-10-12 17:39 UTC  (3+ messages)

[PATCH 1/1] powerpc: fix fdt_fixup_liodn_tbl_fman()
 2022-10-12 17:13 UTC 

[PATCH 1/1] board: gateworks: gw_ventana: fix building with GCC 12.2
 2022-10-12 16:59 UTC 

[PATCH] mkimage: fit: Fix signing of configs with external data
 2022-10-12 16:29 UTC  (3+ messages)

[PATCH 1/3] timer-uclass: add timer_get_ops() macro
 2022-10-12 15:21 UTC  (7+ messages)
` [PATCH 2/3] timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC
` [PATCH 3/3] timer: xilinx-timer: use timer_conv_64() to fix timer wrap around

[PATCH 1/2] global: Do not default to faking missing binaries for buildman
 2022-10-12 14:52 UTC  (8+ messages)
` [PATCH 2/2] buildman: Add --allow-missing-binaries flag to build with BINMAN_ALLOW_MISSING=1

[PATCH 0/5] Makefile: Deal with missing blobs consistently
 2022-10-12 14:29 UTC  (7+ messages)
` [PATCH 4/5] binman: Use an exit code when blobs are missing

[PATCH] Kconfig: distro: Use imply instead of select for CMD_FAT
 2022-10-12 14:21 UTC  (4+ messages)

[RESEND PATCH 0/2] splash: add more options/support
 2022-10-12 12:59 UTC  (5+ messages)
` [RESEND PATCH 1/2] splash: support raw image from MMC
` [RESEND PATCH 2/2] splash: get devpart from environment variable

[PATCH v2 1/1] riscv: support building double-float modules
 2022-10-12 12:59 UTC 

Bad Data CRC
 2022-10-12 12:59 UTC  (3+ messages)

[PATCH] avb: Extend support to non-eMMC interfaces
 2022-10-12 12:48 UTC  (4+ messages)

[u-boot][PATCH 00/14] rawnand: omap_gpmc: driver model support
 2022-10-12 12:02 UTC  (14+ messages)
` [u-boot][PATCH 01/14] mtd: rawnand: omap_gpmc: Deprecate asm/arch/mem.h
` [u-boot][PATCH 02/14] mtd: rawnand: omap_gpmc: Enable build for K2/K3 platforms
` [u-boot][PATCH 10/14] mtd: rawnand: omap_gpmc: support u-boot driver model
` [u-boot][PATCH 11/14] mtd: rawnand: omap_gpmc: Add SPL NAND support
` [u-boot][PATCH 13/14] dt-bindings: mtd: Add ti, elm DT binding documentation
` [u-boot][PATCH 14/14] mtd: rawnand: omap_elm: u-boot driver model support

[PATCH 0/3] Read mmc "power-domains" id from DT and use for firmware calls
 2022-10-12 10:34 UTC  (6+ messages)
` [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32

[PATCH] arm64: zynqmp: Disable watchdog by default for virt platform
 2022-10-12  9:35 UTC 

[PATCH] ARM: zynq: DT: Enable all FCLKs by default
 2022-10-12  9:30 UTC 

[PATCH] microblaze: Make extended addressing support default
 2022-10-12  9:03 UTC 

[PATCH v2 0/2] Add quad & octal spi flash mini u-boot configuration files
 2022-10-12  8:54 UTC  (4+ messages)
` [PATCH v2 1/2] arm64: versal: Add qspi flash mini u-boot configuration
` [PATCH v2 2/2] arm64: versal: Add octal spi "

[PATCH] arm64: versal: Add missing BOOT_MODE_POR_X macros
 2022-10-12  8:47 UTC 

[PATCH] stm32mp: fix compilation issue with DEBUG_UART
 2022-10-12  8:43 UTC  (2+ messages)

[PATCH 1/1] riscv: support building double-float modules
 2022-10-12  7:13 UTC  (5+ messages)

[PATCH 0/2] Add quad & octal spi flash mini u-boot configuration files
 2022-10-12  7:01 UTC  (4+ messages)
` [PATCH 1/2] arm64: versal: Add qspi flash mini u-boot configuration

[PATCH 1/1] dm: fix blk_get_devnum_by_uclass_idname()
 2022-10-12  6:56 UTC  (13+ messages)

[PATCH v5 0/3] Add riscv semihosting support in u-boot
 2022-10-12  1:40 UTC  (5+ messages)
` [PATCH v5 2/3] arch/riscv: add semihosting support for RISC-V
` [PATCH v5 3/3] board: qemu-riscv: enable semihosting

[PATCH 1/1] efi_loader: CloseProtocol in efi_fmp_find
 2022-10-12  0:11 UTC  (8+ messages)

[PATCH 0/3] arm64: layerscape: Various small size reductions for SPL
 2022-10-11 21:56 UTC  (5+ messages)
` [PATCH 1/3] arm: layerscape: Don't select FSL_IFC when booting from SD card
` [PATCH 2/3] arm: layerscape: Disable unused parts of ICID tables
` [PATCH 3/3] arm: fsl: csu: Reduce size of ns_dev

[PATCH v3 1/4] cmd: add temperature command
 2022-10-11 21:37 UTC  (8+ messages)
` [PATCH v3 2/4] doc: cmd: temperature: add documentation
` [PATCH v3 3/4] thermal: add sandbox driver
` [PATCH v3 4/4] test: cmd: add test for temperature command

[PATCH v2] cmd: xxd: add new command
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH v6] cmd: cat: add new command
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH] pinctrl: fix buffer size for pinctrl_generic_set_state_prefix()
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH v1] pinctrl: nuvoton: fix set persist error
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH 1/2] image-pre-load: Move macros/definitions to image.h
 2022-10-11 21:36 UTC  (4+ messages)
` [PATCH 2/2] boot: image-pre-load: Check environment for location of signature info

[PATCH] bootcount: pmic: Correct misleading comment
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH] lib: crypt: fix selecting a non-existent option
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH v2] cmd: pxe: add alias devicetree-overlay for fdtoverlays
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Fix and expand PLL configuration comments
 2022-10-11 20:42 UTC 

[PATCH v2] rtc: Add fallbacks for dm functions
 2022-10-11 20:06 UTC 

[PATCH] rtc: Add fallbacks for dm functions
 2022-10-11 19:40 UTC  (2+ messages)

[PATCH v2 0/2] fastboot/mach-meson: release usb_gadget on reboot commands
 2022-10-11 17:57 UTC  (9+ messages)
` [PATCH v2 2/2] mach-meson: g12a: reset usb controller in reset_misc()

[PATCH 0/3] clang-14 fixes
 2022-10-11 16:12 UTC  (3+ messages)

[GIT PULL] xilinx patches for v2023.01-rc1 (round 3)
 2022-10-11 16:04 UTC  (2+ messages)

[PATCH v2 00/14] vbe: Support device tree fixups for OS requests
 2022-10-11 15:47 UTC  (15+ messages)
` [PATCH v2 01/14] bootm: Change incorrect 'unsupported' error
` [PATCH v2 02/14] bootm: Avoid returning error codes from command
` [PATCH v2 03/14] bootm: Drop #ifdef from do_bootm()
` [PATCH v2 04/14] boot: Correct handling of addresses in boot_relocate_fdt()
` [PATCH v2 05/14] fs: Quieten down the filesystems more
` [PATCH v2 06/14] fdt: Show a message when the working FDT changes
` [PATCH v2 07/14] bootstd: Move VBE setup into a shared function
` [PATCH v2 08/14] sandbox: Support FDT fixups
` [PATCH v2 09/14] boot: Pass the correct FDT to the EVT_FT_FIXUP event
` [PATCH v2 10/14] boot: Tidy up logging and naming in vbe_simple
` [PATCH v2 11/14] test: Move common FIT code into a separate fit_util file
` [PATCH v2 12/14] vbe: Add fixups for a basic set of OS requests
` [PATCH v2 13/14] dm: core: Update docs about oftree_from_fdt()
` [PATCH v2 14/14] vbe: Add a test for VBE device tree fixups

[PATCH v2 0/5] Makefile: Deal with missing blobs consistently
 2022-10-11 14:35 UTC  (7+ messages)
` [PATCH v2 1/5] buildman: Handle the MAINTAINERS 'N' tag
` [PATCH v2 2/5] Makefile: Correct a missing FORCE on the binman rule
` [PATCH v2 3/5] doc: Correct the path to the Makefile documentation
` [PATCH v2 4/5] binman: Use an exit code when blobs are missing
` [PATCH v2 5/5] buildman: Detect binman reporting missing blobs

[PATCH] spl: atf: Fix clang -Wasm-operand-widths warning
 2022-10-11 13:56 UTC  (2+ messages)

[PATCH] Makefile: apply dynamic relocations for LLD
 2022-10-11 13:56 UTC  (2+ messages)

[PATCH] examples: standalone: Fix build with LLVM toolchain
 2022-10-11 13:56 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