public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-03-30 01:59:08 to 2023-03-30 21:36:14 UTC [more...]

[PATCH 00/38] x86: Use qemu-x86_64 to boot EFI installers
 2023-03-30 21:32 UTC  (12+ messages)
` [PATCH 01/38] x86: Tidy up availability of string functions
` [PATCH 02/38] x86: Allow listing MTRRs in SPL
` [PATCH 03/38] bios_emulator: Add Kconfig and adjust Makefile for SPL
` [PATCH 04/38] bios_emulator: Drop VIDEO_IO_OFFSET
` [PATCH 06/38] x86: Set high bits of the mtrr base registrer
` [PATCH 07/38] x86: Add a comment for board_init_f_r_trampoline()
` [PATCH 08/38] x86: Show the CPU physical address size with bdinfo
` [PATCH 09/38] x86: Correct get_sp() implementation for 64-bit
` [PATCH 10/38] x86: Show an error when a BINS exception occurs
` [PATCH 11/38] acpi: Add a comment to set the acpi tables
` [PATCH 15/38] log: Tidy up an ambiguous comment

Missed rename of CONFIG_RAM_RK3399_LPDDR4
 2023-03-30 20:46 UTC  (4+ messages)

Please pull u-boot-dm
 2023-03-30 21:29 UTC 

[PATCH v5 1/8] bootstd: Tweak bootflow logic for device tree
 2023-03-30 21:26 UTC  (7+ messages)
` [PATCH v5 2/8] virtio: Ensure PCI is set up first
` [PATCH v5 3/8] bootstd: Support booting EFI where multiple options exist
` [PATCH v5 4/8] rockchip: Move to standard boot
` [PATCH v5 5/8] rockchip: Use the same boot_targets for all boards
` [PATCH v5 6/8] bootstd: Show a message sometimes if no bootflows are found
` [PATCH v5 7/8] bootstd: Report missing labels only when asked

[RFC PATCH v7 00/23] Modernize U-Boot shell
 2023-03-30 20:17 UTC  (25+ messages)
` [RFC PATCH v7 01/23] test: Add framework to test hush behavior
` [RFC PATCH v7 02/23] test: hush: Test hush if/else
` [RFC PATCH v7 03/23] test/py: hush_if_test: Remove the test file
` [RFC PATCH v7 04/23] test: hush: Test hush variable expansion
` [RFC PATCH v7 05/23] test: hush: Test hush commands list
` [RFC PATCH v7 06/23] test: hush: Test hush loops
` [RFC PATCH v7 07/23] cli: Add Busybox upstream hush.c file
` [RFC PATCH v7 08/23] cli: Port Busybox 2021 hush to U-Boot
` [RFC PATCH v7 09/23] cli: Add menu for hush parser
` [RFC PATCH v7 10/23] global_data.h: add GD_FLG_HUSH_OLD_PARSER flag
` [RFC PATCH v7 11/23] cmd: Add new parser command
` [RFC PATCH v7 12/23] cli: Enables using hush 2021 parser as command line parser
` [RFC PATCH v7 13/23] cli: hush_2021: Enable variables expansion for hush 2021
` [RFC PATCH v7 14/23] cli: hush_2021: Add functions to be called from run_command()
` [RFC PATCH v7 15/23] cli: add hush 2021 as parser for run_command*()
` [RFC PATCH v7 16/23] test: hush: Fix instructions list tests for hush 2021
` [RFC PATCH v7 17/23] test: hush: Fix variable expansion "
` [RFC PATCH v7 18/23] cli: hush_2021: Enable using < and > as string compare operators
` [RFC PATCH v7 19/23] cli: hush_2021: Enable if keyword
` [RFC PATCH v7 20/23] cli: hush_2021: Enable loops
` [RFC PATCH v7 21/23] test: hush: Fix loop tests for hush 2021
` [RFC PATCH v7 22/23] cli: hush_2021: Add upstream commits up to 30th January 2023
` [RFC PATCH v7 23/23] DO NOT MERGE: only to make CI happy

WIP: Signing TI x509 certificates using binman
 2023-03-30 20:31 UTC  (2+ messages)

[PATCH 01/12] arm: mach-k3: Move MSMC fixup to SoC level
 2023-03-30 20:28 UTC  (12+ messages)
` [PATCH 02/12] arm: mach-k3: Move J721e SoC detection out of common section
` [PATCH 03/12] soc: soc_ti_k3: Use hardware.h to remove definition duplication
` [PATCH 04/12] configs: j721x_evm.h: Remove unneeded check for SYS_K3_SPL_ATF
` [PATCH 05/12] configs: j721s2_evm.h: Remove refrences to J7200 EVM
` [PATCH 06/12] arm: mach-k3: Make release_resources_for_core_shutdown() common
` [PATCH 07/12] arm: mach-k3: Move sysfw-loader.h out of mach includes
` [PATCH 08/12] arm: mach-k3: Add weak do_board_detect() to common file
` [PATCH 09/12] arm: mach-k3: Remove unused fdt_disable_node()
` [PATCH 10/12] arm: mach-k3: Move sdelay() and wait_on_value() declaration
` [PATCH 11/12] arm: mach-k3: Move J721s2 SPL init functions to mach-k3
` [PATCH 12/12] arm: mach-k3: Remove empty sys_proto.h include

[PATCH u-boot-mvebu 0/7] arm: mvebu: Boot support for 4K Native disks
 2023-03-30 20:26 UTC  (6+ messages)
` [PATCH u-boot-mvebu 3/7] tools: imagetool: Extend print_header() by params argument
` [PATCH u-boot-mvebu 7/7] arm: mvebu: spl: Allow to build SATA kwbimage for 4K Native disks

[PATCH v3 1/2] regulator: implement basic reference counter
 2023-03-30 20:14 UTC  (4+ messages)
` [PATCH v3 2/2] regulator: rename dev_pdata to plat

[PATCH v4 00/15] Add splash screen support at u-boot SPL
 2023-03-30 20:14 UTC  (30+ messages)
` [PATCH v4 01/15] drivers: video: Kconfig: Add configs for enabling video at SPL
` [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 06/15] common: Makefile: Add rule to compile splash and splash_source at SPL
` [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

How to add eth1 to test device tree?
 2023-03-30 20:14 UTC  (3+ messages)
    `  "

[v4 0/7] Fix Rockchip RK3399 bootstd migration
 2023-03-30 20:13 UTC  (6+ messages)

[PATCH u-boot] mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot part
 2023-03-30 20:13 UTC  (3+ messages)

[PATCH 0/6] serial: msm-geni: fix UART baudrate on modern platforms
 2023-03-30 19:47 UTC  (7+ messages)
` [PATCH 1/6] misc: add Qualcomm GENI SE QUP device driver
` [PATCH 2/6] serial: msm-geni: remove redundant includes
` [PATCH 3/6] serial: msm-geni: remove invalid se-clk clock name
` [PATCH 4/6] serial: msm-geni: fix code indentation
` [PATCH 5/6] serial: msm-geni: fix a compile time warning from msm_serial_setbrg()
` [PATCH 6/6] serial: msm-geni: correct oversampling value based on QUP hardware revision

[PATCH] ARM: dts: trimslice: sync SPI node with Linux dts
 2023-03-30 18:24 UTC 

[PATCH 0/3] remoteproc: uclass cleanup
 2023-03-30 19:09 UTC  (3+ messages)
` [PATCH 3/3] remoteproc: Remove legacy probing method

[PATCH 0/2] arm: dts: J721E Hyperbus Fixes
 2023-03-30 18:50 UTC  (5+ messages)
` [PATCH 1/2] arm: dts: k3-j721e-mcu-wakeup: Disable hyperbus controller node
` [PATCH 2/2] board: ti: j721e: Disable hyperflash fixup for J721E SK

[PATCH v4 07/14] net: dwc_eth_qos: Add DM CLK support for i.MX8M Plus
 2023-03-30 15:31 UTC  (2+ messages)

[PATCH] ARM: dts: imx: Add WDT bindings on DH i.MX6 DHSOM
 2023-03-30 15:28 UTC  (2+ messages)

[PATCH v4 11/14] net: fec_mxc: Add board_interface_eth_init() for i.MX8M Mini/Nano/Plus
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 01/14] clk: imx8mp: Add EQoS MAC clock
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 12/14] arm64: dts: imx8mp: Drop EQoS clock workaround
 2023-03-30 15:22 UTC  (2+ messages)

[PATCH v4 13/14] arm64: imx8mp: Drop EQoS GPR[1] board workaround
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 04/14] net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 14/14] arm64: imx8mm: imx8mn: imx8mp: Drop FEC GPR[1] board workaround
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 03/14] net: dwc_eth_qos: Drop bogus return after goto
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 05/14] net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH 1/1] compulab: imx8mm-cl-iot-gate: Fix some function declarations in ddr.h
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 02/14] net: Pull board_interface_eth_init() into common code
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 06/14] net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MAC
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 10/14] net: fec_mxc: Add ref clock setup support for i.MX8M Mini/Nano/Plus
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v2] clk: imx8mp: add pwm clocks support
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH] ARM: imx: imx8mp: fix enable_i2c_clk
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v1] configs: verdin-imx8mp: Fix wrong early malloc() heap size
 2023-03-30 15:23 UTC  (2+ messages)

[PATCH v4 09/14] net: dwc_eth_qos: Add board_interface_eth_init() for i.MX8M Plus
 2023-03-30 15:22 UTC  (2+ messages)

[PATCH v4 08/14] net: dwc_eth_qos: Add i.MX8M Plus RMII support
 2023-03-30 15:22 UTC  (2+ messages)

Please pull u-boot-marvell/next
 2023-03-30 14:35 UTC  (2+ messages)

[PATCH V2] include: configs: am64x_evm: Change to using .env
 2023-03-30 14:31 UTC  (4+ messages)

[PATCH v4 1/4] bootstd: Enable BOOTSTD_DEFAULTS by default
 2023-03-30 14:09 UTC  (4+ messages)

[PATCH v4 0/6] FWU: Add support for mtd backed feature on DeveloperBox
 2023-03-30 13:35 UTC  (4+ messages)
` [PATCH v4 3/6] tools: Add mkfwumdata tool for FWU metadata image

