u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-08 14:40:57 to 2023-03-10 14:12:04 UTC [more...]

[PATCH v8 03/10] arm_ffa: introduce Arm FF-A low-level driver
 2023-03-10 14:10 UTC  (8+ messages)
` [PATCH v9 00/10] introduce Arm FF-A support
  ` [PATCH v9 01/10] arm64: smccc: add support for SMCCCv1.2 x0-x17 registers
  ` [PATCH v9 02/10] lib: uuid: introduce uuid_str_to_le_bin function
  ` [PATCH v9 03/10] lib: uuid: introduce testcase for uuid_str_to_le_bin
  ` [PATCH v9 05/10] arm_ffa: introduce armffa command
  ` [PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver
  ` [PATCH v9 07/10] arm_ffa: introduce Sandbox test cases for UCLASS_FFA

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

[PATCH] gitattributes: Treat .bin files as binary
 2023-03-10 13:52 UTC 

[PATCH] imx: imx8mm: Add suppoer for Mettler-Toledo snowflake board
 2023-03-10 13:50 UTC 

[PATCH] sysinfo: gpio: fix loop over DT "revisions" array
 2023-03-10 10:58 UTC 

[PATCH v2 0/3] Add StarFive JH7110 PCIe drvier support
 2023-03-10 10:36 UTC  (4+ messages)
` [PATCH v2 1/3] starfive: pci: Add StarFive JH7110 pcie driver

[PATCH] arm: imx: add u-boot-nand.imx to boot from NAND without SPL
 2023-03-10 10:07 UTC 

[PATCH 0/2] CI configuration improvements
 2023-03-10  9:53 UTC  (3+ messages)
` [PATCH 1/2] CI: Allow job tag to be optionally set globally
` [PATCH 2/2] CI: Allow a mirror to be specified for Docker Hub

[PATCH v2 0/4] NFSv1 support
 2023-03-10  9:51 UTC  (5+ messages)
` [PATCH v2 1/4] nfs: convert supported_nfs_versions bitfield to an enum
` [PATCH v2 2/4] nfs: factor out generic reply error handling
` [PATCH v2 3/4] nfs: handle rpc errors for mount calls
` [PATCH v2 4/4] net: add NFSv1 support

[PATCH v8 00/10] vidconsole: refactoring and support for wider fonts
 2023-03-10  9:26 UTC  (6+ messages)
` [PATCH v8 04/10] video console: implement multiple fonts configuration

[PATCH 0/4] nvmem: cell post-processing & U-Boot env MAC support
 2023-03-10  9:25 UTC  (11+ messages)
` [PATCH 2/4] nvmem: core: allow nvmem_cell_post_process_t callbacks to adjust buffer

[PATCH v2 1/3] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add USB 2.0 host
 2023-03-10  9:04 UTC  (4+ messages)
` [PATCH v2 2/3] phy: rockchip-inno-usb2: add initial support for rk3588 PHY
` [PATCH v2 3/3] configs: rockchip: rock5b-rk3588: enable USB and regulators

[RFC PATCH] binman: bintool: etype: Add support for ti-secure entry
 2023-03-10  5:35 UTC  (6+ messages)

[GIT PULL] Please pull u-boot-mmc master
 2023-03-10  4:22 UTC 

[PATCH v2 32/32] test: cmd: fdt: Add list of remaining missing tests
 2023-03-10  3:34 UTC  (35+ messages)
` [PATCH v2 01/32] cmd: fdt: Import is_printable_string() from DTC to fix u32 misprint
  ` [PATCH v2 02/32] cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size
  ` [PATCH v2 28/32] test: cmd: fdt: Test fdt memory
  ` [PATCH v2 27/32] test: cmd: fdt: Test fdt bootcpu
  ` [PATCH v2 25/32] test: cmd: fdt: Test fdt rm
  ` [PATCH v2 24/32] test: cmd: fdt: Test fdt mknode
  ` [PATCH v2 23/32] test: cmd: fdt: Test fdt set
  ` [PATCH v2 22/32] test: cmd: fdt: Test fdt get size
  ` [PATCH v2 21/32] test: cmd: fdt: Test fdt get addr
  ` [PATCH v2 20/32] test: cmd: fdt: Test fdt get name
  ` [PATCH v2 18/32] test: cmd: fdt: Test fdt resize
  ` [PATCH v2 17/32] test: cmd: fdt: Test fdt move
  ` [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 14/32] test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it
  ` [PATCH v2 13/32] test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()
  ` [PATCH v2 12/32] test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()
  ` [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 09/32] cmd: fdt: Map address returned from fdt get addr to sysmem
  ` [PATCH v2 08/32] cmd: fdt: Handle 64bit pointers in fdt get addr
  ` [PATCH v2 07/32] cmd: fdt: Align checksign parameter names in help text
  ` [PATCH v2 06/32] cmd: fdt: Check argc before accessing argv in fdt memory
  ` [PATCH v2 05/32] cmd: fdt: Check argc before accessing argv in fdt bootcpu
  ` [PATCH v2 04/32] cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message space
  ` [PATCH v2 03/32] cmd: fdt: Fix fdt rm behavior on non-existent property "

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

[PATCH 1/3] mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()
 2023-03-10  2:48 UTC  (6+ messages)
` [PATCH 2/3] mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS support
` [PATCH 3/3] mmc: mv_sdhci: Depend on DM_MMC

[PATCH v2 1/3] mmc: Check support for TRIM operations
 2023-03-10  2:32 UTC  (6+ messages)
` [PATCH v2 2/3] mmc: erase: Use TRIM erase when available
` [PATCH v2 3/3] test: dm: mmc: Check block erasing boundaries

[PATCH 1/2] spl: mmc: Pass eMMC HW partition and SW partition to spl_mmc_get_uboot_raw_sector()
 2023-03-10  2:30 UTC  (4+ messages)
` [PATCH 2/2] spl: mmc: Pass eMMC HW partition 7 through

[PATCH v2 00/26] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-03-09 20:45 UTC  (6+ messages)
` [PATCH v2 02/26] cmd: nvedit: check for ENV_SUPPORT

[PATCH] README.mpc85xx-sd-spi-boot: Suggest the NXP boot format github repo
 2023-03-09 20:03 UTC  (9+ messages)

[PATCH 1/6] arm: Correct cpu_reset function prototype on some platforms
 2023-03-09 19:41 UTC  (8+ messages)
` [PATCH 2/6] spl: Add function prototype for spl_mmc_get_uboot_raw_sector
` [PATCH 3/6] examples: Don't use LTO for hello_world
` [PATCH 4/6] compulab: imx8mm-cl-iot-gate: Fix some function declarations in eeprom_spl.c
` [PATCH 5/6] purism: librem5: Fix a function declaration in spl.c
` [PATCH 6/6] RFC: arm: Enable LTO by default

[PATCH 0/2] rockchip: theobroma: enforce ENV_IS_NOWHERE with Kconfig select
 2023-03-09 19:34 UTC  (3+ messages)
` [PATCH 2/2] rockchip: ringneck-px30: "

Please pull u-boot-dm into -next
 2023-03-09 19:17 UTC  (2+ messages)

[PATCH v2 0/5] Support the required clocks to enable USB on SAM9X60
 2023-03-09 12:30 UTC  (7+ messages)
` [PATCH v2 1/5] clk: at91: Add support for sam9x60 USB clock
` [PATCH v2 2/5] clk: at91: sam9x60: Register the required clocks for USB
` [PATCH v2 3/5] clk: at91: pmc: export clock setup to pmc
` [PATCH v2 4/5] clk: at91: sam9x60: Add initial setup of UPLL and USBCK rates
` [PATCH v2 5/5] configs: at91: sam9x60: Add required configs for the USB clock

[PATCH 0/2] efi: remove error in efi_disk_probe/efi_disk_remove
 2023-03-09 11:49 UTC  (8+ messages)
` [PATCH 1/2] efi: remove error in efi_disk_probe
` [PATCH 2/2] efi: remove error in efi_disk_remove

[PATCH 1/3] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add USB 2.0 host
 2023-03-09 10:37 UTC  (6+ messages)
` [PATCH 2/3] phy: rockchip-inno-usb2: add initial support for rk3588 PHY

[PATCH 0/1] lib/vsprintf.c: fix integer overflow in vsprintf
 2023-03-09  9:45 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v6 00/22] Fixes for Rockchip NFC driver part 1
 2023-03-09  7:22 UTC  (6+ messages)
` [PATCH v6 06/22] mtd: nand: add support for the Sandisk SDTNQGAMA chip
` [PATCH v6 11/22] core: remap: convert regmap_init_mem_plat() input to phys_addr_t

[PATCH] rockchip: sdhci: rk3568: bypass DLL when clk <= 52 MHz
 2023-03-09  1:28 UTC 

[PATCH v2] mtd: rawnand: nand_base: Handle algorithm selection
 2023-03-08 23:02 UTC  (2+ messages)

[PATCH v2 5/5] binman: Make the tooldir configurable
 2023-03-08 22:17 UTC  (6+ messages)
` [PATCH v2 0/5] binman: Tidy up the location for bintools
  ` [PATCH v2 3/5] binman: Move the tools directory into the Bintool class
  ` [PATCH v2 2/5] binman: Update bintools documentation
  ` [PATCH v2 1/5] binman: Correct an 'aot' typo

[PATCH] binman: Avoid requiring a home directory on startup
 2023-03-08 22:18 UTC  (14+ messages)

[PATCH v2 4/4] buildman: Add a flag for reproducible builds
 2023-03-08 22:17 UTC  (6+ messages)
` [PATCH v2 1/4] buildman: Add a note about the out-env file
  ` [PATCH v2 2/4] buildman: Write out the build command used
  ` [PATCH v2 3/4] buildman: Support disabling LTO

[PATCH v4 2/2] bootstd: Replicate the dtb-filename quirks of distroboot
 2023-03-08 22:17 UTC  (4+ messages)
` [PATCH v4 1/2] bootflow: Rename bootflow_flags_t

[PATCH v2 24/24] CI: Add a check for building tools for PyPi
 2023-03-08 22:17 UTC  (26+ messages)
` [PATCH v2 00/24] tools: Support uploading tools to PyPi for use with pip
  ` [PATCH v2 23/24] doc: Add notes on how to install patman and binman
  ` [PATCH v2 22/24] test: Add concurrencytest to the requirements
  ` [PATCH v2 21/24] binman: Add support for building a binmanu PyPi package
  ` [PATCH v2 20/24] binman: Use importlib to find the help
  ` [PATCH v2 19/24] binman: Hide the 'test' command unless test code is available
  ` [PATCH v2 18/24] binman: Move the main code into a function
  ` [PATCH v2 17/24] dtoc: Add support for building a dtoc PyPi package
  ` [PATCH v2 16/24] dtoc: Use pathlib to find the test directory
  ` [PATCH v2 15/24] dtoc: Move the main code into a function
  ` [PATCH v2 14/24] dtoc: Hide the test options unless test code is available
  ` [PATCH v2 13/24] buildman: Add support for building a buildman PyPi package
  ` [PATCH v2 12/24] buildman: Use importlib to find the help
  ` [PATCH v2 11/24] buildman: Fix use of a type as a variable
  ` [PATCH v2 10/24] buildman: Hide the test options unless test code is available
  ` [PATCH v2 09/24] buildman: Move the main code into a function
  ` [PATCH v2 08/24] patman: Add support for building a patman PyPi package
  ` [PATCH v2 07/24] patman: Avoid importing test_checkpatch before it is needed
  ` [PATCH v2 06/24] patman: Add support for building a u_boot_tools PyPi package
  ` [PATCH v2 05/24] script: Add a script to build a "
  ` [PATCH v2 04/24] patman: Move library functions into a library directory
  ` [PATCH v2 03/24] Remove concurrencytest
  ` [PATCH v2 02/24] Revert "patman: test_util: Print test stdout/stderr within test summaries"
  ` [PATCH v2 01/24] binman: Avoid unwanted output in testFitFirmwareLoadables()

[PATCH 3/9] binman: Use correct argument name in docstrings
 2023-03-08 22:17 UTC  (8+ messages)
` [PATCH 0/9] binman: Show missing blob message when building U-Boot
  ` [PATCH 1/9] binman: Remove redundant SetAllowFakeBlob from blob-ext entry
  ` [PATCH 2/9] binman: Fix spelling of nodes in code comments

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

[PATCH] buildman: Correct CROSS_COMPILE output for sandbox
 2023-03-08 22:16 UTC  (2+ messages)

[PATCH v2] nand: brcmnand: add iproc support
 2023-03-08 21:42 UTC 

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

[PATCH v8 0/6] tpm: Support boot measurements
 2023-03-08 21:12 UTC  (3+ messages)

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

[PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes
 2023-03-08 20:36 UTC  (11+ messages)
                  ` kwbimage config file documentation (Was: Re: [PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes)

[PATCH] nand: brcmnand: add iproc support
 2023-03-08 20:13 UTC  (5+ messages)

qemu_arm_defconfig with LTO fails due to unaligned access
 2023-03-08 19:28 UTC  (4+ messages)

[PATCH] mtd: rawnand: nand_base: Handle algorithm selection
 2023-03-08 17:48 UTC  (5+ messages)

[PATCH 0/3] Add command to set MPS of all PCI Express devices
 2023-03-08 17:16 UTC  (3+ messages)
` [PATCH 3/3] test: Add test for new command pci_mps

[PATCH v2 02/32] cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size
 2023-03-06 17:53 UTC 

[PATCH v2 27/32] test: cmd: fdt: Test fdt bootcpu
 2023-03-02  3:08 UTC 

[PATCH v2 25/32] test: cmd: fdt: Test fdt rm
 2023-03-02  3:08 UTC 

[PATCH v2 23/32] test: cmd: fdt: Test fdt set
 2023-03-02  3:08 UTC 

[PATCH v2 24/32] test: cmd: fdt: Test fdt mknode
 2023-03-02  3:08 UTC 

[PATCH v2 22/32] test: cmd: fdt: Test fdt get size
 2023-03-02  3:08 UTC 

[PATCH v2 21/32] test: cmd: fdt: Test fdt get addr
 2023-03-02  3:08 UTC 

[PATCH v2 20/32] test: cmd: fdt: Test fdt get name
 2023-03-02  3:08 UTC 

[PATCH v2 18/32] test: cmd: fdt: Test fdt resize
 2023-03-02  3:08 UTC 

[PATCH v2 17/32] test: cmd: fdt: Test fdt move
 2023-03-02  3:08 UTC 

[PATCH v2 15/32] test: cmd: fdt: Test alias resolution in 'fdt get value'
 2023-03-02  3:08 UTC 

[PATCH v2 16/32] test: cmd: fdt: Test both string and integer arrays in 'fdt get value'
 2023-03-02  3:08 UTC 

[PATCH v2 14/32] test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it
 2023-03-02  3:08 UTC 

[PATCH v2 13/32] test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()
 2023-03-02  3:08 UTC 

[PATCH v2 12/32] test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()
 2023-03-02  3:08 UTC 

[PATCH v2 11/32] test: Add ut_assert_nextline_empty() empty line helper
 2023-03-02  3:08 UTC 

[PATCH v2 10/32] cmd: fdt: Add support for integer arrays in fdt get value with index
 2023-03-02  3:08 UTC 

[PATCH v2 09/32] cmd: fdt: Map address returned from fdt get addr to sysmem
 2023-03-02  3:08 UTC 

[PATCH v2 08/32] cmd: fdt: Handle 64bit pointers in fdt get addr
 2023-03-02  3:08 UTC 

[PATCH v2 07/32] cmd: fdt: Align checksign parameter names in help text
 2023-03-02  3:08 UTC 

[PATCH v2 06/32] cmd: fdt: Check argc before accessing argv in fdt memory
 2023-03-02  3:08 UTC 

[PATCH v2 05/32] cmd: fdt: Check argc before accessing argv in fdt bootcpu
 2023-03-02  3:08 UTC 

[PATCH v2 04/32] cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message space
 2023-03-02  3:08 UTC 

[PATCH v2 03/32] cmd: fdt: Fix fdt rm behavior on non-existent property and error message space
 2023-03-02  3:08 UTC 

[PATCH v2 23/24] doc: Add notes on how to install patman and binman
 2023-02-24  1:18 UTC 

[PATCH v2 21/24] binman: Add support for building a binmanu PyPi package
 2023-02-24  1:18 UTC 

[PATCH v2 20/24] binman: Use importlib to find the help
 2023-02-24  1:18 UTC 

[PATCH v2 19/24] binman: Hide the 'test' command unless test code is available
 2023-02-24  1:18 UTC 

[PATCH v2 17/24] dtoc: Add support for building a dtoc PyPi package
 2023-02-24  1:18 UTC 

[PATCH v2 15/24] dtoc: Move the main code into a function
 2023-02-24  1:18 UTC 

[PATCH v2 22/24] test: Add concurrencytest to the requirements
 2023-02-24  1:18 UTC 

[PATCH v2 14/24] dtoc: Hide the test options unless test code is available
 2023-02-24  1:18 UTC 

[PATCH v2 18/24] binman: Move the main code into a function
 2023-02-24  1:18 UTC 

[PATCH v2 13/24] buildman: Add support for building a buildman PyPi package
 2023-02-24  1:18 UTC 

[PATCH v2 12/24] buildman: Use importlib to find the help
 2023-02-24  1:18 UTC 

[PATCH v2 09/24] buildman: Move the main code into a function
 2023-02-24  1:18 UTC 

[PATCH v2 16/24] dtoc: Use pathlib to find the test directory
 2023-02-24  1:18 UTC 

[PATCH v2 11/24] buildman: Fix use of a type as a variable
 2023-02-24  1:18 UTC 

[PATCH v2 10/24] buildman: Hide the test options unless test code is available
 2023-02-24  1:18 UTC 

[PATCH v2 07/24] patman: Avoid importing test_checkpatch before it is needed
 2023-02-24  1:18 UTC 

[PATCH v2 06/24] patman: Add support for building a u_boot_tools PyPi package
 2023-02-24  1:18 UTC 

[PATCH v2 04/24] patman: Move library functions into a library directory
 2023-02-24  1:18 UTC 

[PATCH v2 08/24] patman: Add support for building a patman PyPi package
 2023-02-24  1:18 UTC 

[PATCH v2 05/24] script: Add a script to build a PyPi package
 2023-02-24  1:18 UTC 

[PATCH v2 03/24] Remove concurrencytest
 2023-02-24  1:18 UTC 

[PATCH v2 02/24] Revert "patman: test_util: Print test stdout/stderr within test summaries"
 2023-02-24  1:18 UTC 

[PATCH v2 01/24] binman: Avoid unwanted output in testFitFirmwareLoadables()
 2023-02-24  1:18 UTC 

[PATCH v2 1/5] binman: Correct an 'aot' typo
 2023-02-22 19:14 UTC 

[PATCH v2 2/5] binman: Update bintools documentation
 2023-02-22 19:14 UTC 

[PATCH v2 3/5] binman: Move the tools directory into the Bintool class
 2023-02-22 19:14 UTC 

[PATCH v2 3/4] buildman: Support disabling LTO
 2023-02-21 19:40 UTC 

[PATCH v2 2/4] buildman: Write out the build command used
 2023-02-21 19:40 UTC 

[PATCH 2/9] binman: Fix spelling of nodes in code comments
 2023-02-21 19:35 UTC 

[PATCH 1/9] binman: Remove redundant SetAllowFakeBlob from blob-ext entry
 2023-02-21 19:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).