public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-09-26 15:27:28 to 2022-09-28 11:42:54 UTC [more...]

[PATCH v4 00/21] Do not stop uclass iteration on error
 2022-09-27 21:38 UTC  (17+ messages)
` [PATCH v5 00/15] "
  ` [PATCH v5 01/15] dm: core: Fix uclass_probe_all to really probe all devices
  ` [PATCH v5 02/15] dm: treewide: Do not opencode uclass_probe_all()
  ` [PATCH v5 03/15] dm: pci: Fix device PCI iteration
  ` [PATCH v5 04/15] bootstd: Fix listing boot devices
  ` [PATCH v5 05/15] usb: ether: Fix error handling in usb_ether_init
  ` [PATCH v5 06/15] stdio: Fix class iteration in stdio_add_devices()
  ` [PATCH v5 07/15] video: ipuv3: Fix error handling when getting the display
  ` [PATCH v5 08/15] w1: Fix bus counting in w1_get_bus
  ` [PATCH v5 09/15] cmd: List all uclass devices regardless of probe error
  ` [PATCH v5 10/15] dm: treewide: Use uclass_first_device_err when accessing one device
  ` [PATCH v5 11/15] dm: treewide: Use uclass_next_device_err when accessing second device
  ` [PATCH v5 12/15] dm: blk: Do not use uclass_next_device_err
  ` [PATCH v5 13/15] dm: core: Switch uclass_*_device_err to use uclass_*_device_check
  ` [PATCH v5 14/15] dm: treewide: Do not use the return value of simple uclass iterator
  ` [PATCH v5 15/15] dm: core: Do not stop uclass iteration on error

[u-boot][PATCH] mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to Kconfig
 2022-09-28 11:42 UTC 

[PATCH] rockchip: clk: pll: Fix constant typo
 2022-09-28 10:41 UTC 

[PATCH] tee: optee: discover services dependent on tee-supplicant
 2022-09-28 10:40 UTC  (2+ messages)

[PATCH v2] crypto/fsl: Add support for black key blob
 2022-09-28 10:39 UTC 

[PATCH] clk: change return type of clk_get_parent_rate from long long to ulong
 2022-09-28 10:37 UTC 

[PATCH 00/45] vbe: Implement the full firmware flow
 2022-09-28 10:20 UTC  (10+ messages)
` [PATCH 09/45] CI: Install pyelftools for builds
` [PATCH 14/45] dm: blk: Add udevice functions
` [PATCH 25/45] test: Support tests which can only be run manually

[PATCH v2 1/1] usb: storage: continue probe on "Invalid device"
 2022-09-28 10:20 UTC  (3+ messages)

[PATCH 00/10] bootstage: Migrate from timer_get_boot_us() to timer_get_us()
 2022-09-28 10:20 UTC  (11+ messages)
` [PATCH 04/10] timer: cadence-ttc: Add timer_early functions
` [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER
` [PATCH 09/10] bootstage: Migrate from timer_get_boot_us() to timer_get_us()

[PATCH] dm: doc: Fix serial howto u-boot,dm-pre-reloc typo
 2022-09-28 10:20 UTC  (3+ messages)

[RFC PATCH 0/4] Alternative debug outputs for rockchip devices
 2022-09-28 10:20 UTC  (9+ 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] crypto/fsl: fsl_rsa: Fix dcache issue in the driver
 2022-09-28 10:19 UTC 

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

[RESEND 0/3] rockchip: Fix RAM training on RK3399 based platforms (Rock Pi 4)
 2022-09-28  9:26 UTC  (3+ messages)

[PATCH 0/7] Support NAND ONFI EDO mode for imx8mn architecture
 2022-09-28  8:45 UTC  (8+ messages)
` [PATCH 1/7] dm: clk: add missing stub when CONFIG_CLK is deactivated
` [PATCH 2/7] clk: imx: gate2 support shared counter and relative clock functions
` [PATCH 3/7] clk: imx: clk-imx8mn add gpmi nand clocks
` [PATCH 4/7] imx: gpmi: Add register needed to control nand bus timing
` [PATCH 5/7] mtd: mxs_nand: don't get the gpmi_apbh_dma clock
` [PATCH 6/7] mtd: mxs_nand: get the clock with the right name
` [PATCH 7/7] mtd: mxs_nand: Support EDO mode for imx8mn architecture

[PATCH v4] tee: optee: rework TA bus scanning code
 2022-09-28  7:55 UTC  (6+ messages)

[PATCH v1] gpio: adp5585: add gpio driver for ADP5585 I/O Expander Controller
 2022-09-28  7:52 UTC  (4+ messages)

[PATCH] rockchip: rk3399: add ethaddr and serial# init, enable for R4S
 2022-09-28  7:50 UTC  (3+ messages)

[PATCH] rockchip: jerry: Enable RESET driver
 2022-09-28  7:40 UTC  (2+ messages)

[PATCH v10 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-09-28  7:30 UTC  (30+ messages)
` [PATCH v10 02/15] FWU: Add FWU metadata structure and driver for accessing metadata
` [PATCH v10 03/15] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v10 07/15] FWU: STM32MP1: Add support to read boot index from backup register
` [PATCH v10 09/15] FWU: Add boot time checks as highlighted by the FWU specification
` [PATCH v10 10/15] FWU: Add support for the FWU Multi Bank Update feature
` [PATCH v10 15/15] FWU: doc: Add documentation for the FWU feature

