public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-07-14 00:38:06 to 2023-07-15 15:04:02 UTC [more...]

[v1] disable NFS support by default
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] env: mmc: statically set the environment partition name
 2023-07-15 15:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] firmware: scmi: return a right errno for SCMI status code
 2023-07-15 15:03 UTC  (3+ messages)

[PATCH] hash: fix a memory leak
 2023-07-15 15:03 UTC  (2+ messages)

[PATCH] clk: scmi: claim the dependency on CONFIG_CLK
 2023-07-15 15:03 UTC  (4+ messages)
` Reminder, "

[PATCH v1 0/4] Add NPCM8xx more feature support
 2023-07-15 15:02 UTC  (3+ messages)
` [PATCH v1 1/4] board: nuvoton: arbel: change uboot load address

[PATCH v1 0/4] fix type error and add feature to boot to kernel
 2023-07-15 15:02 UTC  (3+ messages)
` [PATCH v1 1/4] ARM: config: Enable config to decompress the FIT image

[PATCH] .mailmap: Correct entires for Masahiro Yamada
 2023-07-15 15:02 UTC 

[PATCH] stdio: Remove stdio_init()
 2023-07-15 14:58 UTC  (4+ messages)

[PATCH] fwu: Allow code to properly decode trial state
 2023-07-15 14:45 UTC  (2+ messages)

[PATCH] fwu: Show number of attempts in Trial State
 2023-07-15 14:38 UTC  (2+ messages)

[PATCH v4 00/12] Integrate EFI capsule tasks into u-boot's build flow
 2023-07-15 13:45 UTC  (13+ messages)
` [PATCH v4 01/12] binman: bintool: Build a tool from a list of commands
` [PATCH v4 02/12] nuvoton: npcm845-evb: Add a newline at the end of file
` [PATCH v4 03/12] capsule: authenticate: Add capsule public key in platform's dtb
` [PATCH v4 04/12] doc: capsule: Document the new mechanism to embed ESL file into dtb
` [PATCH v4 05/12] tools: mkeficapsule: Add support for parsing capsule params from config file
` [PATCH v4 06/12] binman: capsule: Add support for generating capsules
` [PATCH v4 07/12] doc: Add documentation to highlight capsule generation related updates
` [PATCH v4 08/12] CI: capsule: Setup the files needed for capsule update testing
` [PATCH v4 09/12] test: py: Setup capsule files for testing
` [PATCH v4 10/12] test: capsule: Remove public key embed logic from capsule update test
` [PATCH v4 11/12] sandbox: capsule: Add a config file for generating capsules
` [PATCH v4 12/12] sandbox: capsule: Generate capsule related files through binman

[PATCH] bootstd: Make efi_mgr bootmeth work for non-sandbox setups
 2023-07-15 13:15 UTC  (4+ messages)

[PATCH 0/3] Load ASMedia XHCI controller firmware
 2023-07-15 12:51 UTC  (10+ messages)
` [PATCH 1/3] apple: Set up file system firmware loader
` [PATCH 2/3] iopoll: Add readb_poll_sleep_timeout
` [PATCH 3/3] usb: xhci-pci: Load ASMedia XHCI controller firmware

[PATCH v2 0/8] Integrate EFI capsule tasks into u-boot's build flow
 2023-07-15 12:30 UTC  (4+ messages)
` [PATCH v2 5/8] tools: mkeficapsule: Add support for parsing capsule params from config file

[PATCH v3 0/3] board: toradex: add verdin am62 support
 2023-07-15  7:40 UTC  (4+ messages)
` [PATCH v3 1/3] toradex: tdx-cfg-block: add verdin am62 skus
` [PATCH v3 2/3] arm: mach-k3: am62: fix 2nd mux option of clkout0
` [PATCH v3 3/3] board: toradex: add verdin am62 support

Pull request efi-2023-10-rc1
 2023-07-15 10:29 UTC 

[PATCH 4/4] rockchip: rk3308: fix same-as-spl boot order
 2023-07-15 10:19 UTC 

[PATCH 3/4] rockchip: rk3308: add support for sdmmc boot
 2023-07-15 10:19 UTC 

[PATCH 2/4] rockchip: rk3308: no DEBUG_UART_BOARD_INIT for ROCK Pi S
 2023-07-15 10:19 UTC 

[PATCH 1/4] rockchip: rk3308: fix board_debug_uart_init
 2023-07-15 10:19 UTC 

[PATCH 0/4] rockchip: rk3308: improve support for ROCK Pi S
 2023-07-15 10:19 UTC 

[PATCH v2 0/9] rockchip: Fix PCIe and NVMe support on RK3568
 2023-07-15 10:09 UTC  (3+ messages)
` [PATCH v2 8/9] rockchip: rk3568-rock-3a: Enable PCIe and NVMe support

[PATCH v2 0/3] board: rockchip: Add Hardkernel ODROID-M1
 2023-07-15  9:32 UTC  (3+ messages)
` [PATCH v2 3/3] "

[PATCH v10 0/4] Boot variables management for removable media
 2023-07-15  9:19 UTC  (4+ messages)
` [PATCH v10 3/4] Boot var automatic management for removable medias

[PATCH 1/1] test: avoid function name 'setup'
 2023-07-15  9:05 UTC 

[PATCH v1 0/6] Add support for PMICs used on Tegra 3 devices
 2023-07-15  8:09 UTC  (8+ messages)
` [PATCH v1 1/6] power: pmic: add the base max77663 pmic support
` [PATCH v1 2/6] power: regulator: max77663: add regulator support
` [PATCH v1 3/6] power: pmic: add the base TPS80031 PMIC support
` [PATCH v1 4/6] power: regulator: tps80031: add regulator support
` [PATCH v1 5/6] power: pmic: tps65910: add TPS65911 PMIC support
` [PATCH v1 6/6] power: regulator: tps65911: add regulator support

[PATCH] common: define time_t as 64bit
 2023-07-15  7:16 UTC 

[PATCH v7 00/23] Migration to using binman for bootloader
 2023-07-15  6:30 UTC  (28+ messages)
` [PATCH v7 01/23] binman: ti-board-config: Add support for TI board config binaries
` [PATCH v7 02/23] binman: ti-secure: Add support for TI signing
` [PATCH v7 03/23] arm: dts: k3: Add support for packaging sysfw.itb and tiboot3.bin
` [PATCH v7 04/23] j721e: schema: yaml: Add general schema and J721E board config files
` [PATCH v7 05/23] j721e: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v7 06/23] j7200: yaml: Add J7200 board config files
` [PATCH v7 07/23] j7200: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img
` [PATCH v7 08/23] am65x: yaml: Add AM65x board config files
` [PATCH v7 09/23] am65: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v7 10/23] am64x: yaml: Add board configs for AM64x
` [PATCH v7 11/23] am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img
` [PATCH v7 12/23] j721s2: yaml: Add board configs for J721S2
` [PATCH v7 13/23] j721s2: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img
` [PATCH v7 14/23] am62: yaml: Add board configs for AM62
` [PATCH v7 15/23] am625: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img
` [PATCH v7 16/23] am62a: yaml: Add board configs for AM62ax
` [PATCH v7 17/23] am62a: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img
` [PATCH v7 18/23] arm: k3-am65x-iot2050: Use binman for tispl.bin for iot2050
` [PATCH v7 19/23] k3: tools: config.mk: Update makefile and remove scripts
` [PATCH v7 20/23] doc: board: ti: Update documentation for binman flow
` [PATCH v7 21/23] binman: Overwrite symlink if it already exists
` [PATCH v7 22/23] buildman: Create a requirements.txt file
` [PATCH v7 23/23] CI: Make use of buildman requirements.txt

[PATCH] common: Kconfig: Fix CMD_BMP/BMP dependency
 2023-07-15  5:57 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH v2 0/6] introduce EFI_RAM_DISK_PROTOCOL
 2023-07-14 22:01 UTC  (9+ messages)
` [PATCH v2 1/6] efi_loader: add RAM disk device path
` [PATCH v2 2/6] ramdisk: add ramdisk uclass and driver
` [PATCH v2 3/6] cmd: ramdisk: add ramdisk control command
` [PATCH v2 4/6] efi_loader: add EFI_RAM_DISK_PROTOCOL implementation
` [PATCH v2 5/6] cmd: efidebug: add RAM disk mount command
` [PATCH v2 6/6] efi_selftest: add EFI_RAM_DISK_PROTOCOL selftest

[PATCH] configs: k2x_evm: Always include FIT loading support
 2023-07-14 21:52 UTC  (2+ messages)

[PATCH] phy: Add support for the Apple Type-C PHY
 2023-07-14 20:21 UTC 

[PATCH 0/2] Fix dependencies of USB Kconfig options
 2023-07-14 19:24 UTC  (3+ messages)
` [PATCH 1/2] cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOAD

[PATCH] pci: apple: Enable CONFIG_SYS_PCI_64BIT
 2023-07-14 19:15 UTC 

[PATCH v3 0/5] Introduce the sysinfo command
 2023-07-14 18:27 UTC  (13+ messages)
` [PATCH v3 1/6] sysinfo: Add IDs for board id and revision
` [PATCH v3 2/6] cmd: Add a sysinfo command
` [PATCH v3 3/6] sysinfo: Add a test
` [PATCH v3 4/6] sysinfo: Add documentation
` [PATCH v3 5/6] sysinfo: rcar3: Use int instead of char for revision
` [PATCH v3 6/6] sysinfo: rcar3: Implement BOARD_ID and BOARD_REV_*

[PATCH 1/2] schemas: Add firmware node schema
 2023-07-14 17:57 UTC  (3+ messages)

[PATCH v3 00/18] bootstd: Add a bootmeth for ChromiumOS on x86
 2023-07-14 17:29 UTC  (4+ messages)

[PATCH v2] bdinfo: Correct use of assertions
 2023-07-14 17:27 UTC  (2+ messages)

[PATCH 00/40] expo: Add an initial configuration editor
 2023-07-14 17:27 UTC  (2+ messages)

[PATCH] crc32: Drop duplicates crc header includes
 2023-07-14 14:39 UTC 

Pull request: u-boot-spi/master
 2023-07-14 16:05 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2023-07-14 16:04 UTC  (2+ messages)

Pull request: please pull u-boot-imx-20230713
 2023-07-14 16:04 UTC  (2+ messages)

[PATCH v2 1/6] net: split IP_TCP header into separate IP/IP6 and TCP headers
 2023-07-14 15:43 UTC  (3+ messages)
` [PATCH v2 5/6] net: add fastboot TCP documentation and IP6-only mode

[PATCH v3 0/7] clk: Switch from soc_clk_dump to clk_ops function
 2023-07-14 15:24 UTC  (8+ messages)
` [PATCH v3 1/7] clk: zynq: Move soc_clk_dump to Zynq clock driver
` [PATCH v3 2/7] clk: ast2600: Move soc_clk_dump function
` [PATCH v3 3/7] clk: k210: "
` [PATCH v3 4/7] clk: Add dump operation to clk_ops
` [PATCH v3 5/7] cmd: clk: Use dump function from clk_ops
` [PATCH v3 6/7] clk: treewide: switch to clock dump "
` [PATCH v3 7/7] cmd: clk: Make soc_clk_dump static

[PATCH v2 0/3] arm: mach-k3: am62: Add core number, gpu and pru autodetection FDT fixups
 2023-07-14 15:23 UTC  (4+ messages)
` [PATCH v2 1/3] arm: k3: Fix ft_system_setup so it can be enabled on any SoC
` [PATCH v2 2/3] arm: mach-k3: am62: Add CTRLMMR_WKUP_JTAG_DEVICE_ID register definition
` [PATCH v2 3/3] arm: mach-k3: am62: Fixup CPU core, gpu and pru nodes in fdt

[PATCH 00/18] K3 HS Support along with fixes
 2023-07-14 14:32 UTC  (21+ messages)
` [PATCH 01/18] arch: mach-k3: security: fix the check for authentication
` [PATCH 02/18] Kconfig: j721s2: Fix the scratchpad base
` [PATCH 03/18] board: ti: am64x: am64x.env: set fdtfile env variable
` [PATCH 04/18] mach-k3: common: correct the calculations for determining firewalls
` [PATCH 05/18] include: j7*_evm.h: Cleanups to be done
` [PATCH 06/18] configs: k3: Remove saved environments
` [PATCH 07/18] environment: ti: Prefix ARM64 DTB names with directory
` [PATCH 08/18] environment: ti: Make get_fdt_mmc common
` [PATCH 09/18] configs: Enable setexpr command on TI devices
` [PATCH 10/18] arm: k3: Add regex/gsub command handling
` [PATCH 11/18] env: Make common bootcmd across all k3 devices
` [PATCH 12/18] include: armv7: Enable distroboot across all configs
` [PATCH 13/18] configs: k3: make consistent bootcmd across all k3 socs
` [PATCH 14/18] board: ti: keys: add .key and .crt for fit signature signing
` [PATCH 15/18] k3-*-binman: dts: Pack u-boot.dtb instead of soc specific dtb
` [PATCH 16/18] lib: Kconfig: k3: Enable SHA512 for fit signature
` [PATCH 17/18] Kconfig: Enable FIT_SIGNATURE if ARM64
` [PATCH 18/18] configs: am64: Fix booting of fitImage on AM64x

[PATCHv4 0/5] net/lwip: add lwip library for the network stack
 2023-07-14 14:20 UTC  (6+ messages)
` [PATCHv4 1/5] net/lwip: add lwip-external submodule
` [PATCHv4 2/5] net/lwip: add lwip library for the network stack
` [PATCHv4 3/5] net/lwip: add doc/develop/net_lwip.rst
` [PATCHv4 4/5] net/lwip: add dns command
` [PATCHv4 5/5] net/lwip: apps/http: add dns support

[PATCH 1/5] mips: octeon: Correct types in cvmx-pko3-queue
 2023-07-14 14:13 UTC  (7+ messages)
` [PATCH 2/5] arm: mx5: Correct mxc_set_clock function prototype
` [PATCH 3/5] spl: Correct spl_board_boot_device "
` [PATCH 4/5] CI: Update to gcc-13.1.0
` [PATCH 5/5] CI: Update to the latest "Jammy" tag

[PATCH 0/2] add a trailing space to prompt for visionfive2 board
 2023-07-14  9:41 UTC  (3+ messages)
  ` [PATCH 1/2] configs: visionfive2: add a trailing space to prompt
  ` [PATCH 2/2] doc: visionfive2: apply a trailing space to the prompt

[PATCH 1/2] Revert "lib: string: Fix strlcpy return value", fix callers
 2023-07-14 11:24 UTC  (2+ messages)
` [PATCH 2/2] lib/charset: fix u16_strlcat() return value

[PATCH] arm: mach-k3: *: dev-data: Update to use ARRAY_SIZE
 2023-07-14 10:50 UTC  (2+ messages)

[PATCH v5 0/3] binman: Add support for externally encrypted blobs
 2023-07-14  9:14 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] binman: Allow cipher node as special section
` [PATCH v5 3/3] binman: Add tests for etype encrypted

[PATCH] arm: dts: imx8mm-phyboard-polis-rdk: Sync dts files with kernel
 2023-07-14  8:23 UTC 

[PATCH] menu: Ignore prompt variable if timeout is != 0
 2023-07-14  7:36 UTC 

[PATCH] cyclic: Add ratelimiting schedule() via CYCLIC_RATELIMIT_US
 2023-07-14  7:01 UTC  (3+ messages)

[PATCH v2] xilinx: board: Add support to pick bootscr address from DT
 2023-07-14  6:19 UTC  (3+ messages)

[PATCH v1 0/2] Introduce Meson SM driver
 2023-07-14  5:30 UTC  (10+ messages)
` [PATCH v1 1/2] drivers: firmware: introduce Meson Secure Monitor driver

[PATCH 1/3] arm: dts: imx8mm: Sync with Linux 6.3
 2023-07-14  5:17 UTC  (23+ messages)
` [PATCH 2/3] arm: dts: imx8mn: "

[PATCH 07/10] test: dm: add SCMI base protocol test
 2023-07-14  0:41 UTC  (10+ messages)


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