u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-12 16:01:46 to 2022-08-16 08:09:33 UTC [more...]

[PATCH 00/13] USB support for QCS404 SoC
 2022-08-16  8:09 UTC  (2+ messages)

[PATCH v2 0/2] Initial step for Linux DT sync on Qcom SoCs
 2022-08-16  8:02 UTC  (3+ messages)

[PATCH v3 01/13] binman: Skip elf tests if python elftools is not available
 2022-08-16  6:41 UTC  (13+ messages)
` [PATCH v3 02/13] binman: Add length header attribute to dtb entry
` [PATCH v3 03/13] binman: Disable compressed data header
` [PATCH v3 04/13] binman: Remove obsolete compressed data header handling
` [PATCH v3 05/13] binman: Simplify comp_util class
` [PATCH v3 06/13] binman: Add compression tests
` [PATCH v3 07/13] binman: Add BintoolPacker class to bintool
` [PATCH v3 08/13] binman: Add bzip2 bintool
` [PATCH v3 09/13] binman: Add gzip bintool
` [PATCH v3 10/13] binman: Add lzop bintool
` [PATCH v3 11/13] binman: Add xz bintool
` [PATCH v3 12/13] binman: Add zstd bintool
` [PATCH v3 13/13] binman: Support missing compression tools

[PATCH v2 0/6] cmd/fru: move FRU handling support to common region
 2022-08-15 22:57 UTC  (7+ messages)
` [PATCH v2 1/6] xilinx: common: refactor FRU handling support
` [PATCH v2 2/6] cmd: fru: move FRU handling support to common region
` [PATCH v2 3/6] cmd: fru: fix a sandbox segfault issue
` [PATCH v2 4/6] cmd: fru: add product info area parsing support
` [PATCH v2 5/6] doc: fru: add documentation for the fru command
` [PATCH v2 6/6] test: py: fru: add a test "

[PATCH] [RFC] cmd: i2c: fix default address len for DM_I2C
 2022-08-15 22:16 UTC  (4+ messages)

[PATCH] mtd: rawnand: fsl_elbc: Remove NAND_NO_SUBPAGE_WRITE flag
 2022-08-15 21:55 UTC  (3+ messages)

[PATCH v2 0/3] arm: bcmbca: move bcm68360 support under CONFIG_ARCH_BCMBCA
 2022-08-15 18:55 UTC  (4+ messages)
` [PATCH v2 1/3] arm: bcmbca: add bcm6856 SoC "
` [PATCH v2 2/3] arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360
` [PATCH v2 3/3] arm: bcmbca: make bcm68360 driver depending on CONFIG_BCM6856

[BISECTED] BeagleBone Black doesn't boot after a58147c2dbbf
 2022-08-15 18:12 UTC  (19+ messages)

[PATCH v2 00/24] blk: Rationalise the block interface
 2022-08-15 17:37 UTC  (5+ messages)

[PATCH v2 01/10] binman: Skip elf tests if python elftools is not available
 2022-08-15 17:37 UTC  (23+ messages)
` [PATCH v2 02/10] binman: Make compressed data header optional
` [PATCH v2 03/10] binman: Simplify comp_util class
` [PATCH v2 04/10] binman: Add compression tests
` [PATCH v2 05/10] binman: Add BintoolPacker class to bintool
` [PATCH v2 06/10] binman: Add bzip2 bintool
` [PATCH v2 07/10] binman: Add gzip bintool
` [PATCH v2 08/10] binman: Add lzop bintool
` [PATCH v2 09/10] binman: Add xz bintool
` [PATCH v2 10/10] binman: Add zstd bintool

[PATCH v3 0/8] Add support for cyclic function execution infrastruture
 2022-08-15 17:37 UTC  (14+ messages)
` [PATCH v3 2/8] cyclic: Add basic "
` [PATCH v3 3/8] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET
` [PATCH v3 5/8] cyclic: Add 'cyclic list' command
` [PATCH v3 8/8] cyclic: Add documentation

binman warning/failure when blobs are missing
 2022-08-15 17:37 UTC  (11+ messages)

[PATCH v2 1/2] doc: Drop a reference to travis
 2022-08-15 17:37 UTC  (5+ messages)
