public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-04-28 11:46:22 to 2023-05-01 21:19:00 UTC [more...]

[PATCH] usb: gadget: Compile USB ethernet gadget only if NET is enabled
 2023-05-01 21:18 UTC  (8+ messages)

[PATCH 0/5] imx8mn-var-som: fix ethernet for Variscite symphony board and imx8m nano SOM
 2023-05-01 20:01 UTC  (6+ messages)
` [PATCH 1/5] imx8mn-var-som: read and print SoM infos from eeprom on startup
` [PATCH 2/5] imx8mn-var-som: fix non-applied PHY reset-gpios properties
` [PATCH 3/5] arm: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay
` [PATCH 4/5] imx8mn-var-som: read eth MAC address from EEPROM
` [PATCH 5/5] imx8mn-var-som: adjust PHY reset gpios according to hardware configuration

[PATCH] rockchip: Pinebook Pro: Fix emmc default configuration
 2023-05-01 19:28 UTC  (2+ messages)

Pull request: u-boot-spi/master
 2023-05-01 17:12 UTC 

[PATCH 1/2] cmd: fdt: Correct checking of configuration node
 2023-05-01 16:40 UTC  (4+ messages)
` [PATCH 2/2] spl: "

[PATCH 1/3] Makefile: Fix incorrect FORCE deps on env rules
 2023-05-01 16:40 UTC  (5+ messages)
` [PATCH 2/3] acpi: Put the version numbers in a central place
` [PATCH 3/3] efi: Correct .efi rules

[PATCH 1/2] x86: video: Add a driver for QEMU bochs emulation
 2023-05-01 16:40 UTC  (4+ messages)
` [PATCH 2/2] x86: Switch QEMU over to use the bochs driver

[PATCH v5 1/3] regulator: implement basic reference counter
 2023-05-01 16:40 UTC  (9+ messages)

[PATCH] scripts/Makefile.lib: also consider $(CONFIG_SYS_BOARD)-u-boot.dtsi
 2023-05-01 16:32 UTC  (9+ messages)

[ANN] U-Boot v2023.07-rc1 released
 2023-05-01 16:02 UTC 

[PATCH] arch: arm: mach-k3: Delete tifs node in DT fixup
 2023-05-01 14:46 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] cmd/fdt: fix conf node lookup failure check
 2023-05-01 14:38 UTC  (2+ messages)

Pull request: u-boot-sunxi/master for 2023.07
 2023-05-01 14:02 UTC  (2+ messages)

atmel_sdhci: SDMMC_CD pin still needed for card detection despite EMMC set to non-removable
 2023-05-01 12:21 UTC  (3+ messages)

[PATCH] arm: mach-k3: am625_init: Add Erratum WA for RTC startup
 2023-05-01 13:01 UTC  (2+ messages)

[PATCH 1/1] MAINTAINERS: update SiFive HiFive Unmatched maintainers
 2023-05-01 12:57 UTC 

[PATCH 1/1] doc: correct HiFive Unmatched boot description
 2023-05-01 12:50 UTC 

[PATCH 1/1] doc: fix StarFive VisionFive v2 documentation
 2023-05-01 12:26 UTC 

[PATCH v2 00/30] Allow building sandbox with MSYS2
 2023-05-01  9:23 UTC  (53+ messages)
` [PATCH v2 01/30] u_boot_pylib: Correct name of readme
` [PATCH v2 02/30] u_boot_pylib: Avoid deleting the test_util.py file
` [PATCH v2 03/30] u_boot_pylib: Make pty optional
` [PATCH v2 04/30] binman: Avoid using a symlink
` [PATCH v2 05/30] pylibfdt: Allow building on Windows
` [PATCH v2 06/30] Fix Makefile warning about parallel targets
` [PATCH v2 07/30] mkimage: Correct checking of configuration node
` [PATCH v2 08/30] sandbox: Drop dead code from Makefile
` [PATCH v2 09/30] sandbox: Correct SDL.h header inclusion
` [PATCH v2 10/30] sandbox: Include errno.h in the test header
` [PATCH v2 11/30] sections: Drop use of linux/types.h
` [PATCH v2 12/30] sandbox: Drop incorrect inclusion "
` [PATCH v2 13/30] sandbox: Drop inclusion of os.h in sscanf.c
` [PATCH v2 14/30] test: Avoid strange symbols in the assembler file
` [PATCH v2 15/30] ctype: Avoid using a symlink
` [PATCH v2 16/30] Makefile: Disable LTO when not building with gcc
` [PATCH v2 17/30] Kbuild: Detect including an MSYS2 path
` [PATCH v2 18/30] sandbox: Disable raw Ethernet on MSYS2
` [PATCH v2 19/30] sandbox: Drop signal handling for MSYS2
` [PATCH v2 20/30] sandbox: Fix up setting of monitor_len on MSYS2
` [PATCH v2 21/30] Makefile: Disable unsupported compiler options with PE
` [PATCH v2 22/30] Makefile: Correct the ans1_compiler rule for MSYS2
` [PATCH v2 23/30] sandbox: Augment the linker script "
` [PATCH v2 24/30] sandbox: Provide an EFI link script for PE
` [PATCH v2 25/30] sandbox: Allow weak symbols to be dropped
` [PATCH v2 26/30] build: Disable weak symbols for MSYS2
` [PATCH v2 27/30] doc: Update the MSYS2 packages and versions
` [PATCH v2 28/30] doc: Show how to build sandbox for MSYS2
` [PATCH v2 29/30] Makefile: Drop unwind tables for MSYS
` [PATCH v2 30/30] CI: Enable sandbox build for Windows

[PATCH v3 00/11] Add ethernet driver for StarFive JH7110 SoC
 2023-04-30 19:47 UTC  (3+ messages)
` [PATCH v3 02/11] net: dwc_eth_qos: Add StarFive ethernet driver glue layer

[PATCH] net: sh_eth: Fix RX error handling
 2023-04-30 19:45 UTC  (2+ messages)

[PATCH 1/2] net: rtl8169: add minimal support for 8125B variant
 2023-04-30 19:44 UTC  (5+ messages)

[PATCH V3 0/3] net: phy: phy_interface_is_rgmii update, drop phy_interface_is_sgmii
 2023-04-30 19:43 UTC  (7+ messages)
` [PATCH V3 1/3] net: phy: dp83867: Explicitly check against sgmii
` [PATCH V3 2/3] net: phy: Drop phy_interface_is_sgmii
` [PATCH V3 3/3] net: phy: Make phy_interface_is_rgmii a switch statement

distro_boot vs. env-based bootmenu
 2023-04-30 17:40 UTC  (6+ messages)
        ` Aw: "

[PATCH v2 0/2] Add DTS for BPI-R3
 2023-04-30 16:00 UTC  (2+ messages)
` Aw: "

[PATCH 00/31] Allow building sandbox with MSYS2
 2023-04-30 15:10 UTC  (21+ messages)
` [PATCH 17/31] sandbox: Allow weak symbols to be dropped
` [PATCH 24/31] build: Disable weak symbols for MSYS2
` [PATCH 27/31] Makefile: Disable LTO when building with MSYS2

Uboot-Raspberry3b-Bare metal code
 2023-04-29 14:11 UTC 

[GIT PULL] Please pull u-boot-mpc8xx
 2023-04-29 23:09 UTC  (2+ messages)

Please pull u-boot-dm
 2023-04-29 13:29 UTC  (2+ messages)

[PATCH u-boot 0/3] pci: mpc85xx: Fixes for PCI config space
 2023-04-29 11:10 UTC  (2+ messages)

[PATCH v2 u-boot-mvebu 0/4] arm: mvebu: Fix eMMC boot
 2023-04-29 11:08 UTC  (6+ messages)
` [PATCH v2 u-boot-mvebu 4/4] arm: mvebu: clearfog: Update eMMC/SD/SATA instructions

[PATCH u-boot 0/3] pci: Do not access Freescale PCI controllers BARs registers
 2023-04-29 11:06 UTC  (3+ messages)

[PATCH v2 00/17] rockchip: eMMC fixes for RK3568 and support for RK3588
 2023-04-29 10:03 UTC  (7+ messages)

[PATCH 0/1] pci: pcie_dw_rockchip: support fixed vcc3v3 regulator type
 2023-04-29  9:44 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] dm: core: introduce uclass_get_device_by_of_path()
 2023-04-29  9:33 UTC  (5+ messages)

[PATCH 0/3] cmd: tlv_eeprom: global variables and error cleanup
 2023-04-29  9:15 UTC  (4+ messages)
` [PATCH 1/3] cmd: tlv_eeprom: remove use of global variable has_been_read
` [PATCH 2/3] cmd: tlv_eeprom: handle -ENODEV error from read_eeprom function
` [PATCH 3/3] cmd: tlv_eeprom: enable 'dev' subcommand before 'read'

Enable SDP for Compulab IOT-GATE-iMX8 BOARD
 2023-04-29  9:01 UTC 

[PATCH] env: Remove misuse of env is nowhere driver
 2023-04-29  4:30 UTC  (2+ messages)

[PATCH] buildman: Pass -Werror to the host compiler too
 2023-04-28 23:54 UTC  (2+ messages)

[PATCH v5 0/2] Add MNT Reform 2 board support
 2023-04-28 21:39 UTC  (7+ messages)
` [PATCH v6] board: mntre: imx8mq: "
  ` [PATCH v7] "
    ` [PATCH v8] "

[PATCH 00/18] bootstd: Add a bootmeth for ChromiumOS on x86
 2023-04-28 19:58 UTC  (21+ messages)
` [PATCH 01/18] test: Restore test behaviour on failure
` [PATCH 02/18] test: Skip flat-tree tests if devicetree is not used
` [PATCH 03/18] bootstd: Correct the name of the QEMU bootmeth
` [PATCH 04/18] bootstd: Use bootdev instead of bootdevice
` [PATCH 05/18] bootstd: Correct baudrate typo
` [PATCH 06/18] bootstd: Allow storing the OS command line in the bootflow
` [PATCH 07/18] bootstd: Use the bootargs env var for changing the cmdline
` [PATCH 08/18] bootstd: Allow storing x86 setup information
` [PATCH 09/18] bootstd: Work around missing partition 1
` [PATCH 10/18] bdinfo: Show information about the serial port
` [PATCH 11/18] bootstd: Add a function to update a command line
` [PATCH 12/18] bootstd: Add support for updating elements of the cmdline
` [PATCH 13/18] bootstd: Support automatically setting Linux parameters
` [PATCH 14/18] x86: Add a function to boot a zimage
` [PATCH 15/18] x86: zimage: Export the function to obtain the cmdline
` [PATCH 16/18] bootstd: Add a simple bootmeth for ChromiumOS
` [PATCH 17/18] x86: coreboot: Adjust various config options
` [PATCH 18/18] x86: coral: "

[PATCH 1/1] doc: man-page for cp
 2023-04-28 19:54 UTC  (4+ messages)

[RFC] power: imx8m-power-domain: Add delay to align with kernel driver
 2023-04-28 19:52 UTC 

[PATCH v8 00/24] Fixes for Rockchip NFC driver part 1
 2023-04-28 19:26 UTC  (5+ messages)
` [PATCH v9] core: fdtaddr: use map_sysmem() as cast for the return

[PATCH] sandbox: disable tracing before unmapping RAM
 2023-04-28 19:21 UTC  (7+ messages)

[PATCH] uclass: add uclass_find_device_by_phandle_id() helper
 2023-04-28 19:20 UTC  (3+ messages)

[PATCH] binman: Use expanduser instead of HOME
 2023-04-28 19:20 UTC  (2+ messages)

[PATCH 1/1] patman: fix class TestFunctional
 2023-04-28 19:20 UTC  (3+ messages)

[PATCH] test: fdt: Fix copyright message
 2023-04-28 19:20 UTC  (3+ messages)

[PATCH] fdt_support: fix comments syntax error
 2023-04-28 19:20 UTC  (3+ messages)

[PATCH] tools: Fall back to importlib_resources on Python 3.6
 2023-04-28 19:20 UTC  (3+ messages)

[PATCH 0/2] odroid: fix boot issues on u2, xu4 and siblings
 2023-04-28 19:15 UTC  (8+ messages)
  ` [PATCH 1/2] Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"

[PATCH] usb: ehci-mx6: move phy setup before register access
 2023-04-28 18:50 UTC 

[PATCH 1/3] arm: dts: imx8mm: Sync with Linux 6.3
 2023-04-28 18:19 UTC  (17+ messages)

[PATCH] board: cssi: Migrate to hashed password
 2023-04-28 15:59 UTC 

[PATCH 00/18] Synchronise LS1088A/Ten64 device tree with Linux
 2023-04-28 13:04 UTC  (5+ messages)
` [PATCH 16/18] arm: dts: fsl-ls1088a: copy all missing bindings from Linux

[PATCH 0/3] Update env support for Am62x
 2023-04-28 13:01 UTC  (5+ messages)
` [PATCH 1/3] board: ti: am62x: Kconfig: Add ENV_SOIRCE_FILE for am62x
` [PATCH 3/3] include: configs: am62x_evm: Use CONFIG_IS_ENABLED

[PATCH 1/4] spi: pl022: Align compatible property with device tree binding
 2023-04-28 12:38 UTC  (4+ messages)
` [PATCH 2/4] spi: pl022: Rename flush into pl022_spi_flush
` [PATCH 3/4] spi: pl022: Remove platform data header
` [PATCH 4/4] spi: pl022: Add chip-select gpio support

[PATCH v3 1/2] mtd: cfi: respect reg address length
 2023-04-28 11:25 UTC  (3+ messages)


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