u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-30 23:48:36 to 2023-04-01 22:44:27 UTC [more...]

[RFC PATCH v7 00/23] Modernize U-Boot shell
 2023-04-01 22:44 UTC  (24+ messages)
` [RFC PATCH v7 04/23] test: hush: Test hush variable expansion
` [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 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 21/23] test: hush: Fix loop "
` [RFC PATCH v7 23/23] DO NOT MERGE: only to make CI happy

[PATCH v6 01/11] bootstd: Tweak bootflow logic for device tree
 2023-04-01 22:31 UTC  (10+ messages)
` [PATCH v6 02/11] virtio: Ensure PCI is set up first
` [PATCH v6 03/11] bootstd: Support booting EFI where multiple options exist
` [PATCH v6 04/11] bootstd: Report missing labels only when asked
` [PATCH v6 05/11] bootstd: Show a message sometimes if no bootflows are found
` [PATCH v6 06/11] rockchip: Move to standard boot
` [PATCH v6 07/11] rockchip: Use the same boot_targets for all boards
` [PATCH v6 09/11] xilinx: Disable CONFIG_BOOTSTD_DEFAULTS for some xilinx boards

[RFC PATCH v1] arm: lib: add __gnu_thumb1_case_si
 2023-04-01 22:17 UTC  (2+ messages)

[PATCH v2 0/1] meson: Demonstration of using binman to produce the image
 2023-04-01 21:27 UTC  (3+ messages)
` [PATCH v2 1/1] RFC: Move Odroid-C2 to use "

[PATCH] net: ipv6: Add support for default gateway discovery
 2023-04-01 19:02 UTC  (2+ messages)

[PATCH 1/4] net: e1000: add and make use of NUM_RX_DESC macro
 2023-04-01 19:01 UTC  (2+ messages)

[PATCH 01/41] net: phy: aquantia: Staticize PHY driver entries
 2023-04-01 18:59 UTC  (26+ messages)
` [PATCH 29/41] net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()
` [PATCH 30/41] net: phy: xilinx: "
` [PATCH 31/41] net: phy: intel-xway: "
` [PATCH 32/41] net: phy: mscc: "
` [PATCH 33/41] net: phy: fixed: "
` [PATCH 34/41] net: phy: ncsi: "
` [PATCH 35/41] net: phy: xilinx-gmii2rgmii: "
` [PATCH 37/41] net: phy: gen10g: "
` [PATCH 38/41] net: phy: Drop static phy_drivers list
` [PATCH 39/41] net: phy: Drop unused phy_register()
` [PATCH 40/41] net: phy: Re-inline phy_drv_reloc()
` [PATCH 41/41] net: phy: Only call phy_init() on systems needing manual relocation

[PATCH v2 1/3] net: mvpp2: Drop PHY_INTERFACE_MODE_SGMII_2500 support
 2023-04-01 18:58 UTC  (6+ messages)
` [PATCH v2 2/3] net: mvpp2: Replace PHY_INTERFACE_MODE_SFI with 5GBASER/10GBASER/XAUI
` [PATCH v2 3/3] net: phy: Synchronize PHY interface modes with Linux

[PATCH] net: rswitch: Add Renesas Ethernet Switch
 2023-04-01 18:58 UTC  (2+ messages)

[PATCH 1/3] net: support being a TCP server to unblock TCP fastboot
 2023-04-01 18:55 UTC  (8+ messages)
` [PATCH 2/3] net: add fastboot TCP support
` [PATCH 3/3] net: share fastboot boot handle logic between transports

[PATCH 1/1] net: replace /* Fall through */
 2023-04-01 18:52 UTC  (2+ messages)

[PATCH 1/5] net: phy: marvell: Import and use marvell_phy.h from Linux
 2023-04-01 18:51 UTC  (10+ messages)
` [PATCH 2/5] net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() "
` [PATCH 3/5] net: phy: Add phy_read_mmd_poll_timeout() "
` [PATCH 4/5] net: phy: Add MDIO PCS 2.5G and 5G speed macros "
` [PATCH 5/5] net: phy: marvell10g: Adapt Marvell 10G PHY driver "

[PATCH 1/3] net: mvpp2: Replace PHY_INTERFACE_MODE_SGMII_2500 with SGMII and speed
 2023-04-01 18:48 UTC  (5+ messages)
` [PATCH 2/3] net: mvpp2: Replace PHY_INTERFACE_MODE_SFI with 5GBASER/10GBASER/XAUI
` [PATCH 3/3] net: phy: Synchronize PHY interface modes with Linux

[PATCH RFC u-boot-mvebu 0/2] arm: mvebu: Fix eMMC boot
 2023-04-01 16:43 UTC  (11+ messages)
                ` A38x BootROM MMC_CMD_SEND_STATUS timeouts (Was: Re: [PATCH RFC u-boot-mvebu 0/2] arm: mvebu: Fix eMMC boot)
                  ` A38x BootROM MMC_CMD_SEND_STATUS timeouts

[PATCH 1/4] arm: add support for Hisilicon HiSTB family SoCs
 2023-04-01 11:17 UTC  (4+ messages)
` [PATCH 2/4] mmc: hi6220_dw_mmc: add compatible for HC2910 support
` [PATCH 3/4] dt-binding: histb-clock: add clocks definition for Hi3798MV200
` [PATCH 4/4] arm: histb: hi3798mv200: add initial support for Hi3798MV200 HC2910-2AGHD05 board

[PATCH 0/4] add an initial support for hisilicon histb hc2910
 2023-04-01 11:17 UTC 

Pull request for efi-2023-04-rc6
 2023-04-01 11:32 UTC 

[PATCH 1/1] doc: coninfo man-page
 2023-04-01 10:35 UTC 

[PATCH 1/1] cmd: consider multiplexing in coninfo
 2023-04-01 10:20 UTC 

[PATCH 1/1] common: avoid NULL dereference in console_devices_set
 2023-04-01 10:14 UTC 

[PATCH 0/3] Enable bootmenu, and button-kbd driver for menu entry navigation
 2023-04-01  9:28 UTC  (4+ messages)
` [PATCH 1/3] starqltechn: use 16x32 font
` [PATCH 2/3] starqltechn: use button keyboard driver
` [PATCH 3/3] starqltechn: enable bootmenu

[PATCH] powerpc: Add support for CZ.NIC Turris 1.x routers
 2023-04-01  8:28 UTC  (4+ messages)

[PATCH 1/1] cmd/regulator: missing fallthrough in do_dev()
 2023-04-01  8:07 UTC 

BUG: cmd/tmp.c missing fallthrough or break
 2023-04-01  8:04 UTC 

BUG: pta_scp03_invoke_func() in drivers/tee/sandbox.c
 2023-04-01  7:58 UTC 

[PATCH 1/1] sandbox: mark sandbox_exit() as no return
 2023-04-01  7:54 UTC 

[PATCH 1/1] cmd: missing fallthrough macro in do_pci()
 2023-04-01  7:43 UTC 

[PATCH 1/1] sandbox: spi: sandbox_sf_process_cmd() missing fallthrough
 2023-04-01  7:38 UTC 

[PATCH 1/1] mtd: spi-nor: missing fallthrough in set_4byte()
 2023-04-01  7:34 UTC 

[PATCH 1/1] cmd: convert fallthrough comment
 2023-04-01  7:14 UTC 

[PATCH 1/1] usb: gadget: missing fallthrough in composite_setup()
 2023-04-01  7:06 UTC 

[PATCH 1/1] sandbox: fix sandbox_hub_submit_control_msg()
 2023-04-01  6:57 UTC 

[PATCH 1/8] riscv: Optimize source end address calculation in start.S
 2023-04-01  6:32 UTC  (3+ messages)
` [PATCH 4/8] tools: prelink-riscv: Unmap the ELF image when done

WIP: Signing TI x509 certificates using binman
 2023-04-01  6:32 UTC  (4+ messages)

[PATCH 00/33] doc: board: amlogic: spring clean-up of Amlogic docs
 2023-04-01  6:33 UTC  (5+ messages)
` [PATCH 29/33] doc: boards: amlogic: update documentation for WeTek Core2

[PATCH 0/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM set
 2023-04-01  6:32 UTC  (13+ messages)
` [PATCH 1/6] virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features
` [PATCH 2/6] virtio: pci: Tear down VQs in virtio_pci_reset()
` [PATCH 3/6] virtio: Allocate virtqueue in page-size units
` [PATCH 4/6] virtio: Add helper functions to attach/detach vring descriptors
` [PATCH 5/6] virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM
` [PATCH 6/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set

[PATCH v4] test_vboot.py: include test of fdt_add_pubkey tool
 2023-04-01  6:32 UTC  (2+ messages)

[PATCH v3 1/9] configs: Resync with savedefconfig
 2023-04-01  6:32 UTC  (4+ messages)
` [PATCH v3 8/9] rockchip: Move to standard boot

Newer U-Boot version throwing "Bootstage space exhasuted" with FIT image
 2023-04-01  6:32 UTC  (2+ messages)

[v4 0/7] Fix Rockchip RK3399 bootstd migration
 2023-04-01  6:31 UTC  (9+ messages)

[PATCH v5 1/8] bootstd: Tweak bootflow logic for device tree
 2023-04-01  6:31 UTC  (7+ messages)
` [PATCH v5 3/8] bootstd: Support booting EFI where multiple options exist
` [PATCH v5 8/8] bootstd: Enable BOOTSTD_DEFAULTS by default

[PATCH 00/38] x86: Use qemu-x86_64 to boot EFI installers
 2023-04-01  6:31 UTC  (31+ messages)
` [PATCH 13/38] part: Allow setting the partition-table type
` [PATCH 14/38] qfw: Show the file address if available
` [PATCH 18/38] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG
` [PATCH 32/38] fs: fat: Shrink the size of a few strings
` [PATCH 33/38] fs: fat: Support reading from a larger block size
` [PATCH 38/38] efi: Use the installed ACPI tables

RISC-V FIT image type
 2023-04-01  6:31 UTC  (3+ messages)

[PATCH v2 0/1] meson: Demonstration of using binman to produce the image
 2023-04-01  6:25 UTC 

[PATCH] common: cli_hush: Restore clear local variable support
 2023-04-01  6:31 UTC  (2+ messages)

[PATCH 1/1] sandbox: fix fall through in sandbox_flash_bulk()
 2023-04-01  6:24 UTC 

[PATCH 1/1] lib: missing fallthrough comment in vsnprintf_internal()
 2023-04-01  6:13 UTC 

[PATCH 1/1] tools: avoid implicit fallthrough in fdt_add_pubkey
 2023-04-01  6:09 UTC 

[PATCH v2] sysreset: gpio: fix gpio_reboot_request return value
 2023-04-01  6:09 UTC  (2+ messages)

[PATCH] buildman: Correct overwriting of settings file
 2023-04-01  6:09 UTC  (2+ messages)

[PATCH 1/1] efi_loader: remove duplicate assignment
 2023-04-01  5:30 UTC 

Pull request: please pull u-boot-imx/next
 2023-03-31 21:29 UTC  (2+ messages)

[PATCH] doc: ti: Add switch setting for boot modes on AM62 SK
 2023-03-31 20:37 UTC  (2+ messages)

[PATCH] include: configs: Change dtb names in fitImage to match oe-core
 2023-03-31 19:06 UTC  (8+ messages)

Please pull u-boot-dm
 2023-03-31 16:25 UTC  (2+ messages)

[PATCH] Revert "spi: zynq_qspi: Use dummy buswidth in dummy byte calculation"
 2023-03-31 14:44 UTC 

[PATCH v3] imx: imx8mm: Add suppoer for Mettler-Toledo snowflake board
 2023-03-31 14:18 UTC 

[PATCH v2 0/1] GPIO buttons keyboard driver update
 2023-03-31 14:17 UTC  (3+ messages)
` [PATCH v2 1/1] input: button_kbd: make driver complementary to gpio buttons

[PATCH v4 0/1] CMD commands improvements
 2023-03-31 14:17 UTC  (3+ messages)
` [PATCH v4 1/1] cmd: ums: abort mounting by pressing any key

[PATCH v2] disk: Use a helper function to reduce duplication
 2023-03-31 14:17 UTC  (2+ messages)

[PATCH] lib: Fix SYS_TIMER_COUNTS_DOWN description in Kconfig
 2023-03-31 14:16 UTC  (2+ messages)

[PATCH] gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio controllers
 2023-03-31 14:16 UTC  (2+ messages)

[PATCH] image: Fix potentially uninitialized data variable
 2023-03-31 14:16 UTC  (2+ messages)

[PATCH v2 1/3] cmd: pci: Add command to set MPS of all PCIe devices
 2023-03-31 14:16 UTC  (6+ messages)
` [PATCH v2 2/3] drivers: pci: sandbox: Add stub sandbox PCI MPS support
` [PATCH v2 3/3] test: Add test for new command pci_mps

[PATCH] sysinfo: gpio: fix loop over DT "revisions" array
 2023-03-31 14:16 UTC  (2+ messages)

