public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-03-28 09:28:19 to 2022-03-29 20:11:29 UTC [more...]

[PATCH u-boot-net v3 00/14] u-boot-net refactors, fixes, cleanups
 2022-03-29 20:08 UTC  (12+ messages)
` [PATCH u-boot-net v3 01/14] net: mdio-uclass: fix type for phy_mode_str and phy_handle_str
` [PATCH u-boot-net v3 02/14] net: mdio-uclass: use ARRAY_SIZE()
` [PATCH u-boot-net v3 03/14] net: introduce helpers to get PHY ofnode from MAC
` [PATCH u-boot-net v3 04/14] net: mdio-uclass: add wrappers for read/write/reset operations
` [PATCH u-boot-net v3 05/14] treewide: use dm_mdio_read/write/reset() wrappers
` [PATCH u-boot-net v3 06/14] net: phy: fix parsing wrong property
` [PATCH u-boot-net v3 07/14] net: introduce helpers to get PHY interface mode from a device/ofnode
` [PATCH u-boot-net v3 08/14] treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX
` [PATCH u-boot-net v3 10/14] phy: Move PHY_INTERFACE_MODE_NA to the beginning of the enum definition
` [PATCH u-boot-net v3 11/14] net: phy: xilinx: Check interface type in ->config(), not ->probe()
` [PATCH u-boot-net v3 12/14] net: phy: use ->is_c45 instead of is_10g_interface()

[RFC PATCH] mips: dts: add initial support for ls1c300 SoC
 2022-03-29 19:30 UTC 

[PATCH 1/1] arm: apple: Add M1 Ultra support
 2022-03-29 19:07 UTC  (2+ messages)

[PATCH] treewide: Enable SPL_SEPARATE_BSS if SPL_BSS_START_ADDR is used
 2022-03-29 18:02 UTC 

[PATCH 1/3] doc: usage: Convert README.vxworks to reST
 2022-03-29 17:11 UTC  (6+ messages)
` [PATCH 2/3] doc: usage: Update vxworks doc to mention RISC-V support
` [PATCH 3/3] doc: usage: Convert README.plan9 to reST

[PATCH 1/3] armv8: Include <linux/types.h> in mmu.h
 2022-03-29 17:06 UTC  (3+ messages)
` [PATCH 2/3] armv8: Drop support for non-MEMORY_ATTRIBUTES MAIR
` [PATCH 3/3] armv8: Initialize MAIR in early boot

[PATCH v2 00/18] virtio: pci: Add and fix consistency checks
 2022-03-29 16:59 UTC  (19+ messages)
` [PATCH v2 01/18] virtio: pci: Allow exclusion of legacy driver
` [PATCH v2 02/18] virtio: pci: Fix discovery of device config length
` [PATCH v2 03/18] virtio: pci: Bounds check device config access
` [PATCH v2 04/18] virtio: pci: Bounds check notification writes
` [PATCH v2 05/18] virtio: pci: Check virtio common config size
` [PATCH v2 06/18] virtio: pci: Check virtio capability is in bounds
` [PATCH v2 07/18] virtio: pci: Read entire capability into memory
` [PATCH v2 08/18] pci: Fix use of flags in dm_pci_map_bar()
` [PATCH v2 09/18] pci: Add config for Enhanced Allocation
` [PATCH v2 10/18] pci: Check region ranges are addressable
` [PATCH v2 11/18] pci: Range check address conversions
` [PATCH v2 12/18] test: pci: Test PCI address conversion functions
` [PATCH v2 13/18] pci: Map bars with offset and length
` [PATCH v2 14/18] pci: Match region flags using a mask
` [PATCH v2 15/18] pci: Update dm_pci_bus_to_virt() parameters
` [PATCH v2 16/18] pci: Add mask parameter to dm_pci_map_bar()
` [PATCH v2 17/18] virtio: pci: Check virtio configs are mapped
` [PATCH v2 18/18] virtio: pci: Make use of dm_pci_map_bar()

[PATCH] doc: usage: Group all shell command docs into cmd/ sub-direcotry
 2022-03-29 16:25 UTC  (2+ messages)

[PATCH] net: phy: Fix rgmii-id phy reset timeout issue
 2022-03-29 16:18 UTC  (2+ messages)

[PATCH 0/6] introduce Arm FF-A support
 2022-03-29 15:16 UTC  (7+ messages)
` [PATCH 1/6] arm_ffa: introduce Arm FF-A low-level driver
` [PATCH 2/6] arm_ffa: introduce armffa command
` [PATCH 3/6] arm_ffa: introduce the FF-A Sandbox driver
` [PATCH 4/6] arm_ffa: introduce Sandbox test cases for UCLASS_FFA
` [PATCH 5/6] arm_ffa: introduce armffa command Sandbox test
` [PATCH 6/6] arm_ffa: introduce FF-A MM communication

[PATCH] doc: mmc dev
 2022-03-29 16:12 UTC  (3+ messages)

[PATCH] mtd: nand: mxs_nand_spl: Remove the page aligned access
 2022-03-29 16:03 UTC  (2+ messages)

[PATCH] board: gw_ventana: gsc: fix GSC read/write functions
 2022-03-29 15:33 UTC  (6+ messages)

[PATCH] mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driver
 2022-03-29 14:05 UTC  (3+ messages)

[PATCH v6 0/3] Add a clock driver for the imx8mq
 2022-03-29 14:04 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings: imx8mq-clock: add mainline definitions
` [PATCH v6 2/3] clk: imx8mq: Add a clock driver for the imx8mq
` [PATCH v6 3/3] clk: imx8m: reduce rate table duplication

[PATCH v7 0/3] Add a clock driver for the imx8mq
 2022-03-29 14:02 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: imx8mq-clock: add mainline definitions
` [PATCH v7 2/3] clk: imx8mq: Add a clock driver for the imx8mq
` [PATCH v7 3/3] clk: imx8m: reduce rate table duplication

[PATCH v3 1/3] rng: add OP-TEE based Random Number Generator
 2022-03-29 12:21 UTC  (3+ messages)
` [PATCH v3 2/3] tee: optee: bind rng optee driver
` [PATCH v3 3/3] configs: add support of OPTEE RNG in stm32mp15 defconfig

[PATCH u-boot 0/3] renesas: Fix RPC-IF enablement
 2022-03-29 12:19 UTC  (4+ messages)
` [PATCH u-boot 1/3] ARM: dts: rmobile: Fix RPC-IF device node names
` [PATCH u-boot 2/3] ARM: renesas: Propagate RPC-IF enablement to subsequent software
` [PATCH/RFC u-boot 3/3] renesas: Fix RPC-IF compatible values

[PATCH] clk: zynqmp: Add support for for DP audio/video clocks
 2022-03-29 11:13 UTC 

[ANN] U-Boot v2022.04-rc5 released
 2022-03-29 10:55 UTC  (12+ messages)

[PATCH] xilinx: Increase max size of image from 60 to 100MB
 2022-03-29 10:54 UTC 

[PATCH] ARM: imx: romapi: Repair FlexSPI NOR boot offset
 2022-03-29  9:56 UTC  (10+ messages)
` [EXT] "

[PATCH] mmc: zynq_sdhci: Fix SDx_BASECLK configuration
 2022-03-29  7:20 UTC  (3+ messages)

[PATCH] serial: zynq: Change fifor behavior in debug mode
 2022-03-29  7:19 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Remove low level UART setting cont
 2022-03-29  7:18 UTC  (2+ messages)

[PATCH] dt-bindings: phy: Sync phy.h with Linux kernel
 2022-03-29  7:18 UTC  (2+ messages)

[PATCH] arm64: versal: Do not place u-boot to reserved memory location
 2022-03-29  7:16 UTC  (2+ messages)

[PATCH 00/14] video: Drop old CFB code
 2022-03-29  6:37 UTC  (2+ messages)

[PATCH v5] pinctrl: nuvoton: Add NPCM8xx pinctrl driver
 2022-03-29  2:04 UTC 

[PATCH v4 00/33] Initial implementation of standard boot
 2022-03-29  1:36 UTC  (11+ messages)

[PATCH 0/2] DSA switch fixes
 2022-03-29  0:03 UTC  (8+ messages)
` [PATCH 1/2] net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHY

Please pull u-boot-video/next
 2022-03-28 23:37 UTC  (2+ messages)

[PATCH] power-domain: Fix use of uninitialized value in dev_power_domain_ctrl
 2022-03-28 23:21 UTC  (2+ messages)

[PATCH 01/22] Convert CONFIG_CF_DSPI to Kconfig
 2022-03-28 23:14 UTC  (3+ messages)
  ` [PATCH 19/22] exynos: Drop CONFIG_CLK_*

[PATCH] mmc: rockchip_sdhci: Correct error checking
 2022-03-28 23:14 UTC  (3+ messages)

[PATCH] dm: core: Provide fallbacks for ofnode_conf_read_
 2022-03-28 22:14 UTC 

[PATCH u-boot-net 00/14] u-boot-net refactors, fixes, cleanups
 2022-03-28 21:51 UTC  (4+ messages)
` [PATCH u-boot-net 03/14] net: introduce helpers to get PHY ofnode from MAC

[PATCH v4 0/3] mtd: Support slc-mode for NTC CHIP
 2022-03-28 21:32 UTC  (6+ messages)

[PATCH] arm: kirkwood: Add nas440 board, Marvell 88SE6121 AHCI
 2022-03-28 21:42 UTC  (10+ messages)

[PULL] u-boot-socfpga/master
 2022-03-28 21:04 UTC  (2+ messages)

[PATCH v6 00/16] image: add a stage pre-load
 2022-03-28 21:01 UTC  (6+ messages)
` [PATCH v6 15/16] cmd: verify: initial import

[PATCH v7 00/16] image: add a stage pre-load
 2022-03-28 20:58 UTC  (6+ messages)
` [PATCH v7 14/16] test: py: vboot: add test for global image signature

[PATCH v8 00/15] image: add a stage pre-load
 2022-03-28 20:57 UTC  (16+ messages)
` [PATCH v8 01/15] arch: Kconfig: imply BINMAN for SANDBOX
` [PATCH v8 02/15] lib: Kconfig: enhance help for ASN1
` [PATCH v8 03/15] lib: Kconfig: enhance the help of OID_REGISTRY
` [PATCH v8 04/15] lib: allow to build asn1 decoder and oid registry in SPL
` [PATCH v8 05/15] lib: crypto: allow to build crypyo "
` [PATCH v8 06/15] lib: rsa: allow rsa verify with pkey "
` [PATCH v8 07/15] boot: image: add a stage pre-load
` [PATCH v8 08/15] cmd: bootm: "
` [PATCH v8 09/15] common: spl: fit_ram: allow to use image pre load
` [PATCH v8 10/15] mkimage: add public key for image pre-load stage
` [PATCH v8 11/15] Makefile: provide sah-key to binman
` [PATCH v8 12/15] tools: binman: add support for pre-load header
` [PATCH v8 13/15] configs: sandbox_defconfig: enable stage pre-load in bootm
` [PATCH v8 14/15] test: py: vboot: add test for global image signature
` [PATCH v8 15/15] cmd: bootm: add subcommand preload

[PATCH] video: Do not show splash and U-Boot logo simultaneously
 2022-03-28 20:05 UTC  (3+ messages)

[PATCH 00/23] video: Support a U-Boot logo more easily
 2022-03-28 19:00 UTC  (6+ messages)
` [PATCH 19/23] video: Support showing the U-Boot logo

[PATCH] imx: ventana: enable ONFI detection to fix NAND chip configuration
 2022-03-28 18:41 UTC  (5+ messages)

[PATCH 0/8] stm32mp: command stm32prog improvements
 2022-03-28 17:25 UTC  (9+ messages)
` [PATCH 1/8] stm32mp: stm32prog: fix comment
` [PATCH 2/8] stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTP
` [PATCH 3/8] stm32mp: stm32prog: add TEE support in stm32prog command
` [PATCH 4/8] stm32mp: stm32prog: add support of STM32IMAGE version 2
` [PATCH 5/8] stm32mp: stm32prog: add support of UUID for FIP partition
` [PATCH 6/8] stm32mp: stm32prog: handle interruption during the first enumeration
` [PATCH 7/8] stm32mp: stm32prog: handle U-Boot script in flashlayout alternate
` [PATCH 8/8] stm32mp: stm32prog: handle flashlayout without STM32 image header

[PATCH] usb_hub: Set DM_FLAG_DEFAULT_PD_CTRL_OFF to usb_hub driver
 2022-03-28 16:53 UTC  (2+ messages)

[PATCH v3 00/29] arm: semihosting: Cleanups and new features
 2022-03-28 16:14 UTC  (8+ messages)
` [PATCH v3 16/29] serial: Add semihosting driver
        ` Layerscape DM_SERIAL (Was: Re: [PATCH v3 16/29] serial: Add semihosting driver)
  ` [PATCH v3 28/29] test: serial: Add test for putc/puts

[PATCH v2 1/3] rng: add OP-TEE based Random Number Generator
 2022-03-28 16:04 UTC  (5+ messages)
` [PATCH v2 2/3] tee: optee: bind rng optee driver
` [PATCH v2 3/3] configs: add support of OPTEE RNG in stm32mp15 defconfig

[PATCH 0/6] net: fm: Verify Fman microcode
 2022-03-28 15:33 UTC  (4+ messages)
` [PATCH 2/6] image: fit: Add some helpers for getting data

[PATCH 00/11] virtio: pci: Add and fix consistency checks
 2022-03-28 14:28 UTC  (8+ messages)
` [PATCH 06/11] virtio: pci: Read entire capability into memory

[PATCH v3 01/12] rockchip: rk3228-power: sync power domain dt-binding header from Linux
 2022-03-28 12:51 UTC  (24+ messages)
` [PATCH v3 02/12] rockchip: rk3228-cru: sync the clock "
` [PATCH v3 03/12] arm: dts: rockchip: move all rk322x u-boot specific properties in separate dtsi files
` [PATCH v3 04/12] arm: dts: rockchip: sync rk322x.dtsi from Linux
` [PATCH v3 05/12] arm: dts: rockchip: sync rk3229-evb.dts "
` [PATCH v3 06/12] rockchip: rk3288-power: sync power domain dt-binding header "
` [PATCH v3 07/12] rockchip: rk3288-cru: sync the clock "
` [PATCH v3 08/12] arm: dts: rockchip: move all rk3288 u-boot specific properties in separate dtsi files
` [PATCH v3 09/12] arm: dts: rockchip: sync rk3288.dtsi from Linux
` [PATCH v3 10/12] arm: dts: rockchip: sync rk3288 DT boards "
` [PATCH v3 11/12] arm: dts: rockchip: sync rk3288-veyron DT "
` [PATCH v3 12/12] rockchip: fix boot_devices constants

[PATCH] Fix URLs to old freescale git repos
 2022-03-28 14:16 UTC  (2+ messages)

[PATCH] Makefile: add drivers/video/u_boot_logo.S to clean
 2022-03-28 14:16 UTC  (2+ messages)

[PATCH v4] mtd: gpmi: fix the bch setting backward compatible issue
 2022-03-28 14:16 UTC  (2+ messages)

[PATCH] arm: apple: Fix mem layout
 2022-03-28 14:16 UTC  (2+ messages)

[PATCH] arm: apple: Increase RTKit timeout
 2022-03-28 14:16 UTC  (2+ messages)

[PATCH v2] boot: image: fixup zstd decompression buffer initialization typo
 2022-03-28 14:16 UTC  (2+ messages)

[PATCH v2 7/9] Make EFI_LOADER depend on DM and OF_CONTROL
 2022-03-28 14:15 UTC  (11+ messages)

[PATCH] ahci: add PCI bindings for Marvell 88SE6121/45 SATA controllers
 2022-03-28 14:07 UTC  (2+ messages)

[PATCH v2] imx8m: Use a sane SYS_MALLOC_F_LEN default
 2022-03-28 13:56 UTC  (5+ messages)

[PATCH v11 00/14] Add CAAM driver model support
 2022-03-28 13:52 UTC  (4+ messages)
` [PATCH v11 01/14] crypto/fsl: Add support for CAAM Job ring driver model

[PATCH] spi: rockchip_sfc: Add missing include for dm/device_compat.h
 2022-03-28 12:39 UTC  (2+ messages)

[PATCH] rockchip: clk: add clocks to px30_clk_enable
 2022-03-28 12:39 UTC  (2+ messages)

Pull request for efi-2022-04-rc5-2
 2022-03-28 12:12 UTC  (2+ messages)

[PATCH 1/1] ubifs: Fix journal replay wrt. xattr nodes
 2022-03-28  9:16 UTC 

[PATCH 1/1] ubifs: Fix journal replay wrt. xattr nodes
 2022-03-28  9:13 UTC 

Promlem with booting on a cora-z7-10
 2022-03-28 11:17 UTC  (2+ messages)

[PATCH 0/8] imx8mm: Add serial download support
 2022-03-28 10:41 UTC  (5+ messages)
` [PATCH 5/8] usb: ehci-mx6: Allow building SDP for imx8mm

[PATCH v2 1/2] net: eth-uclass: Fix eth_halt
 2022-03-28  9:57 UTC  (2+ messages)
` [PATCH v2 2/2] net: eth-uclass: Fix data abort when tftp get nonexistent file via usb


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