[PATCH v1] ARM: imx8mp: verdin-imx8mp: Add memory size detection
 2022-09-28  7:29 UTC  (2+ messages)

[PATCH 0/2] efi_loader: provide media ID
 2022-09-28  7:24 UTC  (8+ messages)

[RFC PATCH] dm: fpga: Introduce new uclass
 2022-09-28  1:55 UTC  (2+ messages)

[PATCH] fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototype
 2022-09-28  1:54 UTC  (2+ messages)

[PATCH v2 0/8] Use logging feature instead of FPGA_DEBUG
 2022-09-28  1:54 UTC  (8+ messages)
` [PATCH v2 1/8] dm: fpga: Introduce new uclass

[PATCH] dm: pci: Fix doc typo first -> next
 2022-09-27 21:25 UTC 

[PATCH] dm: core: Add note about device_probe idempotence
 2022-09-27 21:25 UTC 

[PATCH] dm: core: Document return value of device bind functions
 2022-09-27 21:24 UTC 

[PATCH] dm: blk: Add probe in blk_first_device/blk_next_device
 2022-09-27 21:23 UTC 

Please pull u-boot-watchdog/master
 2022-09-27 19:28 UTC  (2+ messages)

[PATCH] Makefile: Disable PLATFORM_LIBGCC for LLVM toolchain
 2022-09-27 19:27 UTC  (6+ messages)

[PATCH] tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms
 2022-09-27 18:26 UTC  (3+ messages)

[PATCH v2] nitrogen6x: Remove extra quotes in fdtfile
 2022-09-27 16:33 UTC  (2+ messages)

[PATCH v2] apalis/colibri_imx6/-imx6ull/_imx7: update env memory layout
 2022-09-27 15:50 UTC 

[PATCH] rockchip: rk3399: add ethaddr and serial# init, enable for R4S
 2022-09-27 15:06 UTC  (5+ messages)

[PATCH] rk3399: r4s: Derive local MAC address if EEPROM is missing
 2022-09-27 15:05 UTC 

[PATCH] imx6: Remove extra quotes in fdtfile environment variable
 2022-09-27 14:23 UTC  (3+ messages)

[PULL] Pull request for u-boot next / v2022.10 = u-boot-stm32-20220927
 2022-09-27 13:53 UTC  (3+ messages)

[PATCH 0/4] clk-imx8mm: Reduce SPL binary size
 2022-09-27 13:46 UTC  (10+ messages)
` [PATCH 1/4] clk-imx8mm: Only build PWM clocks in non-SPL code
` [PATCH 2/4] clk-imx8mm: Move CLK_ENET_AXI to the non-SPL section
` [PATCH 3/4] clk-imx8mm: Only build ecspi clocks when CONFIG_DM_SPI=y
` [PATCH 4/4] clk-imx8mm: Only build QSPI clocks when CONFIG_NXP_FSPI=y

[PULL] u-boot-riscv/next
 2022-09-27 12:53 UTC  (2+ messages)

[GIT PULL] xilinx patches for v2023.01-rc1 (round 2)
 2022-09-27 12:52 UTC  (2+ messages)

[PATCH 0/4] handle watchdogs during keyed autoboot
 2022-09-27 12:46 UTC  (7+ messages)
` [PATCH 1/4] autoboot: make sure watchdog device(s) are handled with "
` [PATCH 2/4] watchdog: introduce a u-boot,autostart property
` [PATCH 3/4] sandbox: add SIGALRM-based watchdog device
` [PATCH 4/4] sandbox.dtsi: add a sandbox,alarm-wdt instance

[PATCH] watchdog: max6370: use __udelay() to avoid recursion
 2022-09-27 12:46 UTC  (3+ messages)

[PATCH] watchdog: gpio_wdt: use __udelay() to avoid recursion
 2022-09-27 12:45 UTC  (4+ messages)

[PATCH] pico-imx7d: add baseboard SD card boot detect
 2022-09-27 12:21 UTC  (2+ messages)

[PATCH v2] configs: imx8m: Enable CONFIG_ARMV8_CRYPTO support
 2022-09-27 12:17 UTC  (2+ messages)

[PATCH] ARM: zynq: Define rtc alias on zc702/zc706
 2022-09-27 11:50 UTC 

[PATCH] configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board
 2022-09-27 11:49 UTC  (3+ messages)

[PATCH] fs: btrfs: remove the usage of undeclared fs_mutex variable
 2022-09-27 10:54 UTC  (5+ messages)

[PATCH] usb: common: Detect USB storage media with "miscellaneous" USB devices
 2022-09-26 21:55 UTC  (3+ messages)

[PATCH v4 0/1] blk: Rationalise the block interface
 2022-09-26 15:26 UTC  (3+ messages)
` [PATCH v4 1/1] blk: Rename if_type to uclass_id