` [PATCH v2 2/2] patman: Add documentation to doc/

[PATCH] image-fit: don't set compression if it can't be read
 2022-08-15 17:37 UTC  (2+ messages)

[PATCHv2 1/2] i2c: stm32f7: fix clearing the control register
 2022-08-15 14:52 UTC  (2+ messages)
` [PATCHv2 2/2] i2c: stm32f7: do not set the STOP condition on error

[PATCH 1/2] i2c: stm32f7: fix clearing the control register
 2022-08-15 13:15 UTC  (3+ messages)
` [PATCH 2/2] i2c: stm32f7: do not set the STOP condition on error

[PATCH v3 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-08-15 11:45 UTC  (9+ messages)
` [PATCH v3 1/8] fs: fat: unexport file_fat_read_at()
` [PATCH v3 2/8] fs: btrfs: fix a bug which no data get read if the length is not 0
` [PATCH v3 3/8] fs: btrfs: fix a crash if specified range is beyond file size
` [PATCH v3 4/8] fs: btrfs: move the unaligned read code to _fs_read() for btrfs
` [PATCH v3 5/8] fs: ext4: rely on _fs_read() to handle leading unaligned block read
` [PATCH v3 6/8] fs: fat: rely on higher layer to get block aligned read range
` [PATCH v3 7/8] fs: ubifs: rely on higher layer to do unaligned read
` [PATCH v3 8/8] fs: erofs: add unaligned read range handling

[PATCH 0/7] arm: dts: Create common imx8mn-u-boot
 2022-08-15 11:43 UTC  (5+ messages)
` [PATCH 1/7] arm: dts: imx8mn-u-boot: Create common imx8mn-u-boot.dtsi

[RFC PATCH v4 00/28] Modernize U-Boot shell
 2022-08-15  8:13 UTC  (11+ messages)
` [RFC PATCH v4 25/28] cli: hush_2021: Add upstream commits up to 6th February 2022
` [RFC PATCH v4 26/28] for test purpose only: Comment out dollar tests which prints error messages
` [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables

Have fsl_elbc_nand controllers subpage write support?
 2022-08-15  8:06 UTC  (4+ messages)

[RFC PATCH 0/1] spl: introduce SPL_XIP to config
 2022-08-15  7:27 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH] board/km: remove kirkwood boards
 2022-08-15  6:35 UTC 

[PATCH v2 00/11] Add Rockchip IDB device
 2022-08-15  4:29 UTC  (2+ messages)

[RFC PATCH v1 0/9] Renesas RZ/N1 SoC initial support
 2022-08-15  2:48 UTC  (15+ messages)
` [RFC PATCH v1 2/9] clk: renesas: prepare for non-RCAR clock drivers
` [RFC PATCH v1 3/9] clk: renesas: add R906G032 driver
` [RFC PATCH v1 9/9] tools: Add tool to create Renesas SPKG images
  ` [RFC PATCH v2 9/9] tools: spkgimage: add Renesas SPKG format

[PATCH 0/8] tpm: Various minor fixes and enhancements
 2022-08-14 23:29 UTC  (13+ messages)
` [PATCH 2/8] tpm: Require a digest source when extending the PCR
` [PATCH 3/8] tpm: Correct the permissions command in TPMv1
` [PATCH 4/8] tpm: Correct the define-space command in TPMv2
` [PATCH 7/8] tpm: Implement state command for Cr50

[RESEND PATCH v2 0/3] net: fm: Add support for loading firmware from filesystem
 2022-08-14 20:48 UTC  (9+ messages)
` [RESEND PATCH v2 1/3] misc: fs_loader: Add function to get the chosen loader
` [RESEND PATCH v2 2/3] net: fm: Add firmware name parameter
` [RESEND PATCH v2 3/3] net: fm: Support loading firmware from a filesystem

[PATCH 1/1] cmd/sbi: format KVM version
 2022-08-14 19:57 UTC 

[PATCH] mx8m: csf.sh: Fix the calculation of fit_block_size
 2022-08-14 17:25 UTC  (2+ messages)

[PATCH 1/1] doc: qemu-riscv: describe booting with QEMU and KVM
 2022-08-14 16:28 UTC  (3+ messages)

[PATCH v2 0/7] tpm: Various minor fixes and enhancements
 2022-08-14  5:42 UTC  (9+ messages)
` [PATCH v2 1/7] tpm: Require a digest source when extending the PCR
` [PATCH v2 2/7] tpm: Correct the permissions command in TPMv1
` [PATCH v2 3/7] tpm: Correct the define-space command in TPMv2
` [PATCH v2 4/7] tpm: sandbox: Allow init of TPM in a different phase
` [PATCH v2 5/7] tpm: Allow reporting the internal state
` [PATCH v2 6/7] tpm: Implement state command for Cr50
` [PATCH v2 7/7] tpm: Allow committing non-volatile data

[PATCH v2 0/3] Support UEFI SPI I/O protocol
 2022-08-13 19:20 UTC  (3+ messages)
` [PATCH v2 1/3] efi_loader: Add SPI I/O protocol support

[PATCH v2 00/11] binman: Enhancements to binman mkimage
 2022-08-13 17:40 UTC  (12+ messages)
` [PATCH v2 01/11] doc: Build documentation in parallel
` [PATCH v2 02/11] patman: Put the coverage command-line last
` [PATCH v2 03/11] patman: Don't buffer test output with a single test
` [PATCH v2 04/11] binman: Fix up the entry-docs for Entry_pre_load
` [PATCH v2 05/11] binman: Add a way to check for missing properties
` [PATCH v2 06/11] binman: Adjust mkimage etype node reading
` [PATCH v2 07/11] binman: Avoid use of expected failure
` [PATCH v2 08/11] binman: Improve mkimage documentation
` [PATCH v2 09/11] binman: Allow the image name to be the data file
` [PATCH v2 10/11] binman: Allow passing entries using -n
` [PATCH v2 11/11] binman: Allow collection to use entries from other sections

[PATCH 0/4] mmc: sandbox: Some small fixes
 2022-08-13 15:26 UTC  (5+ messages)
` [PATCH 1/4] mmc: sandbox: Initialize the status register

[PATCH v2 00/19] imx: kontron-sl-mx8mm: Improvements and OSM board support
 2022-08-13 15:03 UTC  (3+ messages)
` [PATCH v2 01/19] imx: kontron-sl-mx8mm: Remove LVDS board type and devicetrees

[PATCH v3] pinctrl: nuvoton: Add NPCM8xx pinctrl driver
 2022-08-13 14:59 UTC  (2+ messages)

[PATCH 0/3] Introduce new sign binman's option
 2022-08-13 14:59 UTC  (2+ messages)

bind/unbind command not working for usb_ether
 2022-08-13 14:59 UTC  (8+ messages)

[PATCH v2 1/4] cmd: add temperature command
 2022-08-13 14:58 UTC  (8+ messages)
` [PATCH v2 2/4] doc: cmd: temperature: add documentation
` [PATCH v2 3/4] thermal: add sandbox driver
` [PATCH v2 4/4] test: cmd: add test for temperature command

[PATCH v2] bootstage: Show func name for bootstage_mark/error
 2022-08-13 14:58 UTC  (4+ messages)

[PATCH v7] board: purism: add the Purism Librem5 phone
 2022-08-13 14:53 UTC  (2+ messages)

[PATCH 0/3] arm: bcmbca: move bcm68360 support under CONFIG_ARCH_BCMBCA
 2022-08-13  1:19 UTC  (4+ messages)
