public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-10-31 16:09:24 to 2023-11-02 07:47:50 UTC [more...]

[PATCH 0/2] Support JTAG for VisionFive2 board
 2023-11-02  7:43 UTC  (5+ messages)
  ` [PATCH 1/2] riscv: cpu: jh7110: Add gpio helper macros
  ` [PATCH 2/2] board: starfive: spl: Support jtag for VisionFive2 board

[PATCH 1/2] rockchip: rk3588: Add SPINAND as boot device
 2023-11-02  7:27 UTC  (6+ messages)
` [PATCH 2/2] configs: orangepi-5-plus-rk3588: Build SPI image by default

[PATCH 01/20] m68k: Remove CONFIG_FSLDMAFEC
 2023-11-02  7:17 UTC  (21+ messages)
` [PATCH 02/20] powerpc: Switch <asm/global_data.h> to <linux/types.h>
` [PATCH 03/20] display_options.h: Correct includes
` [PATCH 04/20] fsl_qe: Drop common.h
` [PATCH 05/20] omap3: Add <asm/arch/omap3.h> to <asm/arch/cpu.h>
` [PATCH 06/20] spi: Add <errno.h> to spi-mem-nodm.c
` [PATCH 07/20] powerpc: mpc83xx: Rework includes slightly
` [PATCH 08/20] mpc85xx: Add missing include in mpc85xx_sleep.c
` [PATCH 09/20] qe: Add <asm/ppc.h> on PowerPC
` [PATCH 10/20] powerpc: Rework <asm/fsl_lbc.h> includes
` [PATCH 11/20] pg-wcom-ls102xa: Include <config.h> in the board file
` [PATCH 12/20] ls1088a: Add missing headers to eth_ls1088aqds.c
` [PATCH 13/20] ls2080aqds: "
` [PATCH 14/20] fsl-mc: Add prototype for bd_info
` [PATCH 15/20] include/linux/mii.h: Add <linux/types.h>
` [PATCH 16/20] include: Drop <common.h> from include lists
` [PATCH 17/20] ti: k3: Drop <common.h> usage
` [PATCH 18/20] sandbox: Drop <common.h>
` [PATCH 19/20] arm: Drop <common.h> from remaining header files
` [PATCH 20/20] x86: "

[PATCH v1 0/2] imx: spl_imx_romapi: fixes
 2023-11-02  7:10 UTC  (5+ messages)
` [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

[PATCH v9 0/9] Add EFI HTTP boot support
 2023-11-02  6:44 UTC  (10+ messages)
` [PATCH v9 1/9] net: wget: prevent overwriting reserved memory
` [PATCH v9 2/9] net: wget: add wget with dns utility function
` [PATCH v9 3/9] blk: blkmap: add ramdisk creation "
` [PATCH v9 4/9] efi_loader: Boot var automatic management
` [PATCH v9 5/9] efi_loader: add missing const classifier for event service
` [PATCH v9 6/9] efi_loader: add return to efibootmgr event group
` [PATCH v9 7/9] efi_loader: support boot from URI device path
` [PATCH v9 8/9] cmd: efidebug: add uri "
` [PATCH v9 9/9] doc: uefi: add HTTP Boot support

[PATCH 1/7] board: ti: Add dependency from TARGET selection to SOC
 2023-11-02  6:25 UTC  (8+ messages)
` [PATCH 2/7] arm: mach-k3: j721e: Move board selection to mach-k3
` [PATCH 3/7] arm: mach-k3: am65x: "
` [PATCH 4/7] arm: mach-k3: am64x: "
` [PATCH 5/7] arm: mach-k3: am62x: "
` [PATCH 6/7] arm: mach-k3: am62ax: "
` [PATCH 7/7] arm: mach-k3: j721s2: "

[PATCH v8 0/7] Add EFI HTTP boot support
 2023-11-02  2:44 UTC  (4+ messages)