[PATCH] board: altera: c5/a10/a5/stratix10: remove Chin Liang as maintainer
 2022-09-26 14:44 UTC 

[PATCH] configs: socfpga: Add CONFIG_NET_RANDOM_ETHADDR=y to SOCFPGA defconfig
 2022-09-26 14:35 UTC  (2+ messages)

[PATCH v3 1/3] net: emaclite: enable for more architectures
 2022-09-27 11:21 UTC  (3+ messages)
` [PATCH v3 2/3] net: emaclite: fix xemaclite_alignedread/write functions
` [PATCH v3 3/3] net: emaclite: fix handling for IP packets with specific lengths

[PATCH] apalis/colibri_imx6/-imx6ull/_imx7: update env memory layout
 2022-09-27  9:18 UTC 

[PATCH v1 0/2] Add support for Nuvoton NPCM845 BMC
 2022-09-27  8:45 UTC  (3+ messages)
` [PATCH v1 1/2] arm: nuvoton: "
` [PATCH v1 2/2] clk: nuvoton: Add support for NPCM845

[PATCH] xilinx: zynq: Enable early eeprom decoding
 2022-09-27  7:55 UTC 

[PATCH] ARM: zynq: Point via nvmem0 alias to eeprom on zc702/zc706
 2022-09-27  7:55 UTC 

[PATCH] ARM: dts: stm32: Add DHCOR based Testbench board
 2022-09-27  6:12 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Drop extra newline from AV96 U-Boot extras DT
 2022-09-27  6:08 UTC  (2+ messages)

[PATCH 0/2] ke-am62x-sk_evm: add ospi support
 2022-09-27  5:29 UTC  (3+ messages)
` [PATCH 1/2] arm: dts: k3-am625-sk: Add OSPI support
` [PATCH 2/2] configs: am62x_evm_a53: Enable OSPI Flash support

[PATCH] x86: Fix i8259 ifdef include guard
 2022-09-26 22:23 UTC 

[PATCH] avb: Extend support to non-eMMC interfaces
 2022-09-26 22:02 UTC 

[PATCH] spl: atf: Fix clang -Wasm-operand-widths warning
 2022-09-26 20:47 UTC 

[PATCH] Makefile: apply dynamic relocations for LLD
 2022-09-26 20:47 UTC 

[PATCH] examples: standalone: Fix build with LLVM toolchain
 2022-09-26 20:47 UTC 

[PATCH 1/4] ARM: imx8m: Deduplicate CAAM init with arch_misc_init() call
 2022-09-26 20:04 UTC  (17+ messages)
` [PATCH 4/4] ARM: dts: imx8m: imx8mm-mx8menlo: Enable SPL SDP support

[PATCH v3 0/3] Support UEFI SPI I/O protocol
 2022-09-26 19:13 UTC  (7+ messages)
` [PATCH v3 2/3] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export

[PATCH 0/5] FWU: Add support for mtd backed feature on DeveloperBox
 2022-09-26 18:10 UTC  (6+ messages)
  ` [PATCH 5/5] fwu: DeveloperBox: add support for FWU

[PATCH] arm64: layerscape: Support SYSRESET
 2022-09-26 16:47 UTC 

[PATCH] ARM: stm32: Enable btrfs support on DHSOM
 2022-09-26 16:44 UTC 

[PATCH] ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boards
 2022-09-26 15:57 UTC  (3+ messages)

[PATCH v2 0/7] SPL fixes for STM32F7 MCUs
 2022-09-26 15:56 UTC  (22+ 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 v2 00/15] scsi: Convert sandbox SCSI to driver model
 2022-09-26 15:26 UTC  (3+ messages)
` [PATCH v2 14/15] sandbox: Convert to use driver model for SCSI

[PATCH 1/1] sandbox: unblock signal before calling execv()
 2022-09-26 15:26 UTC  (3+ messages)


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