public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-03-13 00:29:30 to 2023-03-14 17:06:04 UTC [more...]

[PATCH v8 03/10] arm_ffa: introduce Arm FF-A low-level driver
 2023-03-14 17:05 UTC  (8+ messages)
` [PATCH v9 00/10] introduce Arm FF-A support
  ` [PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver
  ` [PATCH v9 09/10] arm_ffa: efi: introduce FF-A MM communication

[PATCH 1/3] include: environment: ti: Use .env for environment variables
 2023-03-14 16:49 UTC  (6+ messages)
` [PATCH 2/3] include: configs: j721s2_evm: Change to using .env
` [PATCH 3/3] include: configs: j721e_evm: "

"bootelf -p" loads every segement without checking its type
 2023-03-14 16:04 UTC 

Pull request: u-boot-sunxi/master DT update for v2023.04
 2023-03-14 15:41 UTC 

next: Pull request efi-next-20230313
 2023-03-14 14:57 UTC  (2+ messages)

[PATCH v2 1/2] configs: j721s2: merge HS and non-HS defconfigs
 2023-03-14 14:54 UTC  (4+ messages)

No USB with CM4 module
 2023-03-14 14:17 UTC 

[PATCH] serial: zynqmp: Fetch baudrate from dtb and update
 2023-03-14  8:46 UTC 

[PATCH 1/2] mx53loco: Remove unused mx53loco_video.c file
 2023-03-14 11:58 UTC  (2+ messages)
` [PATCH 2/2] mx51evk: Remove unused mx51evk_video.c file

[PATCH v3 0/3 RESEND] imx93: add ADC support
 2023-03-14 10:26 UTC  (6+ messages)
` [PATCH 1/3] dm: adc: add iMX93 "
` [PATCH 2/3] imx93_evk: add adc node to dts file
` [PATCH 3/3] imx93_evk: defconfig: add adc support

[GIT PULL] please pull fsl-qoriq-next for next
 2023-03-14 10:16 UTC 

[PATCH] arm: kirkwood: Enable Debug UART for Zyxel NSA310S
 2023-03-14  8:17 UTC  (2+ messages)

[PATCH] ARM: meson: odroid-go-ultra: setup PMIC regulators are board init
 2023-03-14  8:06 UTC  (2+ messages)

[PATCH 0/2] ARM: meson: Add initial support for BPI-CM4 module with BPI-CM4IO baseboard
 2023-03-14  8:06 UTC  (2+ messages)

[PATCH 0/9] Enable splash screen
 2023-03-14  6:50 UTC  (12+ messages)
` [PATCH 1/9] drivers: video: Kconfig: Necessary configs for video at SPL
` [PATCH 2/9] drivers: video: tidss: Kconfig: Configs to enable TIDSS "
` [PATCH 3/9] cmd: Kconfig: Add necessary configs for splash screen "
` [PATCH 4/9] drivers: video: Makefile: Compile video driver files "
` [PATCH 5/9] drivers: video: tidss: Makefile: Add condition to compile TIDSS "
` [PATCH 6/9] cmd: Makefile: Add rules to build bmp.c and read.c "
` [PATCH 7/9] common: splash: Enable splash_display at SPL stage
` [PATCH 8/9] drivers: video: video-uclass: Disable u-boot logo at SPL
` [PATCH 9/9] board: ti: am62x: evm: OSPI support for splash screen

[PATCH RFC u-boot-mvebu] arm: kirkwood: Move internal registers in arch_very_early_init() function
 2023-03-14  6:02 UTC  (7+ messages)

[ANN] U-Boot v2023.04-rc4 released
 2023-03-14  5:27 UTC  (2+ messages)

[PATCH v3] binman: bintool: Add support for tool directories
 2023-03-14  3:41 UTC  (3+ messages)

[RFC PATCH] binman: bintool: etype: Add support for ti-secure entry
 2023-03-14  3:38 UTC  (8+ messages)

[PATCH] mmc: dw_mmc: reset controller after data error
 2023-03-14  3:32 UTC  (2+ messages)

[PATCH 00/12] rockchip: Fixes for RK3568 and RK3588 and cleanup
 2023-03-14  3:29 UTC  (23+ messages)
` [PATCH 01/12] rockchip: Fix early use of bootph props
` [PATCH 02/12] rockchip: rk3568: Fix boot device detection
` [PATCH 03/12] rockchip: rk3568-rock-3a: Sync device tree from linux
` [PATCH 04/12] clk: rockchip: rk3568: Fix reset handler
` [PATCH 05/12] clk: rockchip: rk3588: Fix clk_aux16m in clock driver
` [PATCH 06/12] rockchip: rk3588-rock-5b: Fix sdmmc boot
` [PATCH 07/12] rockchip: rk3588: Add boot device detection
` [PATCH 08/12] rockchip: tinker-rk3288: Use common BOOT_TARGET_DEVICES
` [PATCH 09/12] mmc: rockchip_dw_mmc: Fix get_mmc_clk return value
` [PATCH 10/12] rockchip: include: configs: Remove dangling comments
` [PATCH 11/12] rockchip: include: configs: Remove unused SDRAM_BANK_SIZE
` [PATCH 12/12] rockchip: Convert rk35xx to use standard boot

[PATCH] rockchip: sdhci: rk3568: bypass DLL when clk <= 52 MHz
 2023-03-14  3:10 UTC  (2+ messages)

[PATCH v3 00/23] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-03-13 21:31 UTC  (24+ messages)
` [PATCH v3 01/23] kconfig: add IS_ENABLED_NOCHECK to bypass usage_of_is_enabled_check
` [PATCH v3 02/23] cmd: nvedit: remove error check, handle with Kconfig
` [PATCH v3 03/23] lib: crc32: prepare for CONFIG_IS_ENABLED changes
` [PATCH v3 04/23] lib: md5: "
` [PATCH v3 05/23] lib: sha1: "
` [PATCH v3 06/23] lib: sha256: "
` [PATCH v3 07/23] lib: sha512: "
` [PATCH v3 08/23] watchdog: add and use Kconfig HAS_WATCHDOG_RUNNING
` [PATCH v3 09/23] tools: prevent CONFIG_IS_ENABLED errors by including linux/kconfig.h
` [PATCH v3 10/23] tools: Makefile: prepare for CONFIG_IS_ENABLED changes by adding CONFIG_TOOLS_xxx
` [PATCH v3 11/23] x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLED
` [PATCH v3 12/23] config_distro_bootcmd: remove booting environment variables from SPL environment
` [PATCH v3 13/23] ofnode: fdt_support definitions needed if OF_CONTROL is enabled
` [PATCH v3 14/23] fdt_support: always define fdt_fixup_mtdparts
` [PATCH v3 15/23] m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)
` [PATCH v3 16/23] freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)
` [PATCH v3 17/23] ns16550: match when to define bdf with uart code
` [PATCH v3 18/23] solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATA
` [PATCH v3 19/23] wandboard: "
` [PATCH v3 20/23] arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATA
` [PATCH v3 21/23] x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)
` [PATCH v3 22/23] power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY)
` [PATCH v3 23/23] CI: add test/usage_of_is_enabled_check.sh

[PATCH v8 00/24] Fixes for Rockchip NFC driver part 1
 2023-03-13 21:09 UTC  (31+ messages)
` [PATCH v8 06/24] mtd: nand: add support for the Sandisk SDTNQGAMA chip
` [PATCH v8 07/24] rockchip: adc: rockchip-saradc: use dev_read_addr_ptr
` [PATCH v8 08/24] rockchip: timer: dw-apb-timer: use regs variable with uintptr_t size
` [PATCH v8 09/24] rockchip: pwm: rk_pwm: use base "
` [PATCH v8 10/24] rockchip: spi: rk_spi: "
` [PATCH v8 11/24] include: dm: ofnode: fix headers
` [PATCH v8 12/24] core: remap: fix regmap_init_mem_plat() reg size handeling
` [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap
` [PATCH v8 14/24] core: fdtaddr: add devfdt_get_addr_size_index_ptr function
` [PATCH v8 15/24] core: read: add dev_read_addr_index_ptr function
` [PATCH v8 16/24] spi: spi-aspeed-smc: use devfdt_get_addr_index_ptr
` [PATCH v8 17/24] drivers: use dev_read_addr_index_ptr when cast to pointer
` [PATCH v8 18/24] drivers: use dev_read_addr_ptr "
` [PATCH v8 19/24] drivers: use devfdt_get_addr_size_index_ptr "
` [PATCH v8 20/24] drivers: use devfdt_get_addr_index_ptr "
` [PATCH v8 21/24] drivers: use devfdt_get_addr_ptr "
` [PATCH v8 22/24] drivers: fix debug string with fdt_addr_t input
` [PATCH v8 23/24] arm: stm32mp: spl: fix function "
` [PATCH v8 24/24] include: fdtdec: decouple fdt_addr_t and phys_addr_t size

Please pull u-boot-dm/next
 2023-03-13 19:36 UTC  (2+ messages)

[RFC PATCH 00/16] arm: Add Rockchip RK3588 support
 2023-03-13 19:15 UTC  (24+ messages)

[PATCH 0/1] compulab: imx8mm-cl-iot-gate: Fix some function declarations in ddr.h
 2023-03-13 18:55 UTC  (4+ messages)
` [PATCH 1/1] "

Pull request for efi-2023-04-rc4
 2023-03-13 17:40 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2023-03-13 17:40 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2023-03-13 17:40 UTC  (2+ messages)

[PATCH 0/5] Convert the LS208xA RDB/QDS boards to DM_SERIAL
 2023-03-13 15:55 UTC  (9+ messages)
` [PATCH 1/5] arch: arm: dst: fsl-ls2080a.dtsi: add an 'soc' node
` [PATCH 2/5] arch: arm: dst: fsl-ls2080a.dtsi: move the serial nodes under soc
` [PATCH 3/5] arch: arm: dst: fsl-ls2080a.dts: sync serial nodes with Linux
` [PATCH 5/5] configs: ls208x: enable DM_SERIAL

[PATCH] watchdog: ftwdt010: return a previously deleted driver now ported to DM
 2023-03-13 15:52 UTC  (3+ messages)

[PATCH] sysinfo: gpio: fix loop over DT "revisions" array
 2023-03-13 15:23 UTC  (2+ messages)

[PATCH] apple_m1_defconfig: Bump CONFIG_LMB_MAX_REGIONS to 64
 2023-03-13 14:31 UTC  (2+ messages)

[PATCH] pci: apple: Initialize only enabled ports
 2023-03-13 14:28 UTC  (2+ messages)

[PATCH v1 0/2] colibri_imx6: fix linker issue when enabling watchdog
 2023-03-13 13:59 UTC  (4+ messages)
` [PATCH v1 2/2] colibri_imx6: add default config with watchdog enabled
    ` EXTERNAL - "

[PATCH 0/2] rockchip: theobroma: enforce ENV_IS_NOWHERE with Kconfig select
 2023-03-13 13:23 UTC  (4+ messages)
` [PATCH 2/2] rockchip: ringneck-px30: "

[PATCH v2 1/2] mmc: tmio: Check 'addr' width before checking for 64bit limitation
 2023-03-13 13:06 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macros

[PATCH 0/2] odroid: fix boot issues on u2, xu4 and siblings
 2023-03-13 13:02 UTC  (6+ messages)
  ` [PATCH 1/2] Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"

[PATCH 1/2] ARM: dts: rk3588-rock-5b-u-boot: add u-boot, dm-spl to pinctrl for sdmmc
 2023-03-13 12:53 UTC  (2+ messages)
` [PATCH 2/2] configs: rockchip: rock5b-rk3588: add pinctrl to SPL

[PATCH 0/2] phy: ti: j721e-wiz: Add support to manage type-C swap on Lane2 and lane3
 2023-03-13 12:42 UTC  (3+ messages)
` [PATCH 1/2] phy: ti: j721e-wiz: Manage TypeC lane swap if typec-dir-gpios not specified
` [PATCH 2/2] phy: ti: j721e-wiz: Add support to enable LN23 Type-C swap

[PATCH] arm: total_compute: Remap console logs
 2023-03-13  8:57 UTC 

[PATCH 00/13] x86: Various fixes for chromebooks
 2023-03-13  3:11 UTC  (14+ messages)
` [PATCH 01/13] Revert "buildman: Correct CROSS_COMPILE output for sandbox"
` [PATCH 02/13] buildman: Fix CROSS_COMPILE output for sandbox
` [PATCH 03/13] x86: samus: Drop EFI_LOADER
` [PATCH 04/13] x86: ivybridge: Ensure LPC is available for GPIO base
` [PATCH 05/13] x86: Support debug UART in 64-bit mode
` [PATCH 06/13] x86: Tidy up availability of string functions
` [PATCH 07/13] x86: mrc: Correct SPL debug message
` [PATCH 08/13] x86: spl: Show debugging for BSS
` [PATCH 09/13] sf: Guard against zero erasesize
` [PATCH 10/13] sf: Rename spi-nor-tiny functions
` [PATCH 11/13] dm: Emit the arch_cpu_init_dm() even only before relocation
` [PATCH 12/13] x86: Allow listing MTRRs in SPL
` [PATCH 13/13] x86: Add on to existing "

[PATCH 0/9] Enable splash screen
 2023-03-13 10:51 UTC  (11+ messages)
` [PATCH 1/9] drivers: video: Kconfig: Necessary configs for video at SPL
` [PATCH 2/9] drivers: video: tidss: Kconfig: Configs to enable TIDSS "
` [PATCH 3/9] cmd: Kconfig: Add necessary configs for splash screen "
` [PATCH 4/9] drivers: video: Makefile: Compile video driver files "
` [PATCH 5/9] drivers: video: tidss: Makefile: Add condition to compile TIDSS "
` [PATCH 6/9] cmd: Makefile: Add rules to build bmp.c and read.c "
` [PATCH 7/9] common: splash: Enable splash_display at SPL stage
` [PATCH 8/9] drivers: video: video-uclass: Disable u-boot logo at SPL
` [PATCH 9/9] board: ti: am62x: evm: OSPI support for splash screen

[PATCH v2 1/2] x86: Revert "x86: minnowmax: Adjust CONFIG_TEXT_BASE"
 2023-03-13  9:47 UTC  (4+ messages)
` [PATCH v2 2/2] x86: minnowmax: Adjust CONFIG_TEXT_BASE et at

[GIT PULL] Please pull u-boot-mmc master
 2023-03-13  5:26 UTC  (5+ messages)

[RFC PATCH 0/2] kconfig: Update to Linux v6.2
 2023-03-13  4:48 UTC  (5+ messages)
` [RFC PATCH 1/2] kconfig: Bring in from "
` [RFC PATCH 2/2] kconfig: U-Boot additions

[PATCH v7 00/23] Fixes for Rockchip NFC driver part 1
 2023-03-13  3:10 UTC  (5+ messages)
` [PATCH v7 11/23] core: remap: fix regmap_init_mem_plat() reg size handeling

[PATCH] i2c: correct I2C deblock logic
 2023-03-13  2:55 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