[PATCH 1/8] riscv: Optimize source end address calculation in start.S
 2023-03-30  4:20 UTC  (8+ messages)
` [PATCH 2/8] riscv: Optimize loading relocation type
` [PATCH 3/8] tools: prelink-riscv: Cosmetic style fixes
` [PATCH 4/8] tools: prelink-riscv: Unmap the ELF image when done
` [PATCH 5/8] makefile: riscv: Drop useless argument of prelink-riscv
` [PATCH 6/8] riscv: Change to use positive offset to access relocation entries
` [PATCH 7/8] riscv: spl: Remove relocation sections
` [PATCH 8/8] riscv: Update alignment for some sections in linker scripts

[PATCH v1 14/17] colibri-imx8x: enable environment bootcount limit
 2023-03-30 11:43 UTC  (2+ messages)

[PATCH v1 03/17] defconfig: colibri-imx8x: enable CONFIG_OF_SYSTEM_SETUP
 2023-03-30 11:43 UTC  (2+ messages)

[PATCH v1 15/17] colibri-imx8x: set bootdelay
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 04/17] colibri-imx8x: remove obsolete net usb start
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 02/17] colibri-imx8x: Remove baudrate from console argument
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 12/17] colibri-imx8x: update env memory layout
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 07/17] colibri-imx8x: extract is_imx8dx() from ram detection
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 05/17] colibri-imx8x: remove obsolete sdhc related config defines
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 16/17] Revert "imx: imx8x: colibri: switch to binman"
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 17/17] colibri-imx8x: enable fuse command
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 10/17] colibri-imx8x: provide proper CONFIG_SYS_PROMPT
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 11/17] colibri-imx8x: switch from fatload to load
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 09/17] colibri-imx8x: drop obsolete environment variables
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 13/17] colibri-imx8x: set bootaux memory base and size
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 08/17] colibri-imx8x: construct fdtfile dynamically
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 06/17] colibri-imx8x: update update_uboot confirmation message
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH v1 01/17] board: colibri-imx8x: add 2nd ethernet address
 2023-03-30 11:42 UTC  (2+ messages)

[PATCH] pinctrl: pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()
 2023-03-30 11:29 UTC  (2+ messages)

[PATCH] stm32mp: fix various array bounds checks
 2023-03-30 11:28 UTC  (2+ messages)

[PATCH v9 00/10] introduce Arm FF-A support
 2023-03-30 10:27 UTC  (5+ messages)
` [PATCH v10 "
  ` [PATCH v10 03/10] lib: uuid: introduce testcase for uuid_str_to_le_bin

[PATCH] ARM: dts: stm32: add FMC support on STM32MP13x SoC family
 2023-03-30  9:26 UTC 

[PATCH V7 00/15] IOT2050-related enhancements
 2023-03-30  9:17 UTC  (8+ messages)
` [PATCH V7 01/15] board: siemens: iot2050: Split the build for PG1 and PG2

[PATCH] mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
 2023-03-30  9:16 UTC 

[PATCH 2/2] mx51evk: Remove unused mx51evk_video.c file
 2023-03-30  8:56 UTC  (2+ messages)

[PATCH] include: configs: am64x_evm: Change to using .env
 2023-03-30  8:47 UTC  (2+ messages)

[PATCH] board: gateworks: venice: enable XWAY PHY support
 2023-03-30  8:45 UTC  (2+ messages)

[PATCH v2 1/4] arm64: dts: imx8mp: Adjust EQoS PHY address on i.MX8MP DHCOM
 2023-03-30  8:45 UTC  (2+ messages)

[PATCH 2/2] configs: remove gwventana_gw5904_defconfig
 2023-03-30  8:45 UTC  (2+ messages)

[PATCH] arm64: imx8mp: Auto-detect PHY on i.MX8MP DHCOM
 2023-03-30  8:44 UTC  (2+ messages)

[PATCH] ARM: imx: Include on-SoM microSD in list of i.MX6 DHCOM boot devices
 2023-03-30  8:44 UTC  (2+ messages)

[PATCH] ARM: imx: Convert DH i.MX6 DHSOM to DM_SERIAL
 2023-03-30  8:44 UTC  (2+ messages)

[PATCH v2 2/4] arm64: dts: imx8mp: Add EQoS RMII pin mux on i.MX8MP DHCOM
 2023-03-30  8:44 UTC  (2+ messages)

[PATCH v1] configs: colibri-imx7: Fix bad block table in flash configuration
 2023-03-30  8:44 UTC  (2+ messages)

[PATCH v2 3/4] arm64: dts: imx8mp: Add FEC RMII pin mux on i.MX8MP DHCOM
 2023-03-30  8:44 UTC  (2+ messages)

[PATCH] power: pmic: Add NXP PCA9451A PMIC support
 2023-03-30  8:44 UTC  (2+ messages)

[PATCH] ARM: imx: Add 2 GiB DRAM support for DH electronics i.MX8M Plus DHCOM
 2023-03-30  8:43 UTC  (2+ messages)

[PATCH 1/2] configs: gwventana_emmc_defconfig: add MV88E61XX DSA switch support
 2023-03-30  8:43 UTC  (2+ messages)

[PATCH v2 4/4] arm64: dts: imx8mp: Do not delete PHY nodes on i.MX8MP DHCOM PDK2
 2023-03-30  8:43 UTC  (2+ messages)

[PATCH] doc: sl-mx8mm: Fix mistake in merge conflict resolution
 2023-03-30  8:43 UTC  (2+ messages)

[PATCH 1/2] mx53loco: Remove unused mx53loco_video.c file
 2023-03-30  8:43 UTC  (2+ messages)

[PATCH] imx: spl_imx_romapi: Get and print boot stage
 2023-03-30  8:43 UTC  (2+ messages)

[PATCH] misc: imx: remove DM dependency for ocotp driver in SPL
 2023-03-30  8:43 UTC  (2+ messages)

[PATCH u-boot-mvebu] arm: mvebu: Cleanup get_boot_device() code
 2023-03-30  8:26 UTC  (4+ messages)
` [PATCH v2 "

[PATCH RFC u-boot-mvebu 0/6] arm: mvebu: Fix boot mode detection
 2023-03-30  8:19 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 u-boot-mvebu 1/6] arm: mvebu: Remove A38x BOOT_FROM_UART_ALT 0x3f constant
  ` [PATCH v2 u-boot-mvebu 2/6] arm: mvebu: Remove A38x BOOT_FROM_SATA 0x22 constant
  ` [PATCH v2 u-boot-mvebu 3/6] arm: mvebu: Convert BOOT_FROM_* constants to function macros
  ` [PATCH v2 u-boot-mvebu 4/6] arm: mvebu: Define all options for A38x BOOT_FROM_* macros
  ` [PATCH v2 u-boot-mvebu 5/6] arm: mvebu: Define all BOOTROM_ERR_MODE_* macros
  ` [PATCH v2 u-boot-mvebu 6/6] arm: mvebu: Define all options for AXP BOOT_FROM_* macros

[PATCH v2 0/3] arm: mvebu: clearfog: defconfig and eMMC updates
 2023-03-30  8:18 UTC  (2+ messages)

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

[PATCH] mtd: cfi: respect reg address length
 2023-03-30  5:23 UTC  (2+ messages)

[PATCH v3 3/3] arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt
 2023-03-30  4:58 UTC  (2+ messages)

[PATCH v2 0/5] Add ethernet driver for StarFive JH7110 SoC
 2023-03-30  2:03 UTC  (4+ messages)
` [PATCH v2 2/5] net: dwc_eth_qos: Add StarFive ethernet driver glue layer

[PATCH 1/2] mpc83xx: Remove stale CONFIG_SYS_LBLAWBAR{4/5/6/7}_PRELIM
 2023-03-30  1:54 UTC  (4+ messages)
` [PATCH 2/2] mpc83xx: Remove CONFIG_SYS_GPIO{1/2}_PRELIM and related

[PATCH] apple_m1_defconfig: Bump CONFIG_LMB_MAX_REGIONS to 64
 2023-03-30  1:54 UTC  (2+ messages)

[PATCH] pci: apple: Initialize only enabled ports
 2023-03-30  1:54 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