public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-03-01 10:35:24 to 2023-03-02 10:28:11 UTC [more...]

[PATCH v7 0/6] tpm: Support boot measurements
 2023-03-02 10:28 UTC  (8+ messages)
` [PATCH v7 1/6] tpm: Fix spelling for tpmu_ha union
` [PATCH v7 2/6] tpm: sandbox: Update for needed TPM2 capabilities
` [PATCH v7 3/6] tpm: Support boot measurements
` [PATCH v7 4/6] bootm: Support boot measurement
` [PATCH v7 5/6] test: Add sandbox TPM "
` [PATCH v7 6/6] doc: Add measured boot documentation

[PATCH v2 0/6] J7 platform hs fix
 2023-03-02 10:24 UTC  (8+ messages)
` [PATCH v2 2/6] configs: j721s2: merge HS and non-HS defconfigs
` [PATCH v2 5/6] Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region
` [PATCH v2 6/6] arm: mach-k3: Increase SYSFW max image size

[PATCH v2 0/4] FMP versioning support
 2023-03-02 10:15 UTC  (10+ messages)
` [PATCH v2 1/4] efi_loader: store firmware version into FmpState variable
` [PATCH v2 2/4] efi_loader: versioning support in GetImageInfo
` [PATCH v2 4/4] mkeficapsule: add FMP Payload Header

u-boot crashes if mass-storage devices are connected via USB-C
 2023-03-02  9:14 UTC  (4+ messages)

[PATCH v2] board: rockchip: Add rk3588 evb
 2023-03-02  9:11 UTC  (2+ messages)

[RFC PATCH 1/1] eficonfig: Add a 'scan-only' mode in eficonfig
 2023-03-02  9:07 UTC  (4+ messages)

[PATCH 00/10] efi: Improvements to booting and debugging
 2023-03-02  8:55 UTC  (5+ messages)
` [PATCH 07/10] efi: Add another tranch of GUIDs

[PATCH v7 00/10] vidconsole: refactoring and support for wider fonts
 2023-03-02  8:24 UTC  (6+ messages)
` [PATCH v7 01/10] video console: refactoring and optimization
` [PATCH v7 10/10] video console: add 12x22 console simple font test

[PATCH 0/2] improve 'read' command, add 'write' command
 2023-03-02  8:12 UTC  (17+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded dev_part parsing
  ` [PATCH v2 2/5] cmd: introduce 'write' command
  ` [PATCH v2 3/5] doc: document read/write commands
  ` [PATCH v2 4/5] sandbox: enable CMD_WRITE
  ` [PATCH v2 5/5] test: add tests of 'read' and 'write' shell commands
  ` [PATCH v3 0/5] improve 'read' command, add 'write' command
    ` [PATCH v3 1/5] cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded dev_part parsing
    ` [PATCH v3 2/5] cmd: introduce 'write' command
    ` [PATCH v3 3/5] doc: document read/write commands
    ` [PATCH v3 4/5] sandbox: enable CMD_WRITE
    ` [PATCH v3 5/5] test: add tests of 'read' and 'write' shell commands

[PATCH V7 00/15] IOT2050-related enhancements
 2023-03-02  6:38 UTC  (22+ messages)
` [PATCH V7 01/15] board: siemens: iot2050: Split the build for PG1 and PG2
` [PATCH V7 02/15] arm: dts: iot2050: Use the auto generator nodes for fdt
` [PATCH V7 04/15] iot2050: Migrate settings into board env file
` [PATCH V7 07/15] arm: dts: iot2050: Allow verifying U-Boot proper by SPL
` [PATCH V7 12/15] board: siemens: iot2050: use the named gpio to control the user-button
` [PATCH V7 13/15] iot2050: Refresh defconfigs and activate CONFIG_EFI_SCROLL_ON_CLEAR_SCREEN
` [PATCH V7 15/15] iot2050: Add support for configuring M.2 connector

[PATCH v2 1/5] phy: phy-mtk-tphy: remove macros to prepare bitfield value
 2023-03-02  6:23 UTC  (4+ messages)
` [PATCH v2 3/5] usb: xhci-mtk: modify the SOF/ITP interval for mt8195

[PATCH v2 1/8] rockchip: Drop bootstage stash in TPL and SPL for rockpro64
 2023-03-02  3:39 UTC  (7+ messages)
` [PATCH v2 2/8] rockchip: Disable DISTRO_DEFAULTS for rk3399 boards
` [PATCH v2 3/8] bootstd: Enable BOOTSTD_DEFAULTS by default
` [PATCH v2 4/8] Move DISTRO_DEFAULTS into boot/
` [PATCH v2 5/8] lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGH
` [PATCH v2 7/8] rockchip: Move to standard boot
` [PATCH v2 8/8] bootstd: Relax the argument requirements for bootflow scan

[PATCH 1/2] serial: sh: Add R-Car Gen4 support
 2023-03-02  3:23 UTC  (4+ messages)
` [PATCH 2/2] serial: sh: Add HSCIF support for R-Car SoC

[PATCH] image: Fix potentially uninitialized data variable
 2023-03-02  3:18 UTC  (4+ messages)

[PATCH v2 01/32] cmd: fdt: Import is_printable_string() from DTC to fix u32 misprint
 2023-03-02  3:08 UTC  (32+ messages)
` [PATCH v2 02/32] cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size
` [PATCH v2 03/32] cmd: fdt: Fix fdt rm behavior on non-existent property and error message space
` [PATCH v2 04/32] cmd: fdt: Fix fdt rsvmem behavior on non-existent index "
` [PATCH v2 05/32] cmd: fdt: Check argc before accessing argv in fdt bootcpu
` [PATCH v2 06/32] cmd: fdt: Check argc before accessing argv in fdt memory
` [PATCH v2 07/32] cmd: fdt: Align checksign parameter names in help text
` [PATCH v2 08/32] cmd: fdt: Handle 64bit pointers in fdt get addr
` [PATCH v2 09/32] cmd: fdt: Map address returned from fdt get addr to sysmem
` [PATCH v2 10/32] cmd: fdt: Add support for integer arrays in fdt get value with index
` [PATCH v2 11/32] test: Add ut_assert_nextline_empty() empty line helper
` [PATCH v2 12/32] test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()
` [PATCH v2 13/32] test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()
` [PATCH v2 14/32] test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it
` [PATCH v2 15/32] test: cmd: fdt: Test alias resolution in 'fdt get value'
` [PATCH v2 16/32] test: cmd: fdt: Test both string and integer arrays "
` [PATCH v2 17/32] test: cmd: fdt: Test fdt move
` [PATCH v2 18/32] test: cmd: fdt: Test fdt resize
` [PATCH v2 19/32] test: cmd: fdt: Test fdt print and list
` [PATCH v2 20/32] test: cmd: fdt: Test fdt get name
` [PATCH v2 21/32] test: cmd: fdt: Test fdt get addr
` [PATCH v2 22/32] test: cmd: fdt: Test fdt get size
` [PATCH v2 23/32] test: cmd: fdt: Test fdt set
` [PATCH v2 24/32] test: cmd: fdt: Test fdt mknode
` [PATCH v2 25/32] test: cmd: fdt: Test fdt rm
` [PATCH v2 26/32] test: cmd: fdt: Test fdt header
` [PATCH v2 27/32] test: cmd: fdt: Test fdt bootcpu
` [PATCH v2 28/32] test: cmd: fdt: Test fdt memory
` [PATCH v2 29/32] test: cmd: fdt: Test fdt rsvmem
` [PATCH v2 30/32] test: cmd: fdt: Test fdt chosen
` [PATCH v2 31/32] test: cmd: fdt: Test fdt apply
` [PATCH v2 32/32] test: cmd: fdt: Add list of remaining missing tests

[PATCH 01/32] cmd: fdt: Import is_printable_string() from DTC to fix u32 misprint
 2023-03-02  3:07 UTC  (66+ messages)
` [PATCH 02/32] cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size
` [PATCH 03/32] cmd: fdt: Fix fdt rm behavior on non-existent property and error message space
` [PATCH 04/32] cmd: fdt: Fix fdt rsvmem behavior on non-existent index "
` [PATCH 05/32] cmd: fdt: Check argc before accessing argv in fdt bootcpu
` [PATCH 06/32] cmd: fdt: Check argc before accessing argv in fdt memory
` [PATCH 07/32] cmd: fdt: Align checksign parameter names in help text
` [PATCH 08/32] cmd: fdt: Handle 64bit pointers in fdt get addr
` [PATCH 09/32] cmd: fdt: Map address returned from fdt get addr to sysmem
` [PATCH 10/32] cmd: fdt: Add support for integer arrays in fdt get value with index
` [PATCH 11/32] test: Add ut_assert_nextline_empty() empty line helper
` [PATCH 12/32] test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()
` [PATCH 13/32] test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()
` [PATCH 14/32] test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it
` [PATCH 15/32] test: cmd: fdt: Test alias resolution in 'fdt get value'
` [PATCH 16/32] test: cmd: fdt: Test both string and integer arrays "
` [PATCH 17/32] test: cmd: fdt: Test fdt move
` [PATCH 18/32] test: cmd: fdt: Test fdt resize
` [PATCH 19/32] test: cmd: fdt: Test fdt print and list
` [PATCH 20/32] test: cmd: fdt: Test fdt get name
` [PATCH 21/32] test: cmd: fdt: Test fdt get addr
` [PATCH 22/32] test: cmd: fdt: Test fdt get size
` [PATCH 23/32] test: cmd: fdt: Test fdt set
` [PATCH 24/32] test: cmd: fdt: Test fdt mknode
` [PATCH 25/32] test: cmd: fdt: Test fdt rm
` [PATCH 26/32] test: cmd: fdt: Test fdt header
` [PATCH 27/32] test: cmd: fdt: Test fdt bootcpu
` [PATCH 28/32] test: cmd: fdt: Test fdt memory
` [PATCH 29/32] test: cmd: fdt: Test fdt rsvmem
` [PATCH 30/32] test: cmd: fdt: Test fdt chosen
` [PATCH 31/32] test: cmd: fdt: Test fdt apply
` [PATCH 32/32] test: cmd: fdt: Add list of remaining missing tests

