public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-07-21 13:48:50 to 2023-07-23 13:23:13 UTC [more...]

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

[PATCH 00/18] video: bochs: Remove the x86 limitation
 2023-07-23 12:47 UTC  (29+ 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 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  (25+ messages)
` [PATCH v8 01/23] binman: ti-board-config: Add support for TI board config binaries
` [PATCH v8 02/23] binman: ti-secure: Add support for TI signing
` [PATCH v8 03/23] arm: dts: k3: Add support for packaging sysfw.itb and tiboot3.bin
` [PATCH v8 04/23] j721e: schema: yaml: Add general schema and J721E board config files
` [PATCH v8 05/23] j721e: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v8 06/23] j7200: yaml: Add J7200 board config files
` [PATCH v8 07/23] j7200: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img
` [PATCH v8 08/23] am65x: yaml: Add AM65x board config files
` [PATCH v8 09/23] am65: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v8 10/23] am64x: yaml: Add board configs for AM64x
` [PATCH v8 11/23] am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img
` [PATCH v8 12/23] j721s2: yaml: Add board configs for J721S2
` [PATCH v8 13/23] j721s2: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img
` [PATCH v8 14/23] am62: yaml: Add board configs for AM62
` [PATCH v8 15/23] am625: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img
` [PATCH v8 16/23] am62a: yaml: Add board configs for AM62ax
` [PATCH v8 17/23] am62a: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img
` [PATCH v8 18/23] arm: k3-am65x-iot2050: Use binman for tispl.bin for iot2050
` [PATCH v8 19/23] k3: tools: config.mk: Update makefile and remove scripts
` [PATCH v8 20/23] doc: board: ti: Update documentation for binman flow
` [PATCH v8 21/23] binman: Overwrite symlink if it already exists
` [PATCH v8 22/23] buildman: Create a requirements.txt file
` [PATCH v8 23/23] CI: Make use of buildman requirements.txt

[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  (5+ messages)
` [PATCH v3 09/11] binman: btool: Add Xilinx Bootgen btool

[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/5] x86: fsp: Use mtrr_set_next_var() for graphics memory
 2023-07-23  3:42 UTC  (6+ messages)
` [PATCH 2/5] video: broadwell: "
` [PATCH 3/5] video: ivybridge: "
` [PATCH 4/5] video: vesa: "
` [PATCH 5/5] x86: Return mtrr_add_request() to its old purpose

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

[PATCH 1/1] spl: initialize PCI before booting from SATA
 2023-07-22 21:57 UTC 

[PATCH 1/1] spl: spl_legacy: simplify spl_parse_legacy_validate
 2023-07-22 20:37 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 0/2] Fix network commands w/ USB Eth gadget
 2023-07-22 14:43 UTC  (4+ messages)
` [PATCH 1/2] net: eth-uclass: Prevent data aborts with the Ethernet USB gadget
` [PATCH 2/2] net: tftp: Prevent too early device removal leading to data aborts

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

[PATCH V6 00/10] Update SPL splashscreen framework for AM62x
 2023-07-21 23:34 UTC  (2+ messages)

[PATCH v2 0/3] arm: mach-k3: am62: Add core number, gpu and pru autodetection FDT fixups
 2023-07-21 23:34 UTC  (2+ messages)

How to debug u-boot data abort
 2023-07-21 22:26 UTC  (12+ messages)
  ` data abort when run 'dhcp'

[PATCH v1] HSD #18028953892: usb: xhci-dwc3: Fix USB3.1 controller register access in reset state
 2023-07-21 20:31 UTC  (8+ messages)

[PATCH] sunxi: restore modified memory
 2023-07-21 14:57 UTC 

[PATCH 0/6] Add SGMII support for MAIN CPSW on TI's J7200 SoC
 2023-07-21 19:36 UTC  (3+ messages)
` [PATCH 3/6] net: ti: am65-cpsw-nuss: Add logic to support MDIO reset

[PATCH] docs: boards: ti: add openocd spl debugging docs
 2023-07-21 19:19 UTC 

Pull request: u-boot-sunxi/master for 2023.10
 2023-07-21 18:04 UTC  (2+ messages)

[GIT PULL] xilinx patches for v2023.10-rc1 v2
 2023-07-21 18:04 UTC  (2+ messages)

[PATCH 1/1] spl: boot always fail on CONFIG_SHOW_ERRORS=y
 2023-07-21 17:39 UTC  (3+ messages)

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

[PATCH v2 1/1] riscv: define a cache line size for the generic CPU
 2023-07-21 16:16 UTC  (2+ messages)

[u-boot-test-hooks PATCH 1/1] qemu_arm64_na: enable semihosting
 2023-07-21 16:13 UTC  (2+ messages)

[PATCH v5 00/20] binman: Simple templating feature and mkimage conversion
 2023-07-21 16:05 UTC  (5+ messages)
` [PATCH v5 15/20] binman: Support simple templates

[PATCH 1/1] riscv: define a cache line size for QEMU
 2023-07-21 13:54 UTC  (2+ messages)

Please pull u-boot-dm
 2023-07-21 13:53 UTC  (2+ messages)

[PATCH 00/20] sunxi: Allwinner T113s support
 2023-07-21 13:46 UTC  (12+ messages)
` [PATCH 08/20] sunxi: introduce NCAT2 generation model
` [PATCH 10/20] clk: sunxi: Add support for the D1 CCU
` [PATCH 12/20] sunxi: clock: support D1/R528 PLL6 clock
` [PATCH 13/20] sunxi: clock: h6: prepare for PRCM less SoCs
` [PATCH 14/20] Kconfig: sunxi: prepare for using drivers/ram/sunxi
` [PATCH 15/20] sunxi: add R528/T113-s3/D1(s) DRAM initialisation code
` [PATCH 16/20] sunxi: add Allwinner R528/T113 SoC support
` [PATCH 17/20] sunxi: refactor serial base addresses to avoid asm/arch/cpu.h
` [PATCH 18/20] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
` [PATCH 19/20] ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi
` [PATCH 20/20] sunxi: add MangoPi MQ-R board support


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