u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-05 19:19:16 to 2022-09-07 06:45:17 UTC [more...]

[PATCH v9 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-09-07  6:45 UTC  (27+ messages)
` [PATCH v9 01/15] dt/bindings: Add bindings for GPT based FWU Metadata storage device
` [PATCH v9 02/15] FWU: Add FWU metadata structure and driver for accessing metadata
` [PATCH v9 03/15] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v9 04/15] stm32mp1: dk2: Add a node for the FWU metadata device
` [PATCH v9 05/15] stm32mp1: dk2: Add image information for capsule updates
` [PATCH v9 06/15] FWU: Add helper functions for accessing FWU metadata
` [PATCH v9 07/15] FWU: STM32MP1: Add support to read boot index from backup register
` [PATCH v9 09/15] FWU: Add boot time checks as highlighted by the FWU specification
` [PATCH v9 11/15] FWU: cmd: Add a command to read FWU metadata

[PATCH 1/4] stm32mp: stm32prog: support empty flashlayout
 2022-09-07  6:44 UTC  (8+ messages)
` [PATCH 2/4] stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR
` [PATCH 3/4] stm32mp: stm32prog: solve warning for 64bits compilation
` [PATCH 4/4] stm32mp: stm32prog: correctly handle OTP when SMC is not supported

[PATCH v15 00/10] enable menu-driven UEFI variable maintenance
 2022-09-07  6:13 UTC  (4+ messages)
` [PATCH v15 10/10] test: unit test for eficonfig

[PATCH v2 0/6] net: fm: Verify Fman microcode
 2022-09-07  5:02 UTC  (5+ messages)

[PATCH v3 0/5] board: sl28: various updates
 2022-09-07  3:17 UTC  (2+ messages)

[PATCH] board: freescale: p1_p2_rdb_pc: Delete watchdog max6370 node in load_default mode
 2022-09-07  3:07 UTC  (5+ messages)

[PATCH 2/2] board: freescale: p1_p2_rdb_pc: Calculate offsets for eSDHC boot sector
 2022-09-07  3:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 00/45] dm: core: Support multiple device trees in ofnode
 2022-09-07  2:27 UTC  (45+ messages)
` [PATCH v2 01/45] image: Fix BOOTM_STATE values
` [PATCH v2 02/45] treewide: Drop bootm_headers_t typedef
` [PATCH v2 03/45] treewide: Drop image_info_t typedef
` [PATCH v2 04/45] treewide: Drop image_header_t typedef
` [PATCH v2 05/45] log: update the comment for log_msg_ret()
` [PATCH v2 06/45] sandbox: power: Update PMIC driver to use log
` [PATCH v2 07/45] event: Fix a typo in the EVENT help
` [PATCH v2 08/45] event: Allow multiple spy declarations for each event
` [PATCH v2 09/45] dm: core: Pass a root node to of_find_node_by_phandle()
` [PATCH v2 10/45] event: Pass the images to EVT_FT_FIXUP
` [PATCH v2 11/45] test: Fix missing livetree test runs
` [PATCH v2 12/45] test: Support testing malloc() failures
` [PATCH v2 13/45] dm: core: Document the livetree structures properly
` [PATCH v2 14/45] dm: core: Allow adding ofnode subnodes
` [PATCH v2 15/45] dm: core: Support writing a property to an empty node
` [PATCH v2 16/45] dm: core: Drop the const from ofnode
` [PATCH v2 17/45] test: Make a copy of the device tree before running a test
` [PATCH v2 18/45] test: Detect a change in the device tree
` [PATCH v2 19/45] test: Drop the UT_TESTF_LIVE_OR_FLAT flag
` [PATCH v2 20/45] sandbox: Add a function to load a relative file path
` [PATCH v2 21/45] sandbox: Support loading the other FDT
` [PATCH v2 22/45] sandbox: Support setting up the other FDT for testing
` [PATCH v2 23/45] sandbox: test: Provide an easy way to use the other FDT
` [PATCH v2 24/45] dm: core: Reduce code size with dev_of_offset()
` [PATCH v2 25/45] dm: core: Rename ofnode_get_first/next_property()
` [PATCH v2 26/45] dm: core: Rename ofnode_get_property_by_prop()
` [PATCH v2 27/45] dm: core: Avoid creating a name property when unflattening
` [PATCH v2 28/45] dm: core: Add a macro to iterate through properties
` [PATCH v2 30/45] dm: core: Expand integer-reading tests
` [PATCH v2 31/45] dm: core: Provide a way to reset the device tree
` [PATCH v2 32/45] dm: core: Add an ofnode function to obtain the flat tree
` [PATCH v2 33/45] dm: core: Add ofnode functions to obtain an oftree
` [PATCH v2 34/45] dm: core: Add a way to look up a phandle in "
` [PATCH v2 35/45] dm: core: Allow obtaining a node offset in the same tree
` [PATCH v2 36/45] dm: core: Split ofnode_path_root() into two functions
` [PATCH v2 37/45] dm: core: Add definitions for multiple ofnode trees
` [PATCH v2 38/45] dm: core: Add the ofnode multi-tree implementation
` [PATCH v2 39/45] dm: core: Complete phandle implementation using the other FDT
` [PATCH v2 40/45] dm: core: Update comments for default-FDT ofnode functions
` [PATCH v2 41/45] dm: core: Create a function to get a live tree in a test
` [PATCH v2 42/45] dm: core: Expand ofnode tests
` [PATCH v2 43/45] vbe: Allow test to run with live/flat tree
` [PATCH v2 44/45] dm: core: Allow copying ofnode property data when writing
` [PATCH v2 45/45] dm: core: Support copying properties with ofnode

[PATCH v2 00/45] dm: core: Support multiple device trees in ofnode
 2022-09-07  2:35 UTC 

[PATCH v1 0/4] phy: Add generic_{setup,shutdown}_phy() helpers
 2022-09-06 23:03 UTC  (6+ messages)
` [PATCH v1 1/4] "
` [PATCH v1 2/4] usb: ohci: Make usage of generic_{setup, shutdown}_phy() helpers
` [PATCH v1 3/4] usb: ehci: "
` [PATCH v1 4/4] usb: ehci: Remove unused ehci_{setup, "

[PATCH v4] tee: optee: rework TA bus scanning code
 2022-09-06 21:23 UTC  (4+ messages)

[PATCH 1/1] cmd: correct short text for tftpboot
 2022-09-06 21:18 UTC  (2+ messages)

[PATCH v2 1/5] imx8m: USDHC3 base address definition for i.MX8MP
 2022-09-06 21:18 UTC  (6+ messages)
` [PATCH v2 2/5] ARM: imx: imx8mp: Enable support for i2c5 and i2c6 on i.MX8MP
` [PATCH v2 3/5] drivers: power: pmic: Add support for rn5t568 PMIC
` [PATCH v2 4/5] drivers: power: pmic: Add legacy support for rn5t567 PMIC
` [PATCH v2 5/5] arm: imx8mp: Initial MSC SM2S iMX8MP support

[PATCH v2 1/1] cmd: fix tftpput command
 2022-09-06 21:18 UTC  (2+ messages)

[PATCH v2 1/4] cmd: add temperature command
 2022-09-06 21:18 UTC  (5+ messages)
` [PATCH v2 4/4] test: cmd: add test for "

[PULL] u-boot-riscv/master
 2022-09-06 15:50 UTC  (2+ messages)

[GIT PULL] please pull fsl-qoriq-2022-9-6
 2022-09-06 15:50 UTC  (2+ messages)

[scan-admin@coverity.com: New Defects reported by Coverity Scan for Das U-Boot]
 2022-09-06 15:50 UTC 

[PATCH v3,00/17] IPv6 support
 2022-09-06 15:09 UTC  (18+ messages)
` [PATCH 01/17] net: ipv6: Add IPv6 basic primitives
` [PATCH 02/17] net: ipv6: Add IPv6 build options
` [PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables
` [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)
` [PATCH 05/17] net: ipv6: Add string_to_ip6 converter
` [PATCH 06/17] net: ipv6: Enable IPv6 typeconversion specifier
` [PATCH 07/17] net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacks
` [PATCH 08/17] net: ipv6: Add implementation of main IPv6 functions
` [PATCH 09/17] net: ipv6: Incorporate IPv6 support into u-boot net subsystem
` [PATCH 10/17] net: tftp: Add IPv6 support for tftpboot
` [PATCH 11/17] net: ping6: Add ping6 command
` [PATCH 12/17] test: dm: eth: Add string_to_ip6 test
` [PATCH 13/17] test: dm: eth: Add csum_ipv6_magic test
` [PATCH 14/17] test: dm: eth: Add ip6_addr_in_subnet test
` [PATCH 15/17] test: dm: eth: Add ip6_make_snma test
` [PATCH 16/17] test: dm: eth: Add ip6_make_lladdr test
` [PATCH 17/17] test/py: add a ping6 test

[PATCH] configs: stm32mp*: fix system reset
 2022-09-06 14:53 UTC  (3+ messages)

[PATCH v1 00/26] arm: dts: imx: sync device trees with upstream linux kernel ones
 2022-09-06 14:32 UTC  (5+ messages)
` [PATCH v1 25/26] imx8mq: synchronise device tree with linux

[PATCH 0/3] Introduce new sign binman's option
 2022-09-06 16:27 UTC  (6+ messages)
` [PATCH 1/3] binman: add sign option for binman

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

[PATCH] ARM: dts: stm32mp15: remove hwlocks from pinctrl
 2022-09-06 13:35 UTC  (2+ messages)

[PATCH v5 0/2] serial_mxc: fixing reception
 2022-09-06 12:15 UTC  (3+ messages)
` [PATCH v5 1/2] serial: mxc: enable the RX pipeline
` [PATCH v5 2/2] serial: mxc: have putc use the TXFIFO

[PATCH v4 0/2] serial_mxc: fixing reception
 2022-09-06 12:10 UTC  (5+ messages)
` [PATCH v4 1/2] serial: mxc: enable the RX pipeline
` [PATCH v4 2/2] serial: mxc: have putc use the TXFIFO

[PATCH v3 0/2] serial_mxc: fixing reception
 2022-09-06 12:04 UTC  (5+ messages)
` [PATCH v3 1/2] serial: mxc: enable the RX pipeline
` [PATCH v3 2/2] serial: mxc: have putc use the TXFIFO

[PATCH v2 0/2] serial_mxc: fixing reception
 2022-09-06  5:21 UTC  (10+ messages)
` [PATCH v2 1/2] serial: mxc: enable the RX pipeline
` [PATCH v2 2/2] serial: mxc: have putc use the TXFIFO

[PATCH v3 1/4] cmd: add temperature command
 2022-09-06 11:30 UTC  (4+ 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

Falcon mode: hangs on booting Linux
 2022-09-06  7:10 UTC 

[PATCH v2] clk: update clk_clean_rate_cache to use private clk struct
 2022-09-06 12:08 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH v3 1/4] cmd: add temperature command
 2022-09-06 11:31 UTC  (4+ 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] xilinx: versal: Disable LMB for mini configurations
 2022-09-06 10:41 UTC 

[PATCH] xilinx: zynq: Disable LMB for mini configurations
 2022-09-06 10:41 UTC 

[PATCH] xilinx: common: Add support for SOC detection
 2022-09-06 10:40 UTC 

[PATCH] xilinx: Fix mdio bus description for vck190-sc
 2022-09-06 10:39 UTC 

[PATCH v2] ARM: zynq: DT: List OCM memory
 2022-09-06 10:38 UTC 

[PATCH] ARM: zynq: Align qspi node name with Linux kernel
 2022-09-06 10:35 UTC 

[PATCH v1] gpio: adp5585: add gpio driver for ADP5585 I/O Expander Controller
 2022-09-06  9:37 UTC 

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

[PATCH 0/2] rpi: Copy properties from firmware DT to loaded DT
 2022-09-06  8:51 UTC  (8+ messages)
` [PATCH 1/2] rpi: Copy properties from firmware dtb to the loaded dtb
` [PATCH 2/2] rpi: Copy eth PHY address from fw DT to loaded DT

[PATCH 0/3] cadence_qspi driver updates
 2022-09-06  7:30 UTC  (2+ messages)

[PATCH 0/6] zynqmp_gqspi driver updates
 2022-09-06  7:30 UTC  (2+ messages)

[PATCH] ARM: zynq: Align bss and end of u-boot image to 64bits
 2022-09-06  7:27 UTC  (2+ messages)

[PATCH] clk: at91: sam9x60: change parent clock from mck_pres to mck_div
 2022-09-06  7:02 UTC  (3+ messages)

[PATCH v16 00/10] enable menu-driven UEFI variable maintenance
 2022-09-06  6:59 UTC  (5+ messages)
` [PATCH v16 10/10] test: unit test for eficonfig

[PATCH v2 0/3] rockpi4: Add capsule update support
 2022-09-06  6:58 UTC  (4+ messages)
` [PATCH v2 1/3] rockpi4: capsule: Add functions needed for supporting capsule updates
` [PATCH v2 2/3] rockpi4: board: Add firmware image information needed for "
` [PATCH v2 3/3] rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards

[PATCH v2] tee: optee: rework TA bus scanning code
 2022-09-06  6:20 UTC  (4+ messages)

[PATCH] MAINTAINERS: imx: Add an entry for the serial driver
 2022-09-06  5:35 UTC  (2+ messages)

[PATCH] ddr: fsl: Make bank_addr_bits reflect actual bits
 2022-09-06  5:28 UTC  (2+ messages)

[PATCH] ddr: fsl: Reduce the size of interactive options
 2022-09-06  5:27 UTC  (2+ messages)

[PATCH 1/3] board: freescale: p1_p2_rdb_pc: Add workaround for board reset reboot loop
 2022-09-06  5:26 UTC  (6+ messages)
` [PATCH v2 1/4] "

[PATCH 1/2] HSD #1507453717: arm: socfpga: stratix10: add QSPI boot feature
 2022-09-06  1:51 UTC  (2+ messages)
` [PATCH 2/2] HSD #1507453717: arm: socfpga: agilex: "

RISCV: the machanism of available_harts may cause other harts boot failure
 2022-09-06  1:51 UTC  (5+ messages)

[PATCH 1/1] RISC-V: enable CONFIG_SYSRESET_SBI by default
 2022-09-06  1:44 UTC  (2+ messages)

[PATCH 0/2] mmc: Add support for F_SDH30_E51
 2022-09-06  0:39 UTC  (3+ messages)
` [PATCH 1/2] mmc: sdhci: Add new quirks for SUPPORT_SINGLE
` [PATCH 2/2] mmc: f_sdh30: Add support for F_SDH30_E51

[ANN] U-Boot v2022.10-rc4 released
 2022-09-06  0:33 UTC 

Pull request: u-boot-rockchip-20220905
 2022-09-06  0:27 UTC  (2+ messages)

[PATCH 0/9] Nokia RX-51: Small cleanups and UBI boot test case
 2022-09-05 21:35 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).