` [PATCH v8 5/7] efi_loader: support boot from URI device path

[PATCH 1/8] arm: armv8: mmu: Prepare for common.h removal
 2023-11-02  2:11 UTC  (9+ messages)
` [PATCH 2/8] arm: mach-rmobile: Drop <common.h>
` [PATCH 3/8] serial: sh: "
` [PATCH 4/8] pinctrl: rzg2l: "
` [PATCH 5/8] mmc: renesas-sdhi: "
` [PATCH 6/8] gpio: rzg2l: "
` [PATCH 7/8] clk: "
` [PATCH 8/8] board: "

cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro
 2023-11-01 23:22 UTC  (3+ messages)

[PATCH 1/2] board: phytec: am62x: Add PHYTEC phyCORE-AM62x SoM
 2023-11-01 23:21 UTC  (4+ messages)

[GIT PULL] CLock changes for 2024.01-rc2
 2023-11-01 21:03 UTC 

[PATCH] drivers: clk: Adjust temp var data type to properly match that of struct clk_ops
 2023-11-01 21:03 UTC  (3+ messages)

[PATCH] clk: fix count parameter type for clk_release_all
 2023-11-01 21:03 UTC  (3+ messages)

[PATCH RESEND 0/5] clk: A few bugfixes/enhancements for CCF
 2023-11-01 21:03 UTC  (16+ messages)
` [PATCH RESEND 1/5] clk: export clk_register_mux_table()
` [PATCH RESEND 2/5] clk: call log_debug() instead to avoid console log printing
` [PATCH RESEND 3/5] clk: also handle ENOENT in *_optional functions
` [PATCH RESEND 5/5] clk: ccf: call clock provided ops directly for endisable()
` (subset) [PATCH RESEND 0/5] clk: A few bugfixes/enhancements for CCF

[PATCH v1] clk: use private clk struct in CLK_CCF's enable/disable functions
 2023-11-01 21:03 UTC  (3+ messages)

[PATCH] tree-wide: Replace http:// link with https:// link for ti.com
 2023-11-01 20:56 UTC 

U-boot env in binary format
 2023-11-01 20:22 UTC  (2+ messages)

[PATCH v3 0/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension
 2023-11-01 20:20 UTC  (8+ messages)
` [PATCH v3 1/2] riscv: allow resume after exception

[PATCH] bootstd: Skip over bad device during bootflows scanning
 2023-11-01 19:03 UTC  (5+ messages)

[PATCH v2 0/7] arm: mach-snapdragon: Qualcomm clock driver cleanup
 2023-11-01 18:56 UTC  (3+ messages)
` [PATCH v2 1/7] clk/qcom: move from mach-snapdragon

[PATCH v1] clk: mux: check value returned from clk_mux_val_to_index()
 2023-11-01 18:41 UTC  (2+ messages)

[PATCH] arm: mach-k3: Move K3 common schema.yaml out of board directory
 2023-11-01 18:33 UTC 

[PATCH] clk: change log_err() to log_info() to make it quiet with clk_register_fixed_rate()
 2023-11-01 18:26 UTC  (2+ messages)

[PATCH v1] clk: nuvoton: add read only feature for clk driver
 2023-11-01 18:24 UTC  (4+ messages)

[PATCH v2] x86: serial: ns16550: Allow the UART to be silently disabled
 2023-11-01 18:04 UTC 

[PATCH] u_boot_pylib: Ensure subprocess is closed down
 2023-11-01 17:17 UTC 

[PATCH v4 0/8] clk: Switch from soc_clk_dump to clk_ops function
 2023-11-01 17:13 UTC  (11+ messages)
` [PATCH v4 3/8] clk: k210: Move soc_clk_dump function
` [PATCH v4 5/8] clk: Add dump operation to clk_ops
` [PATCH v4 6/8] cmd: clk: Use dump function from clk_ops
` [PATCH v4 7/8] clk: treewide: switch to clock dump "
` [PATCH v4 8/8] cmd: clk: Make soc_clk_dump static

[PATCH v3 0/4] sunxi: SPL FIT support for 32-bit sunxi SoCs
 2023-11-01 17:11 UTC  (2+ messages)

[PATCH 0/2] Allow defconfigs defined from fragments
 2023-11-01 17:05 UTC  (3+ messages)
` [PATCH 1/2] Makefile: Run defconfig files through the C preprocessor
` [PATCH 2/2] configs: Add am62x_beagleplay_* defconfigs

