u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-28 06:39:37 to 2022-07-31 11:59:58 UTC [more...]

[PATCH v2 0/5] fs/fat: fix handling of full disk
 2022-07-31 11:58 UTC  (6+ messages)
` [PATCH v2 1/5] fs: fat: finding an empty FAT cluster
` [PATCH v2 2/5] fs: fat: determine_fatent() error handling
` [PATCH v2 3/5] fs: fat: carve out fat_create_dir_entry()
` [PATCH v2 4/5] test: let fs_obj_mkdir() provide full file system type
` [PATCH v2 5/5] test: add test for full FAT16 directory

[Bug] Buidling sandbox_vpl_defconfig is unstable
 2022-07-31 11:47 UTC  (2+ messages)

[RFCv1] doc: develop: Describe using CONFIG vs CFG for values
 2022-07-31 11:46 UTC  (8+ messages)

[PATCH] nvme: Do a clean NVMe shutdown
 2022-07-31 11:11 UTC  (2+ messages)

[PATCH 0/1] sunxi: support half DQ width memory on R40
 2022-07-30 12:20 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] spl: fit: Report fdt error for loading u-boot
 2022-07-31  1:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] fs/erofs: silence erofs_probe()
 2022-07-31  9:10 UTC 

[PATCH 1/1] Makefile: avoid false positive -Wmaybe-uninitialized
 2022-07-31  8:06 UTC 

[PATCH 0/7] fdt: Fix up tests and build warnings on newer distros
 2022-07-31  2:57 UTC  (8+ messages)
` [PATCH 1/7] dtoc: Tidy up fdt_tests RunTestCoverage() args
` [PATCH 2/7] dtoc: Tidy up fdt_tests RunTests()
` [PATCH 3/7] dtoc: Fix fdt test coverage
` [PATCH 4/7] dtoc: Move main program into its own function
` [PATCH 5/7] test_fdt: Convert to use argparse
` [PATCH 6/7] dtoc: Correct remaining pylint problems in test_fdt
` [PATCH 7/7] fdt: Move to setuptools

[PATCH v2 0/7] Add support for cyclic function execution infrastruture
 2022-07-31  1:27 UTC  (9+ messages)
` [PATCH v2 1/7] time: Import time_after64() and friends from Linux
` [PATCH v2 2/7] cyclic: Add basic support for cyclic function execution infrastruture
` [PATCH v2 3/7] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET
` [PATCH v2 4/7] cyclic: Integrate cyclic functionality at bootup in board_r/f
` [PATCH v2 5/7] cyclic: Add 'cyclic list' command
` [PATCH v2 6/7] sandbox: Add cyclic demo function
` [PATCH v2 7/7] mips: octeon_nic23: Add PCIe FLR fixup via cyclic infrastructure

Replace make-fit-atf.py with binman. Was: migrate u-boot-rockchip.bin to binman and generate an image for SPI
 2022-07-31  1:27 UTC  (6+ messages)

[PATCH v2] boot: allow bootmeth-distro without CONFIG_NET
 2022-07-31  1:27 UTC  (3+ messages)

[PATCH] bootstd: doc: Fix typos
 2022-07-31  1:27 UTC  (2+ messages)

[PATCH] Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"
 2022-07-31  1:27 UTC  (7+ messages)

[MVEBU] SPI flash offset was depecrated?
 2022-07-31  0:02 UTC  (4+ messages)

[PATCH v2 00/35] vbe: Verified Boot for Embedded initial support
 2022-07-30 21:52 UTC  (36+ messages)
` [PATCH v2 01/35] vbe: Add some documentation
` [PATCH v2 02/35] video: Renname vbe.h to vesa.h
` [PATCH v2 03/35] video: Rename structs and functions to avoid VBE
` [PATCH v2 04/35] dm: core: Split out the declaration of ofnode
` [PATCH v2 05/35] dm: core: Add a note about how livetree updates work
` [PATCH v2 06/35] dm: core: Introduce support for multiple trees
` [PATCH v2 07/35] dm: core: Move ofnode-writing test to ofnode
` [PATCH v2 08/35] dm: core: Swap parameters of ofnode_write_prop()
` [PATCH v2 09/35] dm: core: Tidy up ofnode-writing test
` [PATCH v2 10/35] dm: core: Prepare for updating the device tree with ofnode
` [PATCH v2 11/35] dm: core: Allow writing to a flat "
` [PATCH v2 12/35] dm: core: Add support for writing u32 "
` [PATCH v2 13/35] dm: core: Support sandbox with read interface
` [PATCH v2 14/35] bootstd: Drop delays in the tests
` [PATCH v2 15/35] bootstd: Fix comment in bootmeth test
` [PATCH v2 16/35] bootstd: Detect empty bootmeth ordering
` [PATCH v2 17/35] bootstd: Provide a bootmeth method to obtain state info
` [PATCH v2 18/35] bootstd: Tidy up var naming in bootdev_setup_iter_order()
` [PATCH v2 19/35] bootstd: Allow bootmeths to be marked as global
` [PATCH v2 20/35] bootstd: Allow EFI bootmgr to support an invalid bootflow
` [PATCH v2 21/35] bootstd: Allow the bootdev to be optional in bootflows
` [PATCH v2 22/35] bootstd: Tidy comments in bootflow_scan_bootdev()
` [PATCH v2 23/35] bootstd: Support bootflows with global bootmeths
` [PATCH v2 24/35] dm: core: Call dm_scan_other() when setting up for tests
` [PATCH v2 25/35] bootstd: Allow scanning for global bootmeths separately
` [PATCH v2 26/35] bootstd: Always create the EFI bootmgr bootmeth
` [PATCH v2 27/35] bootstd: Drop the system bootdev
` [PATCH v2 28/35] event: Change EVENT_SPY to global
` [PATCH v2 29/35] event: Add an event for device tree fixups
` [PATCH v2 30/35] vbe: Add initial support for VBE
` [PATCH v2 31/35] vbe: Support VBE simple
` [PATCH v2 32/35] bootstd: Add vbe bootmeth into sandbox
` [PATCH v2 33/35] bootstd: Update documentation
` [PATCH v2 34/35] bootstd: Check building without global bootmeths
` [PATCH v2 35/35] vbe: Add a new vbe command

[PATCH v1 2/3] arm: dts: rockchip: update cpu and gpu nodes
 2022-07-29 23:49 UTC  (2+ messages)
` [PATCH v1 3/3] arm: dts: rockchip: rk3288: partial sync from Linux

[PATCH v1 1/3] arm: dts: rockchip: rk3288: move thermal sub nodes to dtsi
 2022-07-29 23:48 UTC 

[PATCH v1 0/2] cmd/fru: move FRU handling support to common region
 2022-07-29 21:54 UTC  (3+ messages)
` [PATCH v1 1/2] cmd: fru: "
` [PATCH v1 2/2] cmd: fru: add product info area parsing support

[v3] doc: develop: Describe system configuration
 2022-07-29 21:25 UTC  (4+ messages)

[PATCH 0/5] arm: bcmbca: add basic support for Broadcom BCA SoCs
 2022-07-29 19:48 UTC  (6+ messages)
` [PATCH 1/5] arm: bcmbca: add bcm63178 SoC support
` [PATCH 2/5] arm: bcmbca: add bcm6846 "
` [PATCH 3/5] arm: bcmbca: add bcm6878 "
` [PATCH 4/5] arm: bcmbca: add bcm6756 "
` [PATCH 5/5] arm: bcmbca: add bcm63148 "

Pull request for doc-2022-10-rc2
 2022-07-29 17:24 UTC  (2+ messages)

[BISECTED] BeagleBone Black doesn't boot after a58147c2dbbf
 2022-07-29 17:06 UTC  (5+ messages)

[PATCH v1 0/3] Support various block interfaces for avb and bcb
 2022-07-29 15:38 UTC  (7+ messages)
` [PATCH v3 1/3] cmd: bcb: introduce optional interface parameter to bcb
` [PATCH v3 2/3] cmd: avb: introduce optional interface parameter to avb init
` [PATCH v3 3/3] cmd: avb: remove mmc naming from generic block code

[PATCH] rockchip: rk3399: boot_devices: fix eMMC node name
 2022-07-29 15:15 UTC  (4+ messages)

[RFC PATCH 0/2] cmd/fru: move FRU handling support to common region
 2022-07-29 15:00 UTC  (8+ messages)
` [RFC PATCH 1/2] cmd/fru: "
` [RFC PATCH 2/2] cmd/fru: add product info area parsing support

[RFCv2] doc: develop: Describe system configuration
 2022-07-29 14:46 UTC  (10+ messages)

[PATCH] pci: pci_mvebu: Add support for reset-gpios
 2022-07-29 14:34 UTC  (8+ messages)

Please pull u-boot-marvell/master
 2022-07-29 14:31 UTC  (2+ messages)

[PATCH u-boot-marvell] arm: mvebu: turris_omnia: Fix mpp26 pin name and comment
 2022-07-29 12:03 UTC  (3+ messages)

[PATCH 1/4] arm: mvebu: Fix compatible string for nand controller
 2022-07-29 12:02 UTC  (14+ messages)
` [PATCH 2/4] arm: mvebu: Synchronize armada-38x.dtsi with Linux v5.20
` [PATCH 3/4] arm: mvebu: Synchronize armada-385.dtsi "
` [PATCH 4/4] arm: mvebu: Synchronize armada-385-turris-omnia "

[PATCH 0/4] cmd: mvebu/bubt: Improvements for image verification
 2022-07-29 12:02 UTC  (2+ messages)

[PATCH 1/2] gpio: Add Turris Omnia MCU driver
 2022-07-29 12:01 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] arm: mvebu: turris_omnia: Add mcu node with gpio-controller

[PATCH] mvebu: pinctrl: apply SDHCI PHY config for A7K
 2022-07-29 12:01 UTC  (2+ messages)

[PATCH 0/6] arm64: a37xx: pinctrl: Fix requesting GPIOs and pinmux command
 2022-07-29 12:00 UTC  (2+ messages)

[PATCH 0/8] arm: mvebu: Add Armada 38x pin muxing support
 2022-07-29 12:00 UTC  (13+ messages)
` [PATCH 4/8] pinctrl: Add third argument label for pinctrl_gpio_request() function
` [PATCH 8/8] arm: mvebu: turris_omnia: Enable a38x pinctrl and gpio support

[PATCH 1/2] arm: mvebu: turris_omnia: Show MCU type in show_board_info()
 2022-07-29 11:29 UTC  (2+ messages)
` [PATCH 2/2] arm: mvebu: turris_omnia: Add support for design with SW reset signals

[PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver
 2022-07-29 10:45 UTC  (10+ messages)
  ` [EXT] "

[PATCH V4] bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2 boards
 2022-07-29 10:10 UTC  (2+ messages)

[PATCH] doc: imx: habv4: Add Secure Boot guide for i.MX8M SPL targets
 2022-07-29 10:10 UTC  (2+ messages)

[PATCH v1] imx: romapi: fix spurious ampersand in address print
 2022-07-29 10:10 UTC 

[PATCH v4] crypto/fsl: fsl_hash: Fix crash in flush dcache
 2022-07-29 10:02 UTC 

[PATCH] rockchip: rk3399: boot_devices: fix eMMC node name
 2022-07-29  0:32 UTC  (4+ messages)

[PATCH 0/5] Another smaller update to the nand stack
 2022-07-28 17:17 UTC  (6+ messages)
` [PATCH 1/5] mtd: nand: Rename the nand_manufacturers struct
` [PATCH 2/5] mtd: nand: change return type of nand_get_flash_type() to int
` [PATCH 3/5] mtd: nand: Rename nand_get_flash_type() into nand_detect()
` [PATCH 4/5] mtd: nand: samsung: Retrieve ECC requirements from extended
` [PATCH 5/5] configs: imx8mn_bsh_smm_s2: Use nand_base ident for nand identification

[PATCH] board: ls1043ardb: fdt fixups for revision v7.0 boards
 2022-07-28 14:28 UTC 

[PATCH v6] board: purism: add the Purism Librem5 phone
 2022-07-28 13:33 UTC  (6+ messages)

[PATCH v2 0/7] migrate u-boot-rockchip.bin to binman and generate an image for SPI
 2022-07-28 13:26 UTC  (3+ messages)
` [PATCH v2 1/7] rockchip: generate idbloader.img content for u-boot-rockchip.bin with binman for ARM

[PATCH] mx6cuboxi: fix ethernet after synchronise device-tree
 2022-07-28 12:01 UTC  (6+ messages)

Pull request: u-boot-imx u-boot-imx-20220726
 2022-07-28  8:52 UTC  (6+ messages)

[PATCH V3] bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2 boards
 2022-07-28  8:41 UTC  (2+ 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).