u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-27 19:12:35 to 2023-03-29 14:27:17 UTC [more...]

[PATCH 0/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM set
 2023-03-29 14:25 UTC  (7+ messages)
` [PATCH 1/6] virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features
` [PATCH 2/6] virtio: pci: Tear down VQs in virtio_pci_reset()
` [PATCH 3/6] virtio: Allocate virtqueue in page-size units
` [PATCH 4/6] virtio: Add helper functions to attach/detach vring descriptors
` [PATCH 5/6] virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM
` [PATCH 6/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set

[PATCH v4 1/4] bootstd: Enable BOOTSTD_DEFAULTS by default
 2023-03-29 14:19 UTC  (9+ messages)
` [PATCH v4 2/4] rockchip: Move to standard boot
` [PATCH v4 3/4] bootstd: Relax the argument requirements for bootflow scan
` [PATCH v4 4/4] rockchip: Use the same boot_targets for all boards

[PATCH v4 0/6] FWU: Add support for mtd backed feature on DeveloperBox
 2023-03-29 13:14 UTC  (13+ messages)
` [PATCH v4 1/6] FWU: Add FWU metadata access driver for MTD storage regions
` [PATCH v4 2/6] FWU: mtd: Add helper functions for accessing FWU metadata
` [PATCH v4 3/6] tools: Add mkfwumdata tool for FWU metadata image
` [PATCH v4 4/6] dt: fwu: developerbox: enable fwu banks and mdata regions
` [PATCH v4 5/6] configs: move to new flash layout and boot flow
` [PATCH v4 6/6] fwu: DeveloperBox: add support for FWU

[PATCH v4 00/15] Add splash screen support at u-boot SPL
 2023-03-29 12:01 UTC  (16+ messages)
` [PATCH v4 01/15] drivers: video: Kconfig: Add configs for enabling video at SPL
` [PATCH v4 02/15] drivers: video: tidss: Kconfig: Configs to enable TIDSS "
` [PATCH v4 03/15] drivers: Makefile: Add rule to compile video driver
` [PATCH v4 04/15] drivers: video: Makefile: Rule to compile necessary video driver files
` [PATCH v4 05/15] drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL
` [PATCH v4 06/15] common: Makefile: Add rule to compile splash and splash_source "
` [PATCH v4 07/15] common: Kconfig: Add BMP config
` [PATCH v4 08/15] cmd: bmp: Split bmp commands and functions
` [PATCH v4 09/15] cmd: Makefile: Rule to compile bmp_cmd
` [PATCH v4 10/15] common: Makefile: Rule to compile bmp.c
` [PATCH v4 11/15] drivers: video: Enable necessary video functions at SPL
` [PATCH v4 12/15] common: Enable splash "
` [PATCH v4 13/15] include: Enable video related global data variable and splash "
` [PATCH v4 14/15] common: splash: Replace CONFIG_CMD_BMP
` [PATCH v4 15/15] board: ti: am62x: evm: OSPI support for splash screen

[PATCH v5 00/17] Basic StarFive JH7110 RISC-V SoC support
 2023-03-29 11:46 UTC  (21+ messages)
` [PATCH v5 01/17] riscv: cpu: jh7110: Add support for jh7110 SoC
` [PATCH v5 02/17] cache: starfive: Add StarFive JH7110 support
` [PATCH v5 03/17] dt-bindings: reset: Add StarFive JH7110 reset definitions
` [PATCH v5 04/17] reset: starfive: jh7110: Add reset driver for StarFive JH7110 SoC
` [PATCH v5 05/17] dt-bindings: clock: Add StarFive JH7110 clock definitions
` [PATCH v5 06/17] clk: starfive: Add StarFive JH7110 clock driver
` [PATCH v5 07/17] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
` [PATCH v5 08/17] pinctrl: starfive: Add StarFive JH7110 driver
` [PATCH v5 09/17] ram: starfive: add ddr driver
` [PATCH v5 10/17] board: starfive: add StarFive VisionFive v2 board support
` [PATCH v5 11/17] riscv: cpu: jh7110: Add Kconfig for StarFive JH7110 SoC
` [PATCH v5 12/17] board: starfive: Add Kconfig for StarFive VisionFive v2 Board
` [PATCH v5 13/17] board: starfive: Add TARGET_STARFIVE_VISIONFIVE2 to Kconfig
` [PATCH v5 14/17] riscv: dts: jh7110: Add initial StarFive JH7110 device tree
` [PATCH v5 15/17] riscv: dts: jh7110: Add initial u-boot "
` [PATCH v5 16/17] riscv: dts: jh7110: Add initial StarFive VisionFive v2 board "
` [PATCH v5 17/17] configs: starfive: add defconfig for StarFive VisionFvie2 1.2A and 1.3B

[PATCH v1 0/5] board: verdin-imx8mp: ddr updates
 2023-03-29 11:41 UTC  (7+ messages)
` [PATCH v1 1/5] board: verdin-imx8mp: update ddrc config for different lpddr4 memories
` [PATCH v1 2/5] board: verdin-imx8mp: fix lpddr4 refresh timing
` [PATCH v1 3/5] board: verdin-imx8mp: update lpddr4 configuration and training
` [PATCH v1 4/5] board: verdin-imx8mp: compact slight different lpddr4 configuration
` [PATCH v1 5/5] board: verdin-imx8mp: change prints in spl_dram_init function

[PATCH v3 00/15] Add splash screen support at u-boot SPL
 2023-03-29 10:39 UTC  (17+ messages)
` [PATCH v3 01/15] drivers: video: Kconfig: Add configs for enabling video at SPL
` [PATCH v3 02/15] drivers: video: tidss: Kconfig: Configs to enable TIDSS "
` [PATCH v3 03/15] drivers: Makefile: Add rule to compile video driver
` [PATCH v3 04/15] drivers: video: Makefile: Rule to compile necessary video driver files
` [PATCH v3 05/15] drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL
` [PATCH v3 06/15] common: Makefile: Add rule to compile splash and splash_source "
` [PATCH v3 07/15] common: Kconfig: Add BMP config
` [PATCH v3 08/15] cmd: bmp: Split bmp commands and functions
` [PATCH v3 09/15] cmd: Makefile: Rule to compile bmp_cmd
` [PATCH v3 10/15] common: Makefile: Rule to compile bmp.c
` [PATCH v3 11/15] drivers: video: Enable necessary video functions at SPL
` [PATCH v3 12/15] common: Enable splash "
` [PATCH v3 13/15] include: Enable video related global data variable and splash "
` [PATCH v3 14/15] common: splash: Replace CONFIG_CMD_BMP
` [PATCH v3 15/15] board: ti: am62x: evm: OSPI support for splash screen

[PATCH v2 0/5] Add ethernet driver for StarFive JH7110 SoC
 2023-03-29 10:27 UTC  (6+ messages)
` [PATCH v2 1/5] net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phy
` [PATCH v2 2/5] net: dwc_eth_qos: Add StarFive ethernet driver glue layer
` [PATCH v2 3/5] riscv: dts: jh7110: Add ethernet device tree nodes
` [PATCH v2 4/5] riscv: dts: starfive: Add phy clock delay configuration for StarFive VisionFive2 board
` [PATCH v2 5/5] configs: starfive: Enable ethernet configuration for StarFive VisionFive 2

[PATCH v3 0/3] Add StarFive JH7110 PCIe drvier support
 2023-03-29 10:01 UTC  (4+ messages)
` [PATCH v3 1/3] starfive: pci: Add StarFive JH7110 pcie driver
` [PATCH v3 2/3] configs: starfive-jh7110: Add support for PCIe host driver
` [PATCH v3 3/3] riscv: dts: starfive: Enable PCIe host controller

[PATCH 1/3] net: support being a TCP server to unblock TCP fastboot
 2023-03-29  9:08 UTC  (4+ messages)
` [PATCH 2/3] net: add fastboot TCP support
` [PATCH 3/3] net: share fastboot boot handle logic between transports

[PATCH] serial-uclass: drop redundant code in serial_check_stdout()
 2023-03-29  7:57 UTC 

[PATCH v4 0/5] FMP versioning support
 2023-03-29  7:45 UTC  (14+ messages)
` [PATCH v4 1/5] efi_loader: store firmware version into FmpState variable
` [PATCH v4 2/5] efi_loader: versioning support in GetImageInfo
` [PATCH v4 3/5] efi_loader: check lowest supported version in capsule update
` [PATCH v4 4/5] mkeficapsule: add FMP Payload Header
` [PATCH v4 5/5] test/py: efi_capsule: test for FMP versioning

[PATCH 1/2] smartweb: Enable LTO
 2023-03-29  4:41 UTC  (3+ messages)
` [PATCH 2/2] linker_lists: Rework start/end macros to not rely on undefined behavior

[PATCH] Series-to: Fred Bloggs <f.blogs@napier.co.nz> Series-cc: Sean O'Brien <seobrien@chromium.org> HID: input: Restore missing cursor for digitizer devices
 2023-03-28 22:01 UTC  (2+ messages)

[PATCH] phy: realtek: don't duplicate genphy_startup
 2023-03-28 21:21 UTC 

[PATCH] phy: broadcom: don't duplicate genphy_startup
 2023-03-28 21:12 UTC 

[PATCH] clk: change log_err() to log_info() to make it quiet with clk_register_fixed_rate()
 2023-03-28 17:03 UTC 

[PATCH] clk: change log_err() to log_info() to make it quiet with clk_register_fixed_rate()
 2023-03-28 16:51 UTC 

[PATCH 1/2] Boot var automatic management for removable medias
 2023-03-28 16:48 UTC  (2+ messages)
` [PATCH 2/2] Load option with short device path for boot vars

[RESEND PATCH v3 1/2] cli: Correct several bugs in cli_getch()
 2023-03-28 16:43 UTC  (4+ messages)
` [RESEND PATCH v3 2/2] cli: Correct handling of invalid escape sequences in cread_line()

[PATCH v9 00/10] introduce Arm FF-A support
 2023-03-28 16:11 UTC  (12+ messages)
` [PATCH v10 "
  ` [PATCH v10 01/10] arm64: smccc: add support for SMCCCv1.2 x0-x17 registers
  ` [PATCH v10 02/10] lib: uuid: introduce uuid_str_to_le_bin function
  ` [PATCH v10 03/10] lib: uuid: introduce testcase for uuid_str_to_le_bin
  ` [PATCH v10 04/10] arm_ffa: introduce Arm FF-A support
  ` [PATCH v10 05/10] arm_ffa: introduce armffa command
  ` [PATCH v10 06/10] arm_ffa: introduce sandbox FF-A support
  ` [PATCH v10 07/10] arm_ffa: introduce sandbox test cases for UCLASS_FFA
  ` [PATCH v10 08/10] arm_ffa: introduce armffa command Sandbox test
  ` [PATCH v10 09/10] arm_ffa: efi: introduce FF-A MM communication
  ` [PATCH v10 10/10] arm_ffa: efi: corstone1000: enable "

[PULL next] u-boot-at91-2023.07-a
 2023-03-28 15:42 UTC  (2+ messages)

Re: How to add eth1 to test device tree?
 2023-03-28 15:18 UTC 

[PATCH] imx6sx-udoo-neo-basic: Introduce the u-boot.dtsi
 2023-03-28 15:13 UTC  (2+ messages)

[PATCH 1/7] mmc: msm_sdhci: Match clocks through "clocks" property
 2023-03-28 14:30 UTC  (5+ messages)
` [PATCH 7/7] arm: Migrate Apple M1 to save_prev_bl_data

[PATCH 00/30] ide: Clean up code and fix a few bugs
 2023-03-28 14:23 UTC  (21+ messages)
` [PATCH 08/30] ide: Drop weak functions
` [PATCH 10/30] ide: Correct use of ATAPI
` [PATCH 14/30] ide: Simplify success condition
` [PATCH 16/30] ide: Avoid preprocessor for CONFIG_LBA48
` [PATCH 17/30] ide: Move bus init into a function
` [PATCH 18/30] ide: Make ide_bus_ok[] a local variable
` [PATCH 19/30] ide: Move setting of vendor strings into ide_probe()
` [PATCH 20/30] ide: Move ide_init() entirely within ide_probe()
` [PATCH 21/30] ide: Combine the two loops in ide_probe()
` [PATCH 22/30] ide: Use desc consistently for struct blk_desc
` [PATCH 23/30] ide: Make ide_ident() return an error code
` [PATCH 24/30] ide: Move all blk_desc init into ide_ident()
` [PATCH 25/30] ide: Use a single local blk_desc for ide_ident()
` [PATCH 26/30] ide: Correct LBA setting
` [PATCH 27/30] ide: Tidy up ide_reset()
` [PATCH 28/30] ide: Convert to use log_debug()
` [PATCH 29/30] ide: Simplify expressions and hex values
` [PATCH 30/30] ide: Make use of U-Boot types

[PATCH] arm: mach-k3: am642: move do_dt_magic() after sysfw loading
 2023-03-28 14:13 UTC 

[PATCH] arch: mach-k3: j721s2_init: Disable the firewalls
 2023-03-28 13:58 UTC  (2+ messages)

[PATCH v2 1/2] regulator: implement basic reference counter
 2023-03-28 13:01 UTC  (2+ messages)
` [PATCH v2 2/2] regulator: rename dev_pdata to plat

[PATCH] imx: imx8mm: Add suppoer for Mettler-Toledo snowflake board
 2023-03-28  9:40 UTC  (9+ messages)
    ` [PATCH v2] "

[PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
 2023-03-28  8:04 UTC  (6+ messages)

[PATCH 1/5] mtd/spinand: rework detect procedure for different READ_ID operation
 2023-03-28  7:57 UTC  (5+ messages)

[PATCH v4 00/17] Basic StarFive JH7110 RISC-V SoC support
 2023-03-28  7:49 UTC  (7+ messages)
` [PATCH v4 10/17] board: starfive: add StarFive VisionFive v2 board support
` [PATCH v4 14/17] riscv: dts: jh7110: Add initial StarFive JH7110 device tree

[QUESTION] Clear a local variable in hush shell
 2023-03-28  7:29 UTC 

[PATCH] ARM: zynq: Sync Microzed board with Linux kernel
 2023-03-28  7:21 UTC 

[PATCH] ARM: zynq: Switch from earlyprintk to earlycon
 2023-03-28  7:17 UTC 

[PATCH] xilinx: Enable virtio mmio transport and devices
 2023-03-28  6:44 UTC  (2+ messages)

[PATCH v2] sysreset: gpio: fix gpio_reboot_request return value
 2023-03-28  6:44 UTC 

[PATCH v1 1/1] arch: arm: zynqmp: mp.c: tcminit halt both cores in split mode
 2023-03-28  6:37 UTC  (2+ messages)

[PATCH v2] net: phy: gmii2rgmii: Support external rgmii-id phy
 2023-03-28  6:36 UTC  (2+ messages)

[PATCH] soc: soc_ti_k3: fix revision array bounds checks
 2023-03-27 21:48 UTC  (2+ messages)

[PATCH] buildman: Correct overwriting of settings file
 2023-03-27 21:47 UTC 

[PATCH v2 0/9] Qualcomm cleanups / preparations
 2023-03-27 19:54 UTC  (7+ messages)
` [PATCH v2 9/9] arm: Migrate Apple M1 to save_prev_bl_data

[PATCH u-boot-mvebu] arm: mvebu: Cleanup get_boot_device() code
 2023-03-27 21:11 UTC  (2+ messages)
` [PATCH v2 "

How to add eth1 to test device tree?
 2023-03-27 20:14 UTC  (2+ messages)

[RESEND PATCH v3 1/2] cli: Correct several bugs in cli_getch()
 2023-03-27 19:29 UTC 

[tom.rini@gmail.com: Fwd: New Defects reported by Coverity Scan for Das U-Boot]
 2023-03-27 19:19 UTC 

[RESEND PATCH v3 2/2] cli: Correct handling of invalid escape sequences in cread_line()
 2023-03-27 19:04 UTC 


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).