[PATCH v2 0/4] Add AM62x LP SK support
 2023-11-01 15:40 UTC  (2+ messages)

[PATCH 0/6] Add AM62SIP SK support
 2023-11-01 15:36 UTC  (2+ messages)

[PATCH] dt-bindings: Remove VSC8531 specific RGMII delay definitions
 2023-11-01 15:05 UTC 

[PATCH] doc: ti: j7200_evm: Fix OPTEE platform name
 2023-11-01 14:50 UTC 

[GIT PULL] Please pull u-boot-mmc master
 2023-11-01 14:47 UTC  (2+ messages)

[PATCH v1] rng: add dm_rng_read_default() helper
 2023-11-01 14:31 UTC  (2+ messages)

[PATCH v4 1/1] arm: dts: icnova-a20-adb4006: Add board support
 2023-11-01 14:20 UTC  (2+ messages)

[PATCH v1 0/2] Meson A1: fix USB and NAND stack
 2023-11-01 14:04 UTC  (3+ messages)
` [PATCH v1 1/2] clk: a1: add new clocks for USB stack
` [PATCH v1 2/2] drivers: sm: bind child sm devices in the device tree

[PATCH 0/3] Corstone-1000: enable platform specific configs
 2023-11-01 13:42 UTC  (9+ messages)
` [PATCH 1/3] corstone1000: add compressed kernel support
` [PATCH 2/3] corstone1000: enable distro booting command
` [PATCH 3/3] corstone1000: enable PSCI reset

[PATCH v4 0/2] sunxi, usb: Clean up SRAM initialization code
 2023-11-01 12:57 UTC  (2+ messages)

[PATCH] clk: sunxi: Use the right symbol in the Makefile
 2023-11-01 12:35 UTC  (2+ messages)

[PATCH] pinctrl: sunxi: Avoid using .bss for SPL
 2023-11-01 12:33 UTC  (2+ messages)

[PATCH v4 0/5] Add support for StarFive JH7110 TRNG driver
 2023-11-01 12:16 UTC  (6+ messages)
  ` [PATCH v4 1/5] riscv: import read/write_relaxed functions
  ` [PATCH v4 2/5] clk: starfive: jh7110: Add security clocks
  ` [PATCH v4 3/5] rng: Add StarFive JH7110 RNG driver
  ` [PATCH v4 4/5] riscv: dts: jh7110: Add rng device tree node
  ` [PATCH v4 5/5] configs: visionfive2: Enable JH7110 RNG driver

[PATCH] net: sun8i_emac: Drop DM_GPIO checks
 2023-11-01 12:10 UTC  (2+ messages)

[PATCH v3 0/5] Add support for StarFive JH7110 TRNG driver
 2023-11-01 12:10 UTC  (8+ messages)
  ` [PATCH v3 1/5] riscv: import read/write_relaxed functions
  ` [PATCH v3 2/5] clk: starfive: jh7110: Add security clocks
  ` [PATCH v3 3/5] rng: Add StarFive JH7110 RNG driver
  ` [PATCH v3 4/5] riscv: dts: jh7110: Add rng device tree node
  ` [PATCH v3 5/5] configs: visionfive2: Enable JH7110 RNG driver

[PATCH] arm64: zynqmp: Add description for nvmem efuse layout
 2023-11-01 12:06 UTC 

[PATCH 1/2] xilinx: Enable SPI_FLASH_MTD by default
 2023-11-01 11:22 UTC  (2+ messages)
` [PATCH 2/2] ARM: zynq: Add partition description

[PATCH] board: rockchip: add FriendlyElec NanoPC-T6 rk3588 board
 2023-11-01 11:04 UTC  (4+ messages)

[PATCH] usb: dwc3-meson-g12a: Use regulator_set_enable_if_allowed
 2023-11-01 11:04 UTC 

[PATCH] power: regulator: Fix an handling error about EALREADY
 2023-11-01 10:08 UTC  (7+ messages)

[PATCH] arm: sunxi: Correct warning in board_fit_config_name_match
 2023-11-01  9:57 UTC  (2+ messages)