` [PATCH 1/3] arm: bcmbca: add bcm6856 SoC "
` [PATCH 2/3] arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360
` [PATCH 3/3] arm: bcmbca: make bcm68360 driver depending on CONFIG_BCM6856

Pull request for efi-2022-10-rc3
 2022-08-13 13:29 UTC  (2+ messages)

[PATCH v2 0/3] arm: layerscape: Add sfp driver
 2022-08-13  6:27 UTC  (3+ messages)

[PATCH v2 0/6] net: fm: Verify Fman microcode
 2022-08-13  6:15 UTC  (2+ messages)

[PATCH 00/31] Add support for MediaTek MT7981/MT7986 SoCs
 2022-08-13  4:31 UTC  (9+ messages)
` [PATCH 23/31] clk: mediatek: add support to configure clock driver parent
` [PATCH 24/31] clk: mediatek: add infrasys clock mux support
` [PATCH 25/31] clk: mediatek: add CLK_XTAL support for clock driver
` [PATCH 27/31] clk: mediatek: add clock driver support for MediaTek MT7981 SoC

[RESEND PATCH v2] clk: update clk_clean_rate_cache to use private clk struct
 2022-08-13  4:11 UTC  (2+ messages)

[PATCH v2 0/6] introduce Arm FF-A support
 2022-08-13  2:21 UTC  (4+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 3/4] arm_ffa: introduce Arm FF-A low-level driver

[PATCH v2 0/6] console: Implement flush() function
 2022-08-13  2:21 UTC  (9+ messages)
` [PATCH v2 2/6] "

[PATCH 1/8] Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to Kconfig
 2022-08-13  1:43 UTC  (16+ messages)
` [PATCH 2/8] arc: Move SYS_LITTLE_ENDIAN / SYS_BIG_ENDIAN selection "
` [PATCH 3/8] Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et al
` [PATCH 4/8] Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to Kconfig
` [PATCH 5/8] Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC "
` [PATCH 6/8] Convert CONFIG_SYS_FSL_NUM_CC_PLLS "
` [PATCH 7/8] Convert CONFIG_SYS_FSL_PCIE_COMPAT "
` [PATCH 8/8] Convert CONFIG_SYS_FSL_QMAN_V3 et al "

[PATCH 00/21] Finish migration to DM_ETH
 2022-08-13  1:42 UTC  (9+ messages)
` [PATCH 01/21] Convert CONFIG_SYS_FDT_PAD to Kconfig
` [PATCH 02/21] ppc: Remove ids8313 board
` [PATCH 03/21] arm: Remove snapper9260 board
` [PATCH 09/21] net: Remove smc91111 ethernet driver

[PATCH] CI: Azure: Move to Ubuntu 22.04 image
 2022-08-13  1:41 UTC  (2+ messages)

[PATCH 1/1] Azure: Move to using macOS-12 image
 2022-08-13  1:41 UTC  (2+ messages)
` [PATCH 1/1] CI: "

[PATCH v4 0/4] Deduplicate dhelectronics board files
 2022-08-13  1:41 UTC  (9+ messages)
` [PATCH v4 1/4] board: dhelectronics: Implement common MAC address functions
` [PATCH v4 2/4] ARM: imx6: DH: Use "
` [PATCH v4 3/4] ARM: imx8: "
` [PATCH v4 4/4] ARM: stm32: "

[PATCH 0/3] arm: bcmbca: move bcm68360 support under CONFIG_ARCH_BCMBCA
 2022-08-13  1:27 UTC 

[PATCH] ARM: imx: dh-imx6: Increase SF erase area for u-boot update
 2022-08-12 20:59 UTC 

[PATCH 1/7] ARM: imx: Enable USB ethernet on i.MX8M Plus DHCOM
 2022-08-12 20:41 UTC  (7+ messages)
` [PATCH 2/7] ARM: dts: imx: Add HW variant details to i.MX8M Plus DHCOM PDK2
` [PATCH 3/7] ARM: dts: imx: Drop Atheros PHY header from "
` [PATCH 4/7] ARM: dts: imx: Add SoM compatible to "
` [PATCH 5/7] ARM: dts: imx: Rename imx8mp-dhcom{-pdk2,}-boot.dtsi
` [PATCH 6/7] ARM: dts: imx: Adjust ECSPI1 pinmux on i.MX8M Plus DHCOM
` [PATCH 7/7] ARM: dts: imx: Fix I2C5 GPIO assignment "

[PATCH] riscv: dts: Sync important Unmatched pmic and qspi0 changes from Linux
 2022-08-12 17:50 UTC 

[PATCH v2 00/35] vbe: Verified Boot for Embedded initial support
 2022-08-12 16:52 UTC  (2+ messages)

[PATCH] board: gateworks: venice: poll I2C lines to wait for GSC firmware
 2022-08-12 16:01 UTC  (3+ messages)


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).