public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-07-21 23:34:46 to 2023-07-24 02:08:08 UTC [more...]

[PATCH v2 0/4] Fix rtl8169 compile warning and add a new device ID
 2023-07-24  2:07 UTC  (9+ messages)
` [PATCH v2 1/4] net: rtl8169: Fix compile warning in rtl8169
` [PATCH v2 2/4] net: rtl8169: Fix DMA minimal aligned compile warning in RISC-V
` [PATCH v2 3/4] net: rtl8169: Add one device ID 0x8161
` [PATCH v2 4/4] configs: starfive-jh7110: Add CONFIG_RTL8169

[PATCH 0/2] add a trailing space to prompt for visionfive2 board
 2023-07-24  1:03 UTC  (5+ messages)
  ` [PATCH 2/2] doc: visionfive2: apply a trailing space to the prompt
  ` [PATCH 1/2] configs: visionfive2: add a trailing space to prompt

[PATCH 00/18] video: bochs: Remove the x86 limitation
 2023-07-23 22:58 UTC  (41+ messages)
` [PATCH 01/18] dm: video: Cosmetic style fix
` [PATCH 02/18] video: bochs: Drop inclusion of <asm/mtrr.h>
` [PATCH 03/18] video: bochs: Drop the useless argument of bochs_vga_write()
` [PATCH 04/18] video: bochs: Avoid using IO instructions to access VGA IO port
` [PATCH 05/18] video: bochs: Remove the x86 dependency
` [PATCH 06/18] video: kconfig: Fix wrong text for the PCI default FB size
` [PATCH 07/18] video: kconfig: Drop the superfluous dependency
` [PATCH 08/18] video: kconfig: Set default FB size for Bochs
` [PATCH 09/18] video: bochs: Set the frame buffer size per configuration
` [PATCH 10/18] riscv: qemu: Enable Bochs video support
` [PATCH 11/18] console: kconfig: Drop the redundant VIDEO dependency
` [PATCH 12/18] console: Make stdio_print_current_devices() static
` [PATCH 13/18] console: Refactor stdio_print_current_devices() a little bit
` [PATCH 14/18] console: Print out complete stdio device list
` [PATCH 15/18] riscv: qemu: Enable PRE_CONSOLE_BUFFER
` [PATCH 16/18] riscv: define a cache line size for the generic CPU
` [PATCH 17/18] riscv: qemu: Remove out-of-date "riscv, kernel-start" handling
` [PATCH 18/18] riscv: qemu: Enable usb keyboard as an input device

[PATCH 1/1] spl: initialize PCI before booting from SATA
 2023-07-23 22:58 UTC  (2+ messages)

[PATCH] board: rockchip: Add Radxa E25 Carrier Board
 2023-07-23 22:25 UTC 

[PATCH 1/5] x86: fsp: Use mtrr_set_next_var() for graphics memory
 2023-07-23 22:13 UTC  (4+ messages)

[PATCH v3 0/5] Introduce the sysinfo command
 2023-07-23 22:09 UTC  (9+ messages)
` [PATCH v3 4/6] sysinfo: Add documentation
` [PATCH v3 5/6] sysinfo: rcar3: Use int instead of char for revision

[PATCH] board: m68k add missing maintainer
 2023-07-23 22:02 UTC 

[PATCH v2 1/4] cmd: bind: Add unbind command with driver filter
 2023-07-23 21:45 UTC  (3+ messages)

[PATCH 1/1] spl: spl_legacy: simplify spl_parse_legacy_validate
 2023-07-23 16:06 UTC  (4+ messages)

[PATCH v2 0/5] m68k: add ColdFire watchdog driver
 2023-07-23 21:35 UTC  (6+ messages)
` [PATCH v2 1/5] drivers: watchdog: add mcf watchdog support
` [PATCH v2 2/5] m68k: move watchdog functions in mcf_wdt driver
` [PATCH v2 3/5] m68k: dts: add watchdog node
` [PATCH v2 4/5] configs: m68k: add watchdog driver
` [PATCH v2 5/5] MAINTAINERS: add myself as mcf_wdt.c maintainer

[PATCH 0/2] clk: fix a bug in CCF which results in a clock being enabled twice
 2023-07-23 21:16 UTC  (3+ messages)
` [PATCH 1/2] clk: move clk_get_ops() to a common header
` [PATCH 2/2] clk: ccf: invoke ops provided by clk directly

[PATCH 0/2] Fix network commands w/ USB Eth gadget
 2023-07-23 20:24 UTC  (4+ messages)

[PATCH 0/5] board: rockchip: Add Pine64 Quartz64 and SOQuartz boards
 2023-07-23 15:10 UTC  (11+ messages)
` [PATCH 1/5] board: rockchip: Add Pine64 Quartz64-A Board
` [PATCH 2/5] board: rockchip: Add Pine64 Quartz64-B Board
` [PATCH 3/5] board: rockchip: Add Pine64 SOQuartz on Model A
` [PATCH 4/5] board: rockchip: Add Pine64 SOQuartz on Blade
` [PATCH 5/5] board: rockchip: Add Pine64 SOQuartz on CM4-IO

[PATCH] dm: core: of_access: fix return value in of_property_match_string
 2023-07-23 13:23 UTC  (2+ messages)

[PATCH] core: read: fix dev_read_addr_size()
 2023-07-23 13:23 UTC  (3+ messages)

[PATCH v2] sandbox: fix a compilation error
 2023-07-23 13:23 UTC  (6+ messages)

[PATCH v5 00/20] binman: Simple templating feature and mkimage conversion
 2023-07-23 13:23 UTC  (42+ messages)
` [PATCH v5 02/20] binman: Init align_default in entry_Section
` [PATCH v5 03/20] binman: Use GetEntries() to obtain section contents
` [PATCH v5 04/20] binman: Read _multiple_data_files in the correct place
` [PATCH v5 05/20] binman: Allow disabling symbol writing
` [PATCH v5 06/20] stm32mp15: Avoid writing symbols in SPL
` [PATCH v5 07/20] binman: Update elf to return number of written symbols
` [PATCH v5 08/20] binman: Add more detail on how ObtainContents() works
` [PATCH v5 09/20] binman: Convert mkimage to Entry_section
` [PATCH v5 10/20] binman: Provide a way to specify the fdt-list directly
` [PATCH v5 11/20] binman: Drop __bss_size variable in bss_data.c
` [PATCH v5 12/20] binman: Correct handling of zero bss size
` [PATCH v5 13/20] dtoc: Support copying the contents of a node into another
` [PATCH v5 14/20] dtoc: Allow inserting a list of nodes "
` [PATCH v5 15/20] binman: Support simple templates
` [PATCH v5 16/20] binman: Support templating with multiple images
` [PATCH v5 17/20] binman: Add a test for templating in a FIT
` [PATCH v5 18/20] binman: Support templates at any level
` [PATCH v5 19/20] binman: Support writing symbols inside a mkimage image
` [PATCH v5 20/20] binman: Reduce state.SetInt and bintool cmd to debug level

[PATCH 1/1] cmd: fix loads, saves on sandbox
 2023-07-23 13:23 UTC  (5+ messages)

[PATCH 1/2] tools: Fix README file in pyproject.toml of u_boot_pylib
 2023-07-23 13:23 UTC  (6+ messages)
` [PATCH 2/2] tools: Fix package discovery "

[PATCH] bootstd: USB devtype detection for script boot
 2023-07-23 13:22 UTC  (4+ messages)

[PATCH v3 0/7] Add support for PMICs used on Tegra 3 devices
 2023-07-23 12:27 UTC  (8+ messages)
` [PATCH v3 1/7] power: pmic: palmas: support TI TPS65913 PMIC
` [PATCH v3 2/7] power: pmic: add the base MAX77663 PMIC support
` [PATCH v3 3/7] power: regulator: max77663: add regulator support
` [PATCH v3 4/7] power: pmic: add the base TPS80031 PMIC support
` [PATCH v3 5/7] power: regulator: tps80031: add regulator support
` [PATCH v3 6/7] power: pmic: tps65910: add TPS65911 PMIC support
` [PATCH v3 7/7] power: regulator: tps65911: add regulator support

[PATCH v4 0/6] add loongson mips ls1c300 initial support
 2023-07-23  4:39 UTC  (7+ messages)
` [PATCH v4 1/6] mips: initial build infrastructure for loongson SoCs
` [PATCH v4 2/6] mips: ls1c300: add base support
` [PATCH v4 3/6] mips: add a ls1c300 based board
` [PATCH v4 4/6] mips: ls1c300: add clock driver
` [PATCH v4 5/6] mips: ls1c300: add watchdog support
` [PATCH v4 6/6] mips: ls1c300: add reset support based on watchdog driver

[PATCH v3] mips: dts: add initial support for ls1c300 SoC
 2023-07-22  9:03 UTC 

[PATCH v2 0/9] Add support for PMICs used on Tegra 3 devices
 2023-07-23  9:00 UTC  (5+ messages)
` [PATCH v2 2/9] cmd: boot: implement PMIC based poweroff

Strange construct in binman description
 2023-07-23  9:00 UTC 

[PATCH v2 1/6] net: split IP_TCP header into separate IP/IP6 and TCP headers
 2023-07-23  3:48 UTC  (13+ messages)
` [PATCH v2 2/6] net: prepare existing TCP stack to be reused by IP6
` [PATCH v2 3/6] net: introduce TCP/IP6 support
` [PATCH v2 4/6] net: add fastboot TCP6 support
` [PATCH v2 5/6] net: add fastboot TCP documentation and IP6-only mode
` [PATCH v2 6/6] net: update net_ip6 from link_local address when eth device is changed

[PATCH 1/1] efi_loader: simplify dp_fill()
 2023-07-23  3:48 UTC  (2+ messages)

[PATCH v8 00/23] Migration to using binman for bootloader
 2023-07-23  3:48 UTC  (3+ messages)
` [PATCH v8 21/23] binman: Overwrite symlink if it already exists

[PATCH] board_f: Cosmetic style fix
 2023-07-23  3:48 UTC  (2+ messages)

[PATCH 1/1] spl: blk: partition numbers are hexadecimal
 2023-07-23  3:48 UTC  (2+ messages)

[PATCH] rockchip: veyron: Enable Winbond SPI flash
 2023-07-23  3:48 UTC  (2+ messages)

[PATCH v2 0/7] General regulator and pmic uclass improvements
 2023-07-23  3:48 UTC  (5+ messages)
` [PATCH v2 1/7] power: regulator: expand basic reference counter onto all uclass

[PATCH v3 00/11] Sign Xilinx ZynqMP SPL/FSBL boot images using binman
 2023-07-23  3:48 UTC  (3+ messages)

[PATCH 1/1] doc: update coc/sphinx/requirements.txt
 2023-07-23  3:48 UTC  (2+ messages)

Strange construct in binman description
 2023-07-23  3:48 UTC 

[PATCH v2 0/6] binman: Template fixes and improvements
 2023-07-23  3:43 UTC  (7+ messages)
` [PATCH v2 1/6] binman: Produce a template-file after processing
` [PATCH v2 2/6] dtoc: Make properties dirty when purging them
` [PATCH v2 3/6] dtoc: Add some debugging when copying nodes
` [PATCH v2 4/6] fdt: Allow copying phandles into templates
` [PATCH v2 5/6] binman: Remove templates after use
` [PATCH v2 6/6] binman: Support templates containing phandles

[PATCH 1/1] riscv: qemu: provide more SPL boot methods
 2023-07-22 22:03 UTC  (3+ messages)

[PATCH v2 0/4] net: ti: am65-cpsw-nuss: Drop custom properties
 2023-07-22 19:31 UTC  (5+ messages)
` [PATCH v2 1/4] net: ti: am65-cpsw-nuss: Use approved property to get efuse address
` [PATCH v2 2/4] net: ti: am65-cpsw-nuss: Get port mode register from standard "phys" property
` [RFC PATCH v2 3/4] arm: dts: k3-am625-sk-u-boot.dtsi: drop mac_efuse
` [RFC PATCH v2 4/4] arm: dts: k3-am625-sk-u-boot.dtsi: drop cpsw-phy-sel property

[PATCH 1/1] spl: add FIT support to semihosting boot method
 2023-07-22 19:27 UTC 

[PATCH v3 0/3] board: rockchip: Add Hardkernel ODROID-M1
 2023-07-22 14:02 UTC  (4+ messages)
` [PATCH v3 1/3] ata: dwc_ahci: Fix support for other platforms
` [PATCH v3 2/3] cmd: ini: Fix build warning
` [PATCH v3 3/3] board: rockchip: Add Hardkernel ODROID-M1

[PATCH v4 0/9] rockchip: Fix PCIe and NVMe support on RK3568
 2023-07-22 13:30 UTC  (10+ messages)
` [PATCH v4 1/9] core: read: add dev_read_addr_size_index_ptr function
` [PATCH v4 2/9] pci: pcie_dw_rockchip: Get config region from reg prop
` [PATCH v4 3/9] pci: pcie_dw_rockchip: Use regulator_set_enable_if_allowed
` [PATCH v4 4/9] pci: pcie_dw_rockchip: Speed up link probe
` [PATCH v4 5/9] pci: pcie_dw_rockchip: Disable unused BARs of the root complex
` [PATCH v4 6/9] regulator: fixed: Add support for gpios prop
` [PATCH v4 7/9] rockchip: clk: clk_rk3568: Add CLK_PCIEPHY2_REF support
` [PATCH v4 8/9] rockchip: rk3568-rock-3a: Enable PCIe and NVMe support
` [PATCH v4 9/9] rockchip: rk356x: Update PCIe config, IO and memory regions

[PATCH v2 0/3] net: ti: am65-cpsw-nuss: Fix DT binding handling of pinctrl
 2023-07-22  8:32 UTC  (7+ messages)
` [PATCH v2 1/3] net: ti: am65-cpsw-nuss: Enforce pinctrl state on the MDIO child node
` [PATCH v2 2/3] fixup! arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1
` [PATCH v2 3/3] "

[PATCH] usb: cdns3: gadget: Configure speed in udc_start
 2023-07-22  8:00 UTC  (2+ messages)

[PATCH] net: ksz9477: add support for KSZ9893 GbE switch
 2023-07-22  9:00 UTC  (2+ messages)

[PATCH v1 0/4] Fix rtl8169 compile warning and add a new device ID
 2023-07-22  8:56 UTC  (7+ messages)
` [PATCH v1 1/4] net: rtl8169: Fix compile warning in rtl8169 network adapter
` [PATCH v1 2/4] net: rtl8169: Fix DMA min aligned compile warning in riscv
` [PATCH v1 3/4] net: rtl8169: Add one more device ID

[PATCH 1/2] net: phy: Factor out PHY GPIO reset code
 2023-07-22  8:22 UTC  (4+ messages)
` [PATCH 2/2] net: phy: Release PHY from GPIO reset if applicable

[PATCH v1] net: sun8i-emac: Add support for fixed-link phy
 2023-07-22  8:20 UTC  (2+ messages)

[PATCH v1 0/2] Add bitbang feature for npcm8xx and driver
 2023-07-22  8:17 UTC  (5+ messages)
` [PATCH v1 2/2] net: designware: Add bitbang feature for designware driver

[PATCH] add axp313a support
 2023-07-22  0:18 UTC  (5+ messages)
      ` [PATCH] power: add axp313a support (tag added to subject)

[PATCH] arm: mach-k3: am62a7: change some prints to debug prints
 2023-07-21 23:35 UTC  (2+ messages)

[PATCH] ram: k3-ddrss: do not touch ctrl regs during training
 2023-07-21 23:35 UTC  (2+ messages)

[PATCH] arm: omap2: Fix warning in force_emif_self_refresh
 2023-07-21 23:34 UTC  (2+ messages)

[PATCH] configs: k2x_evm: Always include FIT loading support
 2023-07-21 23:34 UTC  (2+ messages)

[PATCH] arm: dts: Fix build of am62a7 dtbs
 2023-07-21 23:34 UTC  (2+ messages)

[PATCH] arm: mach-k3: *: dev-data: Update to use ARRAY_SIZE
 2023-07-21 23:34 UTC  (2+ messages)

[PATCH] arm: mach-k3: am62a7_init: Open up FSS_DAT_REG3 firewall
 2023-07-21 23:34 UTC  (2+ messages)

[PATCH V2 0/2] Fix warnings occurred during compilation
 2023-07-21 23:34 UTC  (5+ messages)
` [PATCH V2 1/2] board: ti: am62x: evm: Include necessary header files
` [PATCH V2 2/2] common: splash_source: Fix type casting errors

[PATCH 1/1] part: check CONFIG_IS_ENABLED(ENV_SUPPORT)
 2023-07-21 23:34 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