[PATCH] sunxi: restore modified memory
 2023-11-01  9:50 UTC  (2+ messages)

[PATCH v2] arm64: zynqmp: Comment all smmu entries
 2023-11-01  8:01 UTC 

[PATCH RESEND v3 1/1] arm: dts: icnova-a20-adb4006: Add board support
 2023-11-01  7:04 UTC  (3+ messages)

[PATCH v4] cmd: mmc: Add mmc reg read command for reading card registers
 2023-11-01  5:46 UTC  (3+ messages)

[PATCH] mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1B
 2023-11-01  5:45 UTC  (4+ messages)

[PATCH] mmc: pci: Drop the superfluous cast
 2023-11-01  5:45 UTC  (3+ messages)

[PATCH] mmc: spl: select SPL_BLK for SPL_DM_MMC
 2023-11-01  5:44 UTC  (3+ messages)

[PATCH] riscv: Weakly define invalidate_icache_range()
 2023-11-01  5:35 UTC  (2+ messages)

[PATCH] riscv: Align the trap handler to 64 bytes
 2023-11-01  5:34 UTC  (2+ messages)

[PATCH] riscv: Sort target configs alphabetically
 2023-11-01  5:34 UTC  (2+ messages)

[PATCH v2] arm64: zynqmp: Introduce kria SOM defconfig
 2023-11-01  5:34 UTC 

uboot reports adding disk failed(EFI_NOT_FOUND) and first disk is gone in next scsi scan
 2023-11-01  2:57 UTC 

[PATCH v2 0/5] Add support for StarFive JH7110 TRNG driver
 2023-11-01  1:18 UTC  (8+ messages)
  ` [PATCH v2 1/5] riscv: import read/write_relaxed functions
  ` [PATCH v2 2/5] clk: starfive: jh7110: Add security clocks
  ` [PATCH v2 3/5] rng: Add StarFive JH7110 RNG driver
  ` [PATCH v2 4/5] riscv: dts: jh7110: Add rng device tree node
  ` [PATCH v2 5/5] configs: visionfive2: Enable JH7110 RNG driver

Re bootstd: Skip over bad device during bootflows scanning
 2023-11-01  0:44 UTC  (3+ messages)

[PATCH 0/5] Add support for StarFive JH7110 TRNG driver
 2023-10-31 23:12 UTC  (6+ messages)
  ` [PATCH 3/5] rng: Add StarFive JH7110 RNG driver
  ` [PATCH 5/5] configs: visionfive2: Enable "

[PATCH 1/2] riscv: dts: jh7110: Add a gpio-restart node
 2023-10-31 22:53 UTC  (3+ messages)

[PATCH v2] bmips: Add Inteno XG6846 board
 2023-10-31 21:55 UTC  (2+ messages)

[PATCH v1 0/1] Step up as co-maintainer of Tegra SOC platform
 2023-10-31 18:46 UTC  (2+ messages)
` [PATCH v1 1/1] MAINTAINERS: "

Fwd: OSFF Firmware Hackathon goes official! Are you ready?!
 2023-10-31 18:10 UTC  (2+ messages)
  `  "

[PATCH 0/3] Developerbox: Cleanup and document update
 2023-10-31 17:46 UTC  (7+ messages)
` [PATCH 1/3] board: developerbox: remove obsolete NOR flash layout definition
` [PATCH 2/3] board: developerbox: update old NOR flash layout build instruction
` [PATCH 3/3] board: developerbox: update flash rawwrite binary size

[RESEND PATCH 1/1] clk: ti: k3-pll: Add calibration support for non fractional mode
 2023-10-31 17:45 UTC  (2+ messages)

[PATCH v4 0/4] fix npcm bmc error
 2023-10-31 17:45 UTC  (9+ messages)
` [PATCH v4 1/4] pinctrl: npcm8xx: Add name for gpio function
` [PATCH v4 2/4] configs: npcm: Support more uart baud rate
` [PATCH v4 3/4] board: nuvuton: arbel: Fix incorrect ram size
` [PATCH v4 4/4] configs: nuvoton: npcm8xx: Disable CONFIG_SPI_FLASH_USE_4K_SECTORS


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