[PATCH] nvedit: simplify do_env_indirect()
 2023-03-31 14:16 UTC  (2+ messages)

[PATCH] test: fs: Check fat short file name
 2023-03-31 14:15 UTC  (2+ messages)

[PATCH v2 0/4] cli: run_commandf() coverage and small fixups
 2023-03-31 14:15 UTC  (9+ messages)
` [PATCH v2 1/4] cli: run_commandf(): "
` [PATCH v2 2/4] unit-test: cover run_commandf() by test-cases
` [PATCH v2 3/4] test: fdt: fix run_commandf() warnings
` [PATCH v2 4/4] test: exit: "

[PATCH 1/1] api: move API related config options into submenu
 2023-03-31 14:16 UTC  (2+ messages)

[PATCH] Kconfig: Sort the BUILD_TARGET list
 2023-03-31 14:16 UTC  (2+ messages)

[PATCH] powerpc/mpc85xx: disable legacy format booting
 2023-03-31 14:16 UTC  (2+ messages)

[PATCH] fs: ext4: fix files seen as symlink during deletion
 2023-03-31 14:15 UTC  (2+ messages)

[PATCH] fs: fat: do not mangle short filenames
 2023-03-31 14:15 UTC  (2+ messages)

[PATCH v2 0/2] max313xx RTC driver
 2023-03-31 14:15 UTC  (5+ messages)
` [PATCH v2 1/2] include: kernel.h: port find_closest() from Linux
` [PATCH v2 2/2] drivers: rtc: add max313xx series rtc driver

[PATCH] rtc: m41t62: implements read8/write8 operations
 2023-03-31 14:14 UTC  (2+ messages)

[PATCH] imx: imx8mm: Add suppoer for Mettler-Toledo snowflake board
 2023-03-31 14:12 UTC  (3+ messages)

[PATCH v3 0/3] Add StarFive JH7110 PCIe drvier support
 2023-03-31 12:59 UTC  (5+ messages)
` [PATCH v3 1/3] starfive: pci: Add StarFive JH7110 pcie driver

[PATCH 0/5] enable DMA and CPSW nodes for am62ax SoC family
 2023-03-31  7:15 UTC  (3+ messages)
` [PATCH 3/5] arm: dts: add DMA and CPSW nodes for uboot

[PATCH] watchdog: arm_smc_wdt: add watchdog support
 2023-03-31  7:59 UTC  (2+ messages)

[PATCH] Modify the print log when adma is not supported
 2023-03-31  3:45 UTC 

[PATCH v3 1/3] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add USB 2.0 host
 2023-03-31  9:40 UTC  (3+ messages)
` [PATCH v3 2/3] phy: rockchip-inno-usb2: add initial support for rk3588 PHY
` [PATCH v3 3/3] configs: rockchip: rock5b-rk3588: enable USB and regulators

[PATCH v4 1/2] regulator: implement basic reference counter
 2023-03-31  9:15 UTC  (2+ messages)
` [PATCH v4 2/2] regulator: rename dev_pdata to plat

[PATCH 1/3] vexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variant
 2023-03-31  8:58 UTC  (3+ messages)
` [PATCH 2/3] vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base model
` [PATCH 3/3] configs: Create minimal vexpress_fvp_defconfig

[RESEND PATCH v2] configs: imx8mn_bsh_smm_s2: remove console from bootargs
 2023-03-31  8:52 UTC  (2+ messages)

[PATCH v9 00/10] introduce Arm FF-A support
 2023-03-31  8:29 UTC  (4+ messages)
` [PATCH v10 "
  ` [PATCH v10 09/10] arm_ffa: efi: introduce FF-A MM communication

[PATCH] arm: dts: k3-j721e-sk-u-boot: Resync dts file and binding with Linux Kernel
 2023-03-31  6:39 UTC 

[PATCH v4 00/15] Add splash screen support at u-boot SPL
 2023-03-31  5:01 UTC  (9+ messages)
` [PATCH v4 04/15] drivers: video: Makefile: Rule to compile necessary video driver files
` [PATCH v4 08/15] cmd: bmp: Split bmp commands and functions

[PATCH 0/6] serial: msm-geni: fix UART baudrate on modern platforms
 2023-03-31  1:37 UTC  (13+ 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 1/1] rockchip: Fix incorrect constant name in RAM init code
 2023-03-30 23:48 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;
as well as URLs for NNTP newsgroup(s).