messages from 2023-04-03 08:16:45 to 2023-04-04 23:00:02 UTC [more...]
[PATCH 1/6] m68k: move CONFIG_SYS_I2C to CFG_ namespace
2023-04-04 22:59 UTC (2+ messages)
` [PATCH 2/6] board: stmark2: add i2c0 pinmux pad configuration
[PATCH v3 1/2] spl: mmc: Pass eMMC HW partition and SW partition to spl_mmc_get_uboot_raw_sector()
2023-04-04 22:44 UTC (7+ messages)
` [PATCH v3 2/2] spl: mmc: Pass eMMC HW partition 7 through
[PATCH] travis-ci: Add m68k M5208EVBE machine
2023-04-04 21:43 UTC (5+ messages)
[PATCH 1/2] thermal: imx_tmu: Clean up all prints
2023-04-04 21:05 UTC (4+ messages)
` [PATCH 2/2] thermal: imx_tmu: Move architecture code into driver
[PATCH u-boot] mmc: spl: Add comments for default_spl_mmc_emmc_boot_partition()
2023-04-04 20:28 UTC
[RFC PATCH v1] arm: lib: add __gnu_thumb1_case_si
2023-04-04 19:52 UTC (4+ messages)
[PATCH v2 00/18] Migration to using binman to generate
2023-04-04 18:57 UTC (24+ messages)
` [PATCH v2 01/18] binman: Add support for generating TI Board config binaries
` [PATCH v2 02/18] binman: ti-secure: Add support for TI signing
` [PATCH v2 03/18] ti: sysfw: tiboot3: Add support for packaging sysfw.itb and tiboot3.bin
` [PATCH v2 04/18] j721e: schema: yaml: Add general schema and J721E board config files
` [PATCH v2 05/18] j721e: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v2 06/18] j7200: yaml: Add J7200 board config files
` [PATCH v2 07/18] j7200: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img
` [PATCH v2 08/18] am65x: yaml: Add AM65x board config files
` [PATCH v2 09/18] am65: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v2 10/18] config: am64x: Add board config for AM64x
` [PATCH v2 11/18] am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img
` [PATCH v2 12/18] j721s2: yaml: Add board config for J721S2
` [PATCH v2 13/18] j721s2: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img
` [PATCH v2 14/18] am62: yaml: Add board config for AM62
` [PATCH v2 15/18] am625: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img
` [PATCH v2 16/18] am62a: yaml: Add board config for AM62ax
` [PATCH v2 17/18] am62a: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img
` [PATCH v2 18/18] k3: tools: config.mk: Update makefile and remove scripts
HI
2023-04-04 18:52 UTC
[PATCH 1/2] smartweb: Enable LTO
2023-04-04 18:47 UTC (4+ messages)
` [PATCH 2/2] linker_lists: Rework start/end macros to not rely on undefined behavior
[v2 1/2] pytest: Update requirements to match sphinx versions
2023-04-04 18:47 UTC (4+ messages)
` [v2 2/2] Dockerfile: Populate a pip cache
[PATCH] CI: Move to clang-16
2023-04-04 18:47 UTC (2+ messages)
Pull request: please pull u-boot-imx/next: u-boot-imx-next-20230404
2023-04-04 18:47 UTC (2+ messages)
[PATCH] binman: Use unsigned long over typedef ulong
2023-04-04 18:45 UTC
[PATCH v2 0/3] fdt: Fix mtparts fixup
2023-04-04 16:18 UTC (4+ messages)
` [PATCH v2 1/3] fdt: validate/fix cells count on mtdpart fixup
[PATCH] arm: Remove omap5_uevm board
2023-04-04 15:47 UTC
[PATCH] doc: ti: Add switch setting for boot modes on AM62 SK
2023-04-04 14:22 UTC (3+ messages)
[PATCH v4 1/5] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add USB 2.0 host
2023-04-04 14:11 UTC (5+ messages)
` [PATCH v4 2/5] configs: rockchip: rock5b-rk3588: enable USB and regulators
` [PATCH v4 3/5] phy: add support for phy-supply
` [PATCH v4 4/5] phy: remove phy-supply related code
` [PATCH v4 5/5] phy: rockchip-inno-usb2: add initial support for rk3588 PHY
[PATCH 00/17] rockchip: eMMC fixes for RK3568 and support for RK3588
2023-04-04 13:13 UTC (23+ messages)
` [PATCH 01/17] mmc: sdhci: Fix HISPD bit handling for MMC HS 52MHz mode
` [PATCH 02/17] mmc: sdhci: Set UHS Mode Select field for UHS SDR25 mode
` [PATCH 03/17] mmc: rockchip_sdhci: Fix use of device private data
` [PATCH 04/17] mmc: rockchip_sdhci: Remove unneeded emmc_phy_init ops
` [PATCH 05/17] mmc: rockchip_sdhci: Add set_clock and config_dll sdhci_ops
` [PATCH 06/17] mmc: rockchip_sdhci: Use "
` [PATCH 07/17] mmc: rockchip_sdhci: Refactor execute tuning error handling
` [PATCH 08/17] mmc: rockchip_sdhci: Update speed mode controls in set_ios_post
` [PATCH 09/17] mmc: rockchip_sdhci: Remove empty get_phy and set_enhanced_strobe ops
` [PATCH 10/17] mmc: rockchip_sdhci: Rearrange and simplify used regs and flags
` [PATCH 11/17] mmc: rockchip_sdhci: Fix HS400 and HS400ES mode on RK3568
` [PATCH 12/17] rockchip: rk3568-rock-3a: Enable support for more eMMC modes
` [PATCH 13/17] mmc: rockchip_sdhci: Add support for RK3588
` [PATCH 14/17] rockchip: rk3588-rock-5b: Include eMMC node in SPL dtb
` [PATCH 15/17] clk: rockchip: rk3588: Add limited TMCLK_EMMC clock support
` [PATCH 16/17] mmc: sdhci: Allow disabling of SDMA in SPL
` [PATCH 17/17] mmc: rockchip_sdhci: Limit number of blocks read in a single command
[PATCH V6 00/13] Add splash screen support at u-boot SPL
2023-04-04 13:06 UTC (14+ messages)
` [PATCH V6 01/13] drivers: video: Kconfig: Add configs for enabling video at SPL
` [PATCH V6 02/13] drivers: video: tidss: Kconfig: Configs to enable TIDSS "
` [PATCH V6 03/13] drivers: Makefile: Add rule to compile video driver
` [PATCH V6 04/13] drivers: video: Makefile: Rule to compile necessary video driver files
` [PATCH V6 05/13] drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL
` [PATCH V6 06/13] common: Makefile: Add rule to compile splash and splash_source "
` [PATCH V6 07/13] common: Kconfig: Add BMP configs
` [PATCH V6 08/13] cmd: bmp: Split bmp commands and functions
` [PATCH V6 09/13] common: Makefile: Rule to compile bmp.c
` [PATCH V6 10/13] drivers: video: Enable necessary video functions at SPL
` [PATCH V6 11/13] common: Enable splash "
` [PATCH V6 12/13] include: Enable video related global data variable and splash "
` [PATCH V6 13/13] board: ti: am62x: evm: OSPI support for splash screen
[PATCH v2 2/3] configs: tqma6: enable DM for MDIO / PHY
2023-04-04 10:20 UTC (2+ messages)
[PATCH v2 0/5] board: verdin-imx8mp: ddr updates
2023-04-04 10:19 UTC (12+ messages)
` [PATCH v2 1/5] board: verdin-imx8mp: update ddrc config for different lpddr4 memories
` [PATCH v2 2/5] board: verdin-imx8mp: fix lpddr4 refresh timing
` [PATCH v2 3/5] board: verdin-imx8mp: update lpddr4 configuration and training
` [PATCH v2 4/5] board: verdin-imx8mp: compact slight different lpddr4 configuration
` [PATCH v2 5/5] board: verdin-imx8mp: change prints in spl_dram_init function
[PATCH V5] arm64: imx: Add support for imx8mp-beacon-kit
2023-04-04 10:19 UTC (2+ messages)
[PATCH 2/2] ARM: imx: Enable SDP download in SPL on DH i.MX6 DHSOM
2023-04-04 10:19 UTC (2+ messages)
[PATCH v2 3/3] configs: tqma6: enable DM_THERMAL
2023-04-04 10:19 UTC (2+ messages)
[PATCH v3] ARM: dts: imx: Add WDT reboot bindings on DH i.MX6 DHSOM
2023-04-04 10:19 UTC (2+ messages)
[PATCH 1/2] ARM: imx: Enable LTO for DH electronics i.MX6 DHCOM
2023-04-04 10:19 UTC (2+ messages)
[PATCH] arm: imx: add u-boot-nand.imx to boot from NAND without SPL
2023-04-04 10:19 UTC (2+ messages)
[PATCH v3] ARM: dts: imx: Add support for Data Modul i.MX8M Plus eDM SBC
2023-04-04 10:18 UTC (2+ messages)
[PATCH v2 1/3] configs: tqma6: switch to DM_SERIAL
2023-04-04 10:18 UTC (2+ messages)
[PATCH] configs: convert NXP LS1028A RDB and QDS to DM_SERIAL
2023-04-04 8:43 UTC (2+ messages)
[PATCH 00/10] Convert LS1088A and LX2160 to DM_SERIAL
2023-04-04 8:42 UTC (2+ messages)
[PATCH 1/1] efi_loader: avoid using HandleProtocol in initrddump.efi
2023-04-04 7:35 UTC (2+ messages)
[PATCH 1/1] efi_loader: avoid using HandleProtocol in helloworld.efi
2023-04-04 7:35 UTC (2+ messages)
[PATCH v5 1/8] bootstd: Tweak bootflow logic for device tree
2023-04-04 6:09 UTC (12+ messages)
` [PATCH v5 3/8] bootstd: Support booting EFI where multiple options exist
` [PATCH v5 8/8] bootstd: Enable BOOTSTD_DEFAULTS by default
[PATCH] boot: vbe_simple: Fix vbe_simple_read_bootflow() dependency
2023-04-04 4:50 UTC (2+ messages)
[PULL] u-boot-usb/master
2023-04-04 0:49 UTC (2+ messages)
Binman for RK35xx
2023-04-03 23:06 UTC (5+ messages)
[RESEND PATCH v2] netconsole: various improvements
2023-04-03 21:41 UTC
[PATCH v2] netconsole: various improvements
2023-04-03 21:11 UTC (2+ messages)
[ANN] U-Boot v2023.04 released
2023-04-03 20:39 UTC
[PATCH] arm: dts: k3-j721e-sk-u-boot: fix boot on j721e SK
2023-04-03 20:39 UTC (2+ messages)
Please pull u-boot-dm/next
2023-04-03 20:39 UTC (2+ messages)
[PATCH 0/2] Add support for Qualcomm QUSB2 USB PHY driver
2023-04-03 20:31 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: phy: Import phy-qcom-qusb2.h
` [PATCH 2/2] phy: Add Qualcomm QUSB2 USB PHY driver
[PATCH 1/1] common: static fdt_simplefb_enable_existing_node()
2023-04-03 18:46 UTC
[PATCH 1/1] test: move unit tests into a sub-menu
2023-04-03 18:27 UTC
[PATCH v2 1/3] cmd: pci: Add command to set MPS of all PCIe devices
2023-04-03 16:52 UTC
[PATCH v2] disk: Use a helper function to reduce duplication
2023-04-03 14:46 UTC (4+ messages)
[PATCH v3 1/3] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add USB 2.0 host
2023-04-03 14:35 UTC (7+ messages)
` [PATCH v3 2/3] phy: rockchip-inno-usb2: add initial support for rk3588 PHY
[PATCH 2/2] pico-imx6: Pass the mmc alias to fix boot regression
2023-04-03 14:17 UTC (4+ messages)
Pull request: please pull u-boot-imx/
2023-04-03 14:17 UTC (2+ messages)
rk3399 issue: no DMA in Linux with mainline TF-A and U-Boot SPL
2023-04-03 13:50 UTC (5+ messages)
[PATCH v2 1/2] common: cli_hush: Restore clear local variable support
2023-04-03 13:50 UTC (2+ messages)
` [PATCH v2 2/2] test: hush_if_test: Add hush variable test
[PATCH 1/2] firmware: zynqmp: Mask expected and show unexpected warning
2023-04-03 13:34 UTC (2+ messages)
` [PATCH 2/2] firmware: zynqmp: Remove extraordinary return value
[PATCH v2 0/5] enable DMA and CPSW nodes for am62ax SoC family
2023-04-03 4:32 UTC (2+ messages)
[PATCH] riscv: Correct a comment in io.h
2023-04-03 3:37 UTC
[PATCH] arm64: interrupts: print FAR_ELx on sync exceptions
2023-04-02 16:27 UTC
[PATCH V5 00/13] Add splash screen support at u-boot SPL
2023-04-03 11:41 UTC (23+ messages)
` [PATCH V5 01/13] drivers: video: Kconfig: Add configs for enabling video at SPL
` [PATCH V5 02/13] drivers: video: tidss: Kconfig: Configs to enable TIDSS "
` [PATCH V5 03/13] drivers: Makefile: Add rule to compile video driver
` [PATCH V5 04/13] drivers: video: Makefile: Rule to compile necessary video driver files
` [PATCH V5 05/13] drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL
` [PATCH V5 06/13] common: Makefile: Add rule to compile splash and splash_source "
` [PATCH V5 07/13] common: Kconfig: Add BMP configs
` [PATCH V5 08/13] cmd: bmp: Split bmp commands and functions
` [PATCH V5 09/13] common: Makefile: Rule to compile bmp.c
` [PATCH V5 10/13] drivers: video: Enable necessary video functions at SPL
` [PATCH V5 11/13] common: Enable splash "
` [PATCH V5 12/13] include: Enable video related global data variable and splash "
` [PATCH V5 13/13] board: ti: am62x: evm: OSPI support for splash screen
[PATCH v1 0/2] colibri-imx8x: snvs and firmware info
2023-04-03 11:14 UTC (3+ messages)
` [PATCH v1 1/2] colibri-imx8x: print firmware versions
` [PATCH v1 2/2] board: colibri-imx8x: initialize snvs
[PATCH v2] mmc: dw_mmc: reset controller after data error
2023-04-03 10:44 UTC
[PATCH 1/2] Boot var automatic management for removable medias
2023-04-03 10:34 UTC (2+ messages)
[PATCH v9 00/10] introduce Arm FF-A support
2023-04-03 10:33 UTC (6+ messages)
` [PATCH v10 "
` [PATCH v10 10/10] arm_ffa: efi: corstone1000: enable MM communication
[PATCH 1/1] test: improve configuration for Kconfig test options
2023-04-03 10:04 UTC
[PATCH v4 1/2] regulator: implement basic reference counter
2023-04-03 9:59 UTC (3+ messages)
[PATCH] common: cli_hush: Restore clear local variable support
2023-04-03 9:35 UTC (3+ messages)
[PATCH] watchdog: arm_smc_wdt: add watchdog support
2023-04-03 8:56 UTC (3+ messages)
WIP: Signing TI x509 certificates using binman
2023-04-03 8:30 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox