public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-05-11 11:59:06 to 2023-05-13 20:17:36 UTC [more...]

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

[PATCH] efi: fix semihosting EFI payload booting
 2023-05-13 14:59 UTC  (11+ messages)

[PULL] u-boot-sh/master_rzn1/rzn1
 2023-05-13 14:37 UTC 

[PATCH v3 0/3] initial support for the Videostrong KII Pro
 2023-05-13  9:59 UTC  (3+ messages)

[PATCH v7 00/10] Renesas RZ/N1 SoC initial support
 2023-05-13  1:55 UTC  (14+ messages)
` [PATCH v7 01/10] ARM: armv7: add non-SPL enable for Cortex SMPEN
` [PATCH v7 02/10] clk: renesas: prepare for non R-Car clock drivers
` [PATCH v7 03/10] clk: renesas: add R906G032 driver
` [PATCH v7 04/10] pinctrl: "
` [PATCH v7 05/10] ram: cadence: add driver for Cadence EDAC
` [PATCH v7 06/10] ARM: dts: add devicetree for Renesas RZ/N1 SoC
` [PATCH v7 07/10] ARM: rmobile: Add support "
` [PATCH v7 08/10] board: schneider: add RZN1 board support
` [PATCH v7 09/10] tools: spkgimage: add Renesas SPKG format
` [PATCH v7 10/10] doc: renesas: add Renesas board docs

[PATCH 1/3] makefile: Fix symbol typo in binary_size_check
 2023-05-12 23:01 UTC  (3+ messages)
` [PATCH 2/3] makefile: Consider "no relocs" to be "no unexpected relocs"
` [PATCH 3/3] clang: Link with --no-pie instead of --apply-dynamic-relocs

[PATCH] arm: set alignment properly for asm funcs
 2023-05-12 22:31 UTC 

[PATCH] sunxi: Fix typo in include guard
 2023-05-12 21:22 UTC 

[PATCH 0/6] efi_loader: fix efi_dp_from_file()
 2023-05-13  8:48 UTC  (7+ messages)
` [PATCH 1/6] efi_loader: avoid #ifdef in efi_dp_from_name()
` [PATCH 2/6] efi_loader: duplicate code in efi_dp_from_name
` [PATCH 3/6] efi_loader: clean up efi_dp_from_file
` [PATCH 4/6] efi_loader: error code efi_dp_from_name()
` [PATCH 5/6] efi_loader: simplify efi_dp_from_name()
` [PATCH 6/6] efi_loader: fix efi_dp_from_file()

[[PATCH v2] 0/4] cmd: tlv_eeprom: global variables and error cleanup
 2023-05-13  8:39 UTC  (4+ messages)
` [[PATCH v2] 4/4] cmd: tlv_eeprom: enable 'dev' subcommand before 'read'

U-Boot OMAP GPMC ECC change
 2023-05-13  5:59 UTC  (6+ messages)

[PATCH 1/1] efi_loader: support booting semihosting file
 2023-05-13  0:30 UTC 

[u-boot-test-hooks PATCH 1/1] qemu_arm64_na: enable semihosting
 2023-05-12 22:59 UTC 

[PATCH v3 00/11] Add ethernet driver for StarFive JH7110 SoC
 2023-05-12 22:57 UTC  (3+ messages)
` [PATCH v3 03/11] eeprom: starfive: Enable ID EEPROM configuration

[PATCH 1/1] semihosting: create file in smh_fs_write_at()
 2023-05-12 22:47 UTC 

[PATCH v5 00/10] Renesas RZ/N1 SoC initial support
 2023-05-12 20:36 UTC  (13+ messages)
` [PATCH v5 01/10] ARM: armv7: add non-SPL enable for Cortex SMPEN
` [PATCH v5 02/10] clk: renesas: prepare for non R-Car clock drivers
` [PATCH v5 03/10] clk: renesas: add R906G032 driver
` [PATCH v5 04/10] pinctrl: "
` [PATCH v5 05/10] ram: cadence: add driver for Cadence EDAC
` [PATCH v5 06/10] ARM: dts: add devicetree for Renesas RZ/N1 SoC
` [PATCH v5 07/10] ARM: rmobile: Add support "
` [PATCH v5 08/10] board: schneider: add RZN1 board support
` [PATCH v5 09/10] tools: spkgimage: add Renesas SPKG format
` [PATCH v5 10/10] doc: renesas: add Renesas board docs

[PATCH v5 00/10] Renesas RZ/N1 SoC initial support
 2023-05-12 20:14 UTC  (15+ messages)
` [PATCH v5 08/10] board: schneider: add RZN1 board support
` [PATCH v5 09/10] tools: spkgimage: add Renesas SPKG format

[PATCH 1/1] efi_loader: print file path w/o boot device
 2023-05-12 19:44 UTC 

[PATCH 0/2] arm: mach-k3: j721s2: Add main_uart5 device and clock data
 2023-05-12 17:42 UTC  (4+ messages)
` [PATCH 1/2] arm: mach-k3: j721s2: dev-data.c: Add main_uart5 device data
` [PATCH 2/2] arm: mach-k3: j721s2: clk-data.c: Add main_uart5 clock data

[PATCH] board: rockchip: Add Support for RG353PS and Panel Auto Detection
 2023-05-12 16:34 UTC 

[PATCH 0/5] rockchip: Fix eMMC performance regression
 2023-05-12 15:17 UTC  (5+ messages)
` [PATCH 1/5] mmc: rockchip_sdhci: Skip blocks read workaround on RK3399
` [PATCH 2/5] mmc: rockchip_sdhci: Disable DMA mode using a device tree property

Subject: [PATCH v3 00/18] TI TPS6594 PMIC support for multiple TI EVMs
 2023-05-12 13:17 UTC  (19+ messages)
` [PATCH 01/18] drivers: pmic: TPS65941 add support for WD disable
` [PATCH 02/18] drivers: regulator: Fixes for TPS65941 LDO voltage conversion
` [PATCH 03/18] configs: j721e_evm: Add support for TPS65941 PMICs on j721e TI EVM board
` [PATCH 04/18] board: ti: k3-j721e: Force TPS65941 PMIC WD disable "
` [PATCH 05/18] DONOTMERGE: arm: dts: k3-j721e: u-boot overlay for TI tps6594 PMIC
` [PATCH 06/18] DONOTMERGE: arm: dts: k3-j721e: refactor r5 board file to use Linux dts tps6594 description
` [PATCH 07/18] DONOTMERGE: arm: dts: k3-j721e: realign node name on linux dts name
` [PATCH 08/18] configs: am62ax_evm_a53: Enable support for TI TPS6593 PMIC
` [PATCH 09/18] DONOTMERGE: arm: dts: k3-am62a7-sk: Add TI TPS6593 PMIC support
` [PATCH 10/18] configs: j7200_evm: Enable TP6594 family PMICs
` [PATCH 11/18] DONOTMERGE: arm: dts: k3-j7200: Add "
` [PATCH 12/18] DONOTMERGE: arch: arm: dts: k3-j721s2: Add TPS6594 "
` [PATCH 13/18] configs: j721s2_evm: Enable TP6594 PMIC and AVS0
` [PATCH 14/18] board: ti: k3-j721s2: Force TPS65941 PMIC WD disable
` [PATCH 15/18] board: ti: k3-j721s2: Enable AVS0 on board init
` [PATCH 16/18] DONOTMERGE: arch: arm: dts: k3-j784s4-evm: Add TI TPS6594 PMIC support
` [PATCH 17/18] arch: arm: dts: k3-j784s4-r5-evm: "
` [PATCH 18/18] configs: j784s4_evm_a72: Enable "

[GIT PULL] please pull fsl-qoirq-2023-5-5
 2023-05-12 14:36 UTC  (4+ messages)

[PATCH] ARM: stm32: Fix OF_LIST on DHCOR
 2023-05-12 13:58 UTC  (2+ messages)

[PATCH 1/3] usb: Tidy up the usb_start flag
 2023-05-12 13:56 UTC  (2+ messages)

[PATCH] ARM: stm32: Add IWDG handling into PSCI suspend code
 2023-05-12 13:55 UTC  (5+ messages)

[PATCH] ARM: stm32: Add missing header for save_boot_params
 2023-05-12 13:53 UTC  (2+ messages)

[PATCH] ARM: stm32: Use __section(".data") with dot in the section name on DHSOM
 2023-05-12 13:52 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH v2] ARM: stm32: Add IWDG handling into PSCI suspend code
 2023-05-12 13:52 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH v10 00/10] introduce Arm FF-A support
 2023-05-12 12:14 UTC  (19+ messages)
` [PATCH v11 "
  ` [PATCH v11 05/10] arm_ffa: introduce armffa command
  ` [PATCH v11 09/10] arm_ffa: efi: introduce FF-A MM communication
  ` [PATCH v12 00/10] introduce Arm FF-A support
    ` [PATCH v12 01/10] arm64: smccc: add support for SMCCCv1.2 x0-x17 registers
    ` [PATCH v12 02/10] lib: uuid: introduce uuid_str_to_le_bin function
    ` [PATCH v12 03/10] lib: uuid: introduce testcase for uuid_str_to_le_bin
    ` [PATCH v12 04/10] arm_ffa: introduce Arm FF-A support
    ` [PATCH v12 05/10] arm_ffa: introduce armffa command
    ` [PATCH v12 06/10] arm_ffa: introduce sandbox FF-A support
    ` [PATCH v12 07/10] arm_ffa: introduce sandbox test cases for UCLASS_FFA
    ` [PATCH v12 08/10] arm_ffa: introduce armffa command Sandbox test
    ` [PATCH v12 09/10] arm_ffa: efi: introduce FF-A MM communication
    ` [PATCH v12 10/10] arm_ffa: efi: corstone1000: enable "

[PATCH 0/2] arm: mach-k3: j7200: Add main_uart1 device and clock data
 2023-05-12 10:02 UTC  (3+ messages)
` [PATCH 1/2] arm: mach-k3: j7200: dev-data.c: Add main_uart1 device data
` [PATCH 2/2] arm: mach-k3: j7200: clk-data.c: Add main_uart1 clock data

Passing ethaddr and eth1addr from FSBL @ 0xfffffc00 not working anymore
 2023-05-12  7:59 UTC 

[PATCH v5 00/17] Basic StarFive JH7110 RISC-V SoC support
 2023-05-12  5:50 UTC  (3+ messages)
` [PATCH v5 01/17] riscv: cpu: jh7110: Add support for jh7110 SoC

[PATCH] usb: cdns3: gadget.c: Set fast access bit
 2023-05-12  4:42 UTC  (8+ messages)
  ` [EXTERNAL] "

[PATCH v2] arm: mach-k3: arm64-mmu: do not map ATF and OPTEE regions in A53 MMU
 2023-05-12 11:58 UTC 

[PATCH 0/8] Updats SPL splashscreen framework for AM62x
 2023-05-12 11:46 UTC  (19+ messages)
` [PATCH 1/8] common: spl: spl: Update stack pointer address
` [PATCH 2/8] arch: arm: mach-k3: common: Return a pointer after setting page table
` [PATCH 3/8] board: ti: am62x: evm: Update function calls for splash screen
` [PATCH 4/8] include: video: Reserve video using blob
` [PATCH 5/8] common: board_f: Pass frame buffer info from SPL to u-boot
` [PATCH 6/8] drivers: video: Kconfig: Add config remove video
` [PATCH 7/8] common: spl: spl: Remove video driver
` [PATCH 8/8] configs: am62x_evm_a53: Add bloblist address

[PATCH v2] environment: ti: rproc: fix remoteproc environment variables
 2023-05-12 11:40 UTC 

[PATCH] environment: ti: rproc: fix semicolon
 2023-05-12  8:53 UTC 

[RESEND PATCH v2 0/2] odroid: fix boot issues on u2, xu4 and siblings
 2023-05-12  8:07 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"

[PATCH v2] efi_loader: Fix warnings for unaligned accesses
 2023-05-12  5:28 UTC  (5+ messages)

[PATCH] imx: imx8mp: Add support for Polyhex Debix Model A SBC
 2023-05-12  0:47 UTC  (2+ messages)

[PATCH v3 00/23] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-05-11 19:41 UTC  (28+ messages)
` [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 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 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] arm: Remove ti816x_evm board and ti816x SoC support
 2023-05-11 18:07 UTC 

[PATCH] mips: only produce jr.hb if CPU support Release 2
 2023-05-11 16:43 UTC 

[PATCH] arm: mach-k3: arm64-mmu: do not map ATF and OPTEE regions in A53 MMU
 2023-05-11 16:44 UTC  (2+ messages)

Please pull u-boot-x86
 2023-05-11 16:33 UTC  (2+ messages)

[PATCH] mmc: rpmb: realign frames before passing to MMC driver
 2023-05-11 15:07 UTC 

[RFC PATCH 0/5] LWIP stack integration
 2023-05-11 13:52 UTC  (14+ messages)
` [RFC PATCH 1/5] add lwip-external submodule
` [RFC PATCH 3/5] add doc/README.lwip
` [RFC PATCH 4/5] add doc/README.lwip.size

[PATCH] drivers: core: ofnode: fix typo in panel timing decode
 2023-05-11 14:36 UTC 

[PATCH] dt-bindings: u-boot: Add variables for bootscript location
 2023-05-11 14:33 UTC 

envtools lack extra settings since commit 86b9c3e4e4 ("env: Allow U-Boot scripts to be placed in
 2023-05-11 13:57 UTC  (4+ messages)

[PATCH v4] mtd: cfi: respect reg address length
 2023-05-11 11:19 UTC 

[PATCH 0/2] arm: mach-k3: j721e: Add main_uart2 device and clock data
 2023-05-11  7:44 UTC  (3+ messages)
` [PATCH 1/2] arm: mach-k3: j721e: dev-data.c: Add main_uart2 device data
` [PATCH 2/2] arm: mach-k3: j721e: clk-data.c: Add main_uart2 clock data


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