[PATCH 1/2] test: Wrap assert macros in ({ ... }) and fix missing semicolons
 2023-03-02  3:05 UTC  (2+ messages)
` [PATCH 2/2] test: cmd: fdt: Drop new unneeded curly brackets

[PATCH] cmd: fdt: Drop the 0x prefix
 2023-03-02  3:04 UTC 

[PATCH V2 0/9] Rockchip: Improve Support for RK3566 Devices
 2023-03-02  2:54 UTC  (11+ messages)
` [PATCH V2 1/9] gpio: gpio-rockchip: parse gpio-ranges for bank id
` [PATCH V2 7/9] gpio/rockchip: rk_gpio support v2 gpio controller
` [PATCH V2 8/9] arm64: dts: rockchip: add gpio-ranges property to gpio nodes

Pull request: u-boot-rockchip-20230228
 2023-03-02  1:49 UTC  (3+ messages)

[PATCH] mtd: spi-nor: Add CHIP_ERASE optimization
 2023-03-02  1:46 UTC 

[PATCH v6 0/6] tpm: Support boot measurements
 2023-03-01 22:35 UTC  (4+ messages)
` [PATCH v6 6/6] doc: Add measured boot documentation

[PATCH v2 0/4] patman: Speed up some operations
 2023-03-01 22:13 UTC  (9+ messages)
` [PATCH v2 1/4] patman: Drop an incorrect comment about git am
` [PATCH v2 2/4] patman: Refactor MakeCcFile() into two functions
` [PATCH v2 3/4] patman: Run get_maintainer.pl in parallel
` [PATCH v2 4/4] patman: Check patches "

[PATCH] sandbox: Correctly define BITS_PER_LONG
 2023-03-01 20:14 UTC  (6+ messages)

[PATCH 00/17] patman: Convert camel case
 2023-03-01 20:14 UTC  (3+ messages)
` [PATCH 17/17] RFC: tools: Add a camel-case conversion script

[PATCH] arm64: a37xx: pinctrl: probe after binding
 2023-03-01 20:14 UTC  (5+ messages)

[PATCH] MAINTAINERS: assign sandbox drivers to SANDBOX
 2023-03-01 20:14 UTC  (3+ messages)

[PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG
 2023-03-01 20:14 UTC  (5+ messages)

[PATCH v2 1/1] sandbox: fix building with CONFIG_SPL_TIMER=y
 2023-03-01 20:14 UTC  (3+ messages)

[PATCH] tools: binman: minor formatting fix in docs
 2023-03-01 20:14 UTC  (3+ messages)

Please pull u-boot-dm
 2023-03-01 20:10 UTC 

Please pull u-boot-marvell/next
 2023-03-01 19:54 UTC  (2+ messages)

[PATCH v5 0/6] rockchip: Use external TPL binary to create a working firmware image
 2023-03-01 18:35 UTC  (3+ messages)
` [PATCH v5 2/6] rockchip: Use an external TPL binary on RK3568
  ` Aw: "

[PATCH] WIP: Example pinctrl changes for armada 37xx
 2023-03-01 18:26 UTC 

[PATCH 0/2] rockchip: theobroma: enforce ENV_IS_NOWHERE with Kconfig select
 2023-03-01 17:31 UTC  (3+ messages)
` [PATCH 1/2] rockchip: puma-rk3399: "
` [PATCH 2/2] rockchip: ringneck-px30: "

[RFC PATCH] binman: bintool: etype: Add support for ti-secure entry
 2023-03-01 17:11 UTC  (5+ messages)

Re-writing SMC91111 Ethernet driver
 2023-03-01 16:11 UTC  (2+ messages)

[PATCH v2] pinctrl: rockchip: support rk3588 pinctrl
 2023-03-01 16:07 UTC  (2+ messages)

[PATCH v2 0/1] introduce .editorconfig
 2023-03-01 15:58 UTC  (3+ messages)
` [PATCH v2 1/1] editorconfig: "

[PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes
 2023-03-01 15:48 UTC  (2+ messages)

[PATCH v2 00/26] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-03-01 15:33 UTC  (11+ messages)
` [PATCH v2 02/26] cmd: nvedit: check for ENV_SUPPORT
` [PATCH v2 03/26] lib: crc32: prepare for CONFIG_IS_ENABLED changes
` [PATCH v2 08/26] tools: prevent CONFIG_IS_ENABLED errors by including linux/kconfig.h
` [PATCH v2 09/26] tools: Makefile: prepare for CONFIG_IS_ENABLED changes by adding CONFIG_TOOLS_xxx
` [PATCH v2 14/26] puma-rk3399: use IS_ENABLED_NOCHECK to avoid CI test failure for ENV_IS_NOWHERE

[PATCH v5 00/21] Fixes for Rockchip NFC driver part 1
 2023-03-01 15:01 UTC  (13+ messages)
` [PATCH v5 12/21] core: read: add dev_read_addr_index_ptr function
` [PATCH v5 13/21] spi: spi-aspeed-smc: use devfdt_get_addr_index_ptr
` [PATCH v5 15/21] drivers: use dev_read_addr_ptr when cast to pointer
` [PATCH v5 17/21] drivers: use devfdt_get_addr_index_ptr "
` [PATCH v5 18/21] drivers: use devfdt_get_addr_ptr "
` [PATCH v5 19/21] drivers: fix debug string with fdt_addr_t input

[PATCH] rpi: Update the RPi Zero 2W DT filename
 2023-03-01 15:13 UTC  (2+ messages)

[PATCH] console: Use only 0x00 as line separator for console recording
 2023-03-01 15:02 UTC  (2+ messages)

[PATCH 1/2] Azure CI: Save pytest output automatically
 2023-03-01 15:01 UTC  (4+ messages)
` [PATCH 2/2] Azure CI: Be explicit about pytest cache directory

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

[PULL] u-boot-at91-fixes-2023.04-a
 2023-03-01 14:54 UTC  (2+ messages)

[PATCH v5 0/6] FWU: Handle meta-data in common code
 2023-03-01 11:16 UTC  (5+ messages)
` [PATCH v5 3/6] fwu: move meta-data management in core
` [PATCH v5 4/6] fwu: gpt: implement read_mdata and write_mdata callbacks

[PATCH v3 0/2] Fix sparse warnings
 2023-03-01 10:33 UTC  (3+ messages)
` [PATCH v3 1/2] xilinx: zynqmp: Add missing prototype for zynqmp_mmio_write
` [PATCH v3 2/2] spl: Add missing prototype for board_boot_order


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