u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-15 10:17:31 to 2024-01-17 10:57:48 UTC [more...]

[PATCH] Add Phytec i.MX93 support
 2024-01-17 10:36 UTC  (2+ messages)

Pull request efi-2024-04-rc1-2
 2024-01-17 10:57 UTC 

[PATCH v2 0/1] bootmenu: rename U-Boot console to Exit
 2024-01-17 10:55 UTC  (2+ messages)
` [PATCH v2 1/1] cmd: "

[PATCH v1 0/4] board: verdin-am62: set cpu core voltage depending on speed grade
 2024-01-17 10:53 UTC  (6+ messages)
` [PATCH v1 1/4] board: verdin-am62: improve comment on usb phy core voltage
` [PATCH v1 2/4] arm: mach-k3: am62: move device identification accessor functions to header
` [PATCH v1 3/4] arm: mach-k3: am62: provide more soc feature info accessors
` [PATCH v1 4/4] board: verdin-am62: set cpu core voltage depending on speed grade

[PATCH v6 0/7] Handoff bloblist from previous boot stage
 2024-01-17 10:27 UTC  (10+ messages)
` [PATCH v6 1/7] bloblist: add API to check the register conventions
` [PATCH v6 2/7] bloblist: check bloblist with specified buffer size
` [PATCH v6 3/7] bloblist: refactor of bloblist_reloc()
` [PATCH v6 4/7] arm: armv7: save boot arguments
` [PATCH v6 5/7] arm: armv8: "
` [PATCH v6 6/7] arm: Get bloblist from "
` [PATCH v6 7/7] bloblist: Load the bloblist from the previous loader

[PATCH next v2 0/6] rockchip: rk3588: add support for detecting U-Boot proper boot medium
 2024-01-17 10:16 UTC  (7+ messages)
` [PATCH next v2 4/6] rockchip: rk3588: insert u-boot, spl-boot-device into U-Boot device tree
  ` [PATCH next v2 4/6] rockchip: rk3588: insert u-boot,spl-boot-device "
` [PATCH next v2 5/6] rockchip: remove unused global data ptr
` [PATCH next v2 6/6] rockchip: rk3128: remove noop file

[PATCH v13 00/24] Modernize U-Boot shell
 2024-01-17 10:05 UTC  (10+ messages)

[PATCH v2 0/3] fix and refactoring of efi_disk.c
 2024-01-17  9:44 UTC  (4+ messages)
` [PATCH v2 1/3] efi_loader: avoid pointer access after calling efi_delete_handle
` [PATCH v2 2/3] efi_loader: create common function to free struct efi_disk_obj
` [PATCH v2 3/3] efi_loader: return immediately in UCLASS_EFI_LOADER removal

[PATCH v3] arch: arm: Kconfig: Enable BOOTSTD_FULL for Rockchip SoCs
 2024-01-17  9:38 UTC  (10+ messages)

[PATCH V2 0/4] Add Additional Boards and Features to RGxx3
 2024-01-17  9:18 UTC  (3+ messages)
` [PATCH V2 1/4] board: rockchip: Refactor panel auto-detect code

[PATCH v3 00/17] video: dw_hdmi: Support Vendor PHY
 2024-01-17  8:59 UTC  (22+ messages)
` [PATCH v3 01/17] video: rockchip: hdmi: Detect hpd after controller init
` [PATCH v3 02/17] video: dw_hdmi: Add Vendor PHY handling
` [PATCH v3 03/17] video: dw_hdmi: Extend the HPD detection
` [PATCH v3 04/17] video: dw_hdmi: Add read_hpd hook
` [PATCH v3 05/17] video: dw_hdmi: Add setup_hpd hook
` [PATCH v3 06/17] video: rockchip: vop: Simplify rkvop_enable
` [PATCH v3 07/17] video: rockchip: vop: Add win offset support
` [PATCH v3 08/17] video: rockchip: vop: Add dsp "
` [PATCH v3 09/17] clk: rockchip: rk3328: Add VOP clk support
` [PATCH v3 10/17] clk: rk3328: Add get hdmiphy clock
` [PATCH v3 11/17] phy: rockchip: Add Rockchip INNO HDMI PHY driver
` [PATCH v3 12/17] video: rockchip: Add rk3328 hdmi support
` [PATCH v3 13/17] video: rockchip: Add rk3328 vop support
` [PATCH v3 14/17] ARM: dts: rk3328: Enable VOP for bootph-all
` [PATCH v3 15/17] rockchip: Enable preconsole for rk3328
` [PATCH v3 16/17] configs: evb-rk3328: Enable vidconsole "
` [PATCH v3 17/17] configs: Enable HDMI Out for ROC-RK3328-CC

[PATCH v5 0/4] cmd: bootefi: refactor the code for bootmgr
 2024-01-17  7:43 UTC  (6+ messages)
` [PATCH v5 1/4] efi_loader: split unrelated code from efi_bootmgr.c
` [PATCH v5 2/4] efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR
` [PATCH v5 3/4] net: tftp: remove explicit efi configuration dependency
` [PATCH v5 4/4] fs: "

[PATCH v3 0/2] xilinx: Update the kaslr-seed property
 2024-01-17  7:19 UTC  (4+ messages)
` [PATCH v3 1/2] xilinx: board: "
` [PATCH v3 2/2] configs: zynqmp_kria: Enable CONFIG_OF_BOARD_SETUP

[PATCH v2 00/32] Qualcomm generic board support
 2024-01-17  6:42 UTC  (8+ messages)
` [PATCH v2 13/32] board: dragonboard410c: import board code from mach-snapdragon

[PATCH v1] Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y
 2024-01-17  6:26 UTC  (2+ messages)

[PATCH] mtd: nand: Print warning for unsupported ecc modes
 2024-01-17  4:08 UTC 

[PATCH v2 0/2] SPL EBBR - EFI System Partition support
 2024-01-17  1:13 UTC  (7+ messages)
` [PATCH v2 1/2] part: Add a function to find ESP partition
` [PATCH v2 2/2] spl: Add support for booting from ESP

[PATCH v4 0/4] cmd: bootefi: refactor the code for bootmgr
 2024-01-17  0:40 UTC  (10+ messages)
` [PATCH v4 2/4] efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR

[PATCH v3 0/4] sunxi: SPL FIT support for 32-bit sunxi SoCs
 2024-01-17  0:19 UTC  (4+ messages)
` [PATCH v3 4/4] sunxi: Enable SPL FIT loading for 32-bit SoCs

[PATCH v1] net: sun8i-emac: Add support for fixed-link phy
 2024-01-17  0:13 UTC  (4+ messages)

[PATCH v1 1/1] net: ti: am65-cpsw-nuss: Remove incorrect RGMII_ID bit functionality
 2024-01-16 20:01 UTC 

[PATCH 0/5] cmd: provide command to display SMBIOS information
 2024-01-16 22:04 UTC  (3+ messages)
` [PATCH 5/5] test: unit test for smbios command

Please pull qcom-2024.04-rc1
 2024-01-16 16:49 UTC  (2+ messages)

Pull request: Please pull u-boot-imx-20240115
 2024-01-16 16:49 UTC  (2+ messages)

[PULL] Pull request for u-boot-nand-20240115
 2024-01-16 16:49 UTC  (2+ messages)

[PATCH v2 0/3] riscv: sophgo: milkv_duo: add support for Milk-V Duo board
 2024-01-16 16:08 UTC  (7+ messages)
` [PATCH v2 1/3] riscv: sophgo: milkv_duo: initial support added
` [PATCH v2 3/3] doc: sophgo: milkv_duo: document Milk-V Duo board

[PATCH] common: console: Fix print complete stdio device list
 2024-01-16 16:29 UTC  (2+ messages)

[PATCH v5 0/8] Handoff bloblist from previous boot stage
 2024-01-16 14:56 UTC  (6+ messages)
` [PATCH v5 8/8] fdt: get FDT from bloblist

[PATCH v4 0/2] *** Add support for phyCORE-AM62x ***
 2024-01-16 14:55 UTC  (3+ messages)
` [Upstream] "

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2024-01-16 14:34 UTC  (20+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH 1/1] part: correct documentation of part_get_bootable()
 2024-01-16 14:00 UTC 

[PATCH v7] fdt: Allow the devicetree to come from a bloblist
 2024-01-16 13:48 UTC  (2+ messages)

[PATCH] Add support for more XMC series
 2024-01-16  5:38 UTC  (2+ messages)
` [PATCH] Add XMC XM25QH128C/XM25QH256C/XM25QU256C/XM25QH512C/XM25QU512C site: https://www.xmcwh.com/site/product

[PATCH v2 0/2] xilinx: Update the kaslr-seed property
 2024-01-16 12:46 UTC  (4+ messages)
` [PATCH v2 1/2] xilinx: board: "
` [PATCH v2 2/2] configs: zynqmp_kria: Enable CONFIG_OF_BOARD_SETUP

[PATCH 00/10] Add support for Ethernet Boot on SK-AM62
 2024-01-16 11:43 UTC  (3+ messages)
` [PATCH 03/10] soc: ti: k3-navss-ringacc: Initialize base address of ring cfg registers

[PATCH v4 0/7] Add DFU and usb boot for TI am62x SK and beagleplay
 2024-01-16 11:21 UTC  (20+ messages)
` [PATCH v4 1/7] usb: dwc3: Add dwc3 glue driver for am62
` [PATCH v4 2/7] usb: dwc3: Switch to device mode on gadget start
` [PATCH v4 3/7] board: ti: am62x: am62x: include env for DFU
` [PATCH v4 4/7] arm: dts: k3-am625-sk: Enable usb port in u-boot
` [PATCH v4 7/7] doc: board: Add document for DFU boot on am62x SoCs

[PATCH v4 0/6] rpi5: initial support
 2024-01-16  9:14 UTC  (8+ messages)
` [PATCH v4 2/6] rpi5: Use devicetree as alternative way to read IO base addresses
    `  "
` [PATCH v4 5/6] mmc: bcmstb: Add support for bcm2712 SD controller
    `  "
      `  "

[PATCH] sandbox_flattree: enable button support
 2024-01-16  8:52 UTC  (2+ messages)

[PATCH 0/2] MAINTAINERS: add Mattijs for Android AB / AVB
 2024-01-16  8:07 UTC  (4+ messages)

[RFC][PATCH] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model
 2024-01-16  8:01 UTC  (4+ messages)

[PATCH] ARM: stm32: Set stdio to serial on DH STM32MP15xx DHSOM
 2024-01-16  7:19 UTC  (2+ messages)

[PATCH] board: sifive: spl: Initialized the PWM setting in the SPL stage
 2024-01-16  6:35 UTC 

[PATCH v3] common: usb-hub: Reset hub port before scanning
 2024-01-16  0:45 UTC  (5+ messages)

extlinux.conf file and fdtoverlay_addr_r (U-Boot 2022.01)
 2024-01-15 21:32 UTC 

[PATCH V3 1/6] dt-bindings: nvmem: layouts: add U-Boot environment variables layout
 2024-01-15 22:10 UTC  (6+ messages)

[PATCH v3 1/3] arm: xea: Move XEA's environment variables from xea.h to xea.env
 2024-01-15 19:54 UTC  (4+ messages)
` [PATCH v3 2/3] arm: config: Enable CRC8 support in SPL on imx287 XEA board
` [PATCH v3 3/3] arm: xea: Add support for boot image source descriptor in SPL

[PATCH v2] board: phytec: fix link error when disabling PHYTEC_SOM_DETECTION
 2024-01-15 19:53 UTC  (2+ messages)

[PATCH v2 00/14] stm32: add bsec and OTP support to stm32mp25
 2024-01-15 17:42 UTC  (21+ messages)
` [PATCH v2 01/14] arm64: dts: st: add bsec "
` [PATCH v2 02/14] arm: stm32mp: add Rev.B support for STM32MP25
` [PATCH v2 03/14] stm32mp: bsec: add driver data
` [PATCH v2 04/14] stm32mp: bsec: add support of stm32mp25
` [PATCH v2 05/14] configs: stm32mp25: add support of fuse command
` [PATCH v2 06/14] stm32mp: add soc.c file
` [PATCH v2 07/14] stm32mp: add setup_serial_number for stm32mp25
` [PATCH v2 08/14] smt32mp: add setup_mac_address "
` [PATCH v2 09/14] stm32mp: stm32prog: add support of stm32mp25
` [PATCH v2 10/14] stm32mp: activate the command stboard for stm32mp25 boards
` [PATCH v2 11/14] board: st: stm32mp2: add checkboard
` [PATCH v2 12/14] board: st: stm32mp2: display the board identification
` [PATCH v2 13/14] arm: Rename STM32MP13x
` [PATCH v2 14/14] arm: Rename STM32MP15x

[PATCH 00/12] stm32: add bsec and OTP support to stm32mp25
 2024-01-15 16:28 UTC  (27+ messages)
` [PATCH 01/12] arm64: dts: st: add bsec "
` [PATCH 02/12] arm: stm32mp: add Rev.B support for STM32MP25
` [PATCH 03/12] stm32mp: bsec: add driver data
` [PATCH 04/12] stm32mp: bsec: add support of stm32mp25
` [PATCH 05/12] configs: stm32mp25: add support of fuse command
` [PATCH 06/12] stm32mp: add soc.c file
` [PATCH 07/12] stm32mp: add setup_serial_number for stm32mp25
` [PATCH 08/12] smt32mp: add setup_mac_address "
` [PATCH 09/12] stm32mp: stm32prog: add support of stm32mp25
` [PATCH 10/12] stm32mp: activate the command stboard for stm32mp25 boards
` [PATCH 11/12] board: st: stm32mp2: add checkboard
` [PATCH 12/12] board: st: stm32mp2: display the board identification

[PATCH] smt32mp: Add dependencies on CMDLINE for command stm32key
 2024-01-15 15:45 UTC  (2+ messages)

[PATCH] net: phy: the NC-SI phy device do not require mdio bus
 2024-01-15 10:45 UTC  (2+ messages)

[PATCH 1/1] cmd: increase default for SYS_MAXARGS
 2024-01-15 13:46 UTC 

[PATCH 0/5] k3-j721e: beagleboneai: Fix USB
 2024-01-15 11:40 UTC  (7+ messages)
` [PATCH 4/5] arm: dts: k3-j721e-beagleboneai64: Fix USB operation

[PATCH v2 00/14] Support SPI NAND in fastboot protocol
 2024-01-15 10:17 UTC  (2+ 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).