messages from 2022-09-06 16:53:44 to 2022-09-08 14:08:09 UTC [more...]
[PATCH u-boot-marvell 0/5] mvebu important fixes
2022-09-08 14:06 UTC (6+ messages)
` [PATCH u-boot-marvell 1/5] arm: mvebu: Fix function enable_caches
` [PATCH u-boot-marvell 2/5] arm: mvebu: Guard non-AXP code by checking for AXP
` [PATCH u-boot-marvell 3/5] arm: mvebu: lowlevel.S: Use CR_M from asm/system.h
` [PATCH u-boot-marvell 4/5] arm: mvebu: Enable L2 cache also on Armada 38x
` [PATCH u-boot-marvell 5/5] arm: mvebu: Fix moving internal registers
[PATCH v2 0/3] i2c: stm32: cleanup & stop handling fix
2022-09-08 12:50 UTC (7+ messages)
` [PATCH v2 1/3] i2c: stm32: fix comment and remove unused AUTOEND bit
` [PATCH v2 2/3] i2c: stm32: remove unused stop parameter in start & reload handling
` [PATCH v2 3/3] i2c: stm32: only send a STOP upon transfer completion
[PATCH 1/2] usb: hub: introduce HUB_DEBOUNCE_TIMEOUT
2022-09-08 11:44 UTC (5+ messages)
` [PATCH 2/2] usb: hub: increase HUB_DEBOUNCE_TIMEOUT
[PATCH 0/3] i2c: stm32: cleanup & stop handling fix
2022-09-08 12:48 UTC (8+ messages)
` [PATCH 1/3] i2c: stm32: fix comment and remove unused AUTOEND bit
` [PATCH 2/3] i2c: stm32: remove unused stop parameter in start & reload handling
` [PATCH 3/3] i2c: stm32: only send a STOP upon transfer completion
[PATCH v4 00/17] IPv6 support
2022-09-08 11:59 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 0/4] mmc: sandbox: Some small fixes
2022-09-08 11:38 UTC (6+ messages)
` [PATCH 1/4] mmc: sandbox: Initialize the status register
[PATCH] power: regulator: fix autoset error handling
2022-09-08 11:38 UTC
[PATCH v2 00/45] dm: core: Support multiple device trees in ofnode
2022-09-08 11:36 UTC (47+ 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 29/45] dm: core: Drop ofnode_is_available()
` [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 0/2] mmc: Add support for F_SDH30_E51
2022-09-08 11:35 UTC (5+ messages)
` [PATCH 1/2] mmc: sdhci: Add new quirks for SUPPORT_SINGLE
` [PATCH 2/2] mmc: f_sdh30: Add support for F_SDH30_E51
[PATCH] mmc: ftsdc010: make command timeout 250 ms as in the comment
2022-09-08 11:20 UTC (2+ messages)
[PATCH 1/1] efi_selftest: supply EFI binary for ExitBootServices
2022-09-08 11:12 UTC (3+ messages)
[PATCH v15 00/10] enable menu-driven UEFI variable maintenance
2022-09-08 10:21 UTC (6+ messages)
` [PATCH v15 10/10] test: unit test for eficonfig
[PATCH] [RFC] lib: efi_loader: don't delete invalid handles
2022-09-08 10:10 UTC (6+ messages)
[PATCH v1] 1: Adding rngb entry in imx6ull device tree
2022-09-08 8:57 UTC (4+ messages)
` [PATCH v1] 2: Uboot RNG Driver using Data Co-processor
` [PATCH v1] 3: Added dcp_rng driver device binding code
` [PATCH v1] 4: Added configs required for dcp_rng driver
[PULL] Pull request for u-boot master / v2022.10 = u-boot-stm32-20220907
2022-09-08 8:03 UTC
[RESEND 0/3] rockchip: Fix RAM training on RK3399 based platforms (Rock Pi 4)
2022-09-08 7:44 UTC
[PATCH v2 1/1] lib: efi_loader: don't delete invalid handles
2022-09-08 6:54 UTC (4+ messages)
[PATCH v9 00/15] FWU: Add FWU Multi Bank Update feature support
2022-09-08 6:34 UTC (11+ messages)
` [PATCH v9 02/15] FWU: Add FWU metadata structure and driver for accessing metadata
` [PATCH v9 06/15] FWU: Add helper functions for accessing FWU metadata
` [PATCH v9 10/15] FWU: Add support for the FWU Multi Bank Update feature
[PATCH v2] spl: introduce SPL_XIP to config
2022-09-08 0:45 UTC (3+ messages)
` [PATCH v3] "
[GIT PULL] please pull fsl-qoriq-2022-9-7
2022-09-07 23:21 UTC (3+ messages)
[PATCH v4] tee: optee: rework TA bus scanning code
2022-09-07 21:31 UTC (5+ messages)
[PATCH v3 0/6] console: Implement flush() function
2022-09-07 21:14 UTC (14+ messages)
` [PATCH v3 1/6] sandbox: Add function os_flush()
` [PATCH v3 2/6] console: Implement flush() function
` [PATCH v3 3/6] serial: Implement flush callback
` [PATCH v3 4/6] serial: Implement serial_flush() function for console flush() fallback
` [PATCH v3 5/6] serial: Call flush() before changing baudrate
` [PATCH v3 6/6] boot: Call flush() before booting
[PATCH 0/3] Introduce new sign binman's option
2022-09-07 21:10 UTC (7+ messages)
` [PATCH 1/3] binman: add sign option for binman
[PATCH v2] binman: bintool: remove btool_ prefix from btool names
2022-09-07 21:11 UTC (6+ messages)
[PATCH v3,00/17] IPv6 support
2022-09-07 21:11 UTC (7+ 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] cmd: bdinfo: Enable dumping lmb data when LMB is enabled
2022-09-07 21:10 UTC (2+ messages)
[PATCH] pinctrl: fix buffer size for pinctrl_generic_set_state_prefix()
2022-09-07 21:10 UTC (3+ messages)
Please pull u-boot-dm
2022-09-07 17:56 UTC (2+ messages)
[PATCH] confis: stm32mp15: activate DM_REGULATOR_SCMI
2022-09-07 16:18 UTC
[PATCH 1/2] configs: mediatek: define default variables
2022-09-07 14:22 UTC (2+ messages)
` [PATCH 2/2] configs: mediatek: enable boot via extlinux
[PATCH v1] ARM: imx8mp: verdin-imx8mp: Add memory size detection
2022-09-07 14:41 UTC (2+ messages)
[PATCH] ARM: dts: stm32mp15: remove hwlocks from pinctrl
2022-09-07 13:35 UTC (2+ messages)
[PATCH] ARM: stm32: Switch DHSOM to FMC2 EBI driver
2022-09-07 13:35 UTC (2+ messages)
[PATCH v2] configs: stih410-b2260: Fix SYS_HZ_CLOCK value
2022-09-07 13:34 UTC (2+ messages)
[PATCH] configs: stm32: Enable CONFIG_DM_REGULATOR for stm32f769-disco
2022-09-07 13:33 UTC (2+ messages)
[PATCH] ARM: dts: stm32: Fix display-timings settings for stm32f746-disco
2022-09-07 13:32 UTC (2+ messages)
[PATCH 0/3] stm32mp: handle ck_usbo_48m clock provided by USBPHYC
2022-09-07 13:32 UTC (7+ messages)
` [PATCH 1/3] phy: stm32-usbphyc: add counter of PLL consumer
` [PATCH 2/3] phy: stm32-usbphyc: usbphyc is a clock provider of ck_usbo_48m clock
` [PATCH 3/3] clk: stm32mp: handle ck_usbo_48m clock provided by USBPHYC
[PATCH] board: stm32mp1: remove test on CONFIG_DM_REGULATOR
2022-09-07 13:30 UTC (2+ messages)
[PATCH] stm32mp: simplify the STM32MP15x package parsing code
2022-09-07 13:29 UTC (2+ messages)
[PATCH v3 1/7] binman: bintool: move version check implementation into bintool class
2022-09-07 12:30 UTC (15+ messages)
` [PATCH v3 2/7] binman: btool: lz4: use Bintool.version
` [PATCH v3 3/7] binman: btool: mkimage: "
` [PATCH v3 4/7] binman: bintool: parametrize args to pass to binary for returning version
` [PATCH v3 5/7] binman: btool: fiptool: use Bintool.version
` [PATCH v3 6/7] binman: btool: futility: "
` [PATCH v3 7/7] binman: bintool: bzip2: fix version function on non-Debian-based systems
[PATCH] binman: btool: gzip: fix packer name so that binary can be found
2022-09-07 12:30 UTC (6+ messages)
[PATCH] ARM: dts: stm32mp: alignment with v6.0-rc3
2022-09-07 11:42 UTC
[PATCHv2 1/2] i2c: stm32f7: fix clearing the control register
2022-09-07 9:20 UTC (4+ messages)
` [PATCHv2 2/2] i2c: stm32f7: do not set the STOP condition on error
[PATCH v2] video: dw_mipi_dsi: fix [hv]sync active vs back porch
2022-09-07 11:06 UTC
[PATCH RFC] Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb
2022-09-07 9:24 UTC (4+ messages)
[PATCH 1/2] Makefile: Fix dependency for u-boot-with-dtb.bin
2022-09-07 9:22 UTC (11+ messages)
` [PATCH 2/2] Makefile: Build final mpc85xx non-SPL image in standard file u-boot.bin
[PATCH v2 1/4] cmd: add temperature command
2022-09-07 8:25 UTC (6+ messages)
` [PATCH v2 4/4] test: cmd: add test for "
[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 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:35 UTC
[PATCH v1 0/4] phy: Add generic_{setup,shutdown}_phy() helpers
2022-09-06 23:03 UTC (2+ 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 (3+ messages)
` [PATCH v2 4/5] drivers: power: pmic: Add legacy support for rn5t567 PMIC
[PATCH v2 1/1] cmd: fix tftpput command
2022-09-06 21:18 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox