u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-08 16:17:49 to 2021-07-10 13:21:19 UTC [more...]

[PATCH 1/3] efi_loader: rework messages for capsule updates
 2021-07-10 13:21 UTC  (2+ messages)
` [PATCH 2/3] efi_loader: missing EFI_CALL() in set_capsule_result

IMX8M Mini HAB secure boot - working?
 2021-07-10 12:24 UTC  (3+ messages)

[PATCH v3 0/9] phyCORE-i.MX8MP Update
 2021-07-10 12:23 UTC  (4+ messages)
` [PATCH v3 2/9] arm: dts: imx8mp: Add common u-boot dtsi

sandbox: drivers/core/ofnode.c:118: ofnode_read_bool: Assertion `ofnode_valid(node)' failed
 2021-07-10 11:57 UTC 

[PATCH] acpi: Use U-Boot version for OEM_REVISION
 2021-07-10 11:10 UTC 

[PATCH 0/6] arm64: synquacer: DeveloperBox updates
 2021-07-10 10:12 UTC  (12+ messages)
` [PATCH 1/6] board: synquacer: Initialize SCBM SMMU at board_init()
` [PATCH 2/6] configs: synquacer: Make U-Boot binary position independent
` [PATCH 3/6] dts: synquacer: Add partition information to the spi-nor
` [PATCH 4/6] configs: synquacer: Remove mtdparts settings and update DFU setting
` [PATCH 5/6] configs: synquacer: Drop Ext2/4 support by default
` [PATCH 6/6] configs: synquacer: Enable UEFI secure boot

[PATCH] net: Use phys_addr_t for SMC net device addresses
 2021-07-10  5:38 UTC  (2+ messages)

[PATCH v2 0/6] net: dwc_eth_qos: add support of device tree configuration for reset delay
 2021-07-10  5:40 UTC  (3+ messages)

[PATCH] cmd: ubi: add a command to swap volumes
 2021-07-09 15:57 UTC 

[RFC PATCH v1 6/6] arm: dts: rockchip: add rk3318 A95X Z2 board
 2021-07-09 11:17 UTC  (2+ messages)
` [RESEND RFC "

Build a standalone ext4 file system driver
 2021-07-09  7:13 UTC 

Illegal instruction - While starting Linux kernel
 2021-07-09  5:49 UTC 

Please pull u-boot-marvell/master
 2021-07-10  1:08 UTC  (2+ messages)

[PATCH] arm: armv8: Fix warning about redeclaring global functions as weak
 2021-07-10  1:08 UTC  (2+ messages)

[PATCH] arm: bootm: Disable LMB reservation for command line and board info on arm64
 2021-07-10  1:08 UTC  (2+ messages)

[PATCH] arch: cache: cp15: Add mmu_set_region_dcache_behaviour() when SYS_DCACHE_OFF is enable
 2021-07-10  1:08 UTC  (2+ messages)

[PATCH v4] armv8: Handle EL2 Host mode
 2021-07-10  1:08 UTC  (2+ messages)

[PATCH u-boot-mvebu 00/31] kwboot / kwbimage improvements
 2021-07-10  0:59 UTC  (43+ messages)
` [PATCH u-boot-mvebu 01/31] tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFS
` [PATCH u-boot-mvebu 02/31] tools: kwbimage: Simplify aligning and calculating checksum
` [PATCH u-boot-mvebu 03/31] tools: kwbimage: Align SPI and NAND images to 256 bytes
` [PATCH u-boot-mvebu 04/31] tools: kwbimage: Add constant for SDIO bootfrom
` [PATCH u-boot-mvebu 05/31] tools: kwbimage: Fix generation of SATA, SDIO and PCIe images
` [PATCH u-boot-mvebu 06/31] tools: kwbimage: Don't crash when binary file name does not contain '/'
` [PATCH u-boot-mvebu 07/31] tools: kwbimage: Fix check for v0 extended header checksum
` [PATCH u-boot-mvebu 08/31] tools: kwbimage: Validate extended headers of v1 images
` [PATCH u-boot-mvebu 09/31] tools: kwbimage: Validate data checksum "
` [PATCH u-boot-mvebu 10/31] tools: kwbimage: Print size of binary header in kwbimage_print_header()
` [PATCH u-boot-mvebu 11/31] tools: kwboot: Fix wrong parameter passed to read()
` [PATCH u-boot-mvebu 12/31] tools: kwboot: Fix restoring terminal
` [PATCH u-boot-mvebu 13/31] tools: kwboot: Print trailing newline after terminal is terminated
` [PATCH u-boot-mvebu 14/31] tools: kwboot: Cosmetic fix - add missing curly brackets
` [PATCH u-boot-mvebu 15/31] tools: kwboot: Check for v1 header size
` [PATCH u-boot-mvebu 16/31] tools: kwbimage: Cosmetic fix - remove redundant space character
` [PATCH u-boot-mvebu 17/31] tools: kwbimage: Use -a parameter (load address) for v1 images
` [PATCH u-boot-mvebu 18/31] arm: mvebu: Fix return_to_bootrom()
` [PATCH u-boot-mvebu 19/31] arm: mvebu: Mark return_to_bootrom() as a noreturn function
` [PATCH u-boot-mvebu 20/31] arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL framework
` [PATCH u-boot-mvebu 21/31] arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UART
` [PATCH u-boot-mvebu 22/31] arm: mvebu: Always use BootROM for loading the rest of U-Boot's binary
` [PATCH u-boot-mvebu 23/31] arm: mvebu: gdsys: Remove custom spl_board_init()
` [PATCH u-boot-mvebu 24/31] arm: mvebu: Remove legacy U-Boot header from kwbimage v1 files
` [PATCH u-boot-mvebu 25/31] tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes
` [PATCH u-boot-mvebu 26/31] arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFS
` [PATCH u-boot-mvebu 27/31] tools: kwbimage: Add support for more BINARY headers
` [PATCH u-boot-mvebu 28/31] tools: kwbimage: Don't parse PAYLOAD keyword
` [PATCH u-boot-mvebu 29/31] tools: kwbimage: Add support for DATA command also for v1 images
` [PATCH u-boot-mvebu 30/31] tools: kwbimage: Add support for a new DATA_DELAY command
` [PATCH u-boot-mvebu 31/31] tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-07-09 23:06 UTC  (17+ messages)

[PATCH u-boot-mvebu v2] arm: mvebu: armada-3720: remove unused config option
 2021-07-09 19:26 UTC  (2+ messages)

RZ/G2 USB quirks U-Boot
 2021-07-09 16:37 UTC 

[PATCH] get_maintainer.pl: update from Linux kernel v5.13-rc6
 2021-07-09 16:30 UTC  (3+ messages)

[PATCHv2 1/4] ge_bx50v3: Remove unused USB related defines
 2021-07-09 16:23 UTC  (5+ messages)
` [PATCHv2 2/4] tegra: Test on CONFIG_CMD_USB being enabled for distro bootcmd
` [PATCHv2 3/4] treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USB
` [PATCHv2 4/4] usb: Enforce DM_USB migration for USB_HOST devices

[PATCH u-boot-mvebu 1/2] arm: mvebu: turris_omnia: force 40 MHz speed on SPI NOR
 2021-07-09 16:21 UTC  (4+ messages)
` [PATCH u-boot-mvebu 2/2] arm: mvebu: turris_{omnia, mox}: enable MTD command

[PATCH] arm64: Update memcpy_{from, to}io() helpers
 2021-07-09 16:15 UTC  (2+ messages)

[PATCH u-boot-mvebu] arm: mvebu: armada-3720: remove unused config option
 2021-07-09 15:31 UTC  (3+ messages)

[PATCH] Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENT
 2021-07-09 15:29 UTC  (3+ messages)

[PATCH] Makefile: add support to build dedicated devicetree
 2021-07-09 14:38 UTC 

[PATCH v3 00/20] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-07-09 14:36 UTC  (11+ messages)
` [PATCH v3 13/20] ARM: dts: k3-j721e: Add the entries required for USB3 support on USB0
` [PATCH v3 19/20] env: ti: j721e-evm: Add env variable to power on & reset QSGMII PHY in J7200 EVM

[PATCH 0/5] stm32mp1: handle TF-A boot with FIP
 2021-07-09 12:43 UTC  (11+ messages)
` [PATCH 1/5] arm: stm32mp: add config for STM32IMAGE support
` [PATCH 2/5] arm: stm32mp: handle the OP-TEE nodes in DT with FIP support
` [PATCH 3/5] arm: stm32mp: add defconfig for trusted boot with FIP
` [PATCH 4/5] doc: st: stm32mp1: Add FIP support for trusted boot
` [PATCH 5/5] stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIP

[PATCH] stm32mp1: add pull-up for gpio button PA13 and PA14
 2021-07-09 12:38 UTC  (2+ messages)

[PATCH] clk: stm32mp1: add support of missing SPI clocks
 2021-07-09 12:24 UTC 

[PATCH v3 0/6] This patch set fixes minor issues related to tapdelays
 2021-07-09 11:53 UTC  (7+ messages)
` [PATCH v3 1/6] mmc: zynq_sdhci: Resolve uninitialized return value
` [PATCH v3 2/6] mmc: zynq_sdhci: Allow configuring zero Tap values
` [PATCH v3 3/6] mmc: zynq_sdhci: Use Mask writes for Tap delays
` [PATCH v3 4/6] mmc: zynq_sdhci: Split set_tapdelay function to in and out
` [PATCH v3 5/6] mmc: zynq_sdhci: Fix kernel doc warnings
` [PATCH v3 6/6] mmc: zynq_sdhci: Make variables/structure static

[PATCH v2 0/6] This patch set fixes minor issues related to tapdelays
 2021-07-09 11:19 UTC  (11+ messages)
` [PATCH v2 1/6] mmc: zynq_sdhci: Resolve uninitialized return value
` [PATCH v2 2/6] mmc: zynq_sdhci: Allow configuring zero Tap values
` [PATCH v2 3/6] mmc: zynq_sdhci: Use Mask writes for Tap delays
` [PATCH v2 4/6] mmc: zynq_sdhci: Split set_tapdelay function to in and out
` [PATCH v2 5/6] mmc: zynq_sdhci: Fix kernel doc warnings
` [PATCH v2 6/6] mmc: zynq_sdhci: Make variables/structure static

[PATCH 0/6] This patch set fixes minor issues related to tapdelays
 2021-07-09 10:57 UTC  (13+ messages)
` [PATCH 1/6] mmc: zynq_sdhci: Resolve uninitialized return value
` [PATCH 2/6] mmc: zynq_sdhci: Allow configuring zero Tap values
` [PATCH 3/6] mmc: zynq_sdhci: Use Mask writes for Tap delays
` [PATCH 4/6] mmc: zynq_sdhci: Split set_tapdelay function to in and out
` [PATCH 5/6] mmc: zynq_sdhci: Fix kernel doc warnings
` [PATCH 6/6] mmc: zynq_sdhci: Make variables/structure static

[PATCH] efi_loader: replace board_get_usable_ram_top by gd->ram_top
 2021-07-09 10:46 UTC 

[PATCH] arm: stm32mp1: force boot_device variable for invalid TAMP register value
 2021-07-09  9:49 UTC  (2+ messages)

[PATCH 0/4] Add support for eMMC on ST-Ericsson Ux500(v2)
 2021-07-09  9:30 UTC  (9+ messages)
  ` [PATCH 1/4] mmc: arm_pl180_mmci: Don't bind to all arm, primecell devices
    ` [PATCH 1/4] mmc: arm_pl180_mmci: Don't bind to all arm,primecell devices
  ` [PATCH 2/4] mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()
  ` [PATCH 3/4] mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()
  ` [PATCH 4/4] mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2

[PATCH v4 0/5] stm32mp: Enable OP-TEE and TZC support in SPL
 2021-07-09  9:03 UTC  (3+ messages)
` [PATCH v4 4/5] stm32mp1: spl: Configure TrustZone controller for OP-TEE

[PATCH] board: sifive: remove the command for setting serial number
 2021-07-09  8:26 UTC 

[PATCH] board: sifive: drop stuff related to unmatched revision 1
 2021-07-09  8:06 UTC 

[PATCH 0/6] Convert MIPS Malta boards to PCI DM
 2021-07-09  7:11 UTC  (7+ messages)
` [PATCH 1/6] dm: pci: add option to map virtual system memory base address
` [PATCH 2/6] pci: gt64120: convert to driver model
` [PATCH 3/6] pci: msc01: "

[PATCH] xilinx: zynq, zynqmp: Return ENVL_NOWHERE instead of ENVL_UNKNOWN
 2021-07-09  6:33 UTC  (2+ messages)

RFC: Devices for files and partitions
 2021-07-09  5:27 UTC  (3+ messages)

[PATCH] octeontx: do not require cavium BDK node to be present
 2021-07-09  5:19 UTC  (2+ messages)

[PATCH u-boot-marvell 0/5] Support higher baudrates on Armada 3720 UART
 2021-07-09  5:18 UTC  (2+ messages)

[U-boot-SPL] issue with loading fitImage in SPL falcon mode
 2021-07-08 14:15 UTC 

[PATCH v2 0/3] Add support for USB on ST-Ericsson Ux500
 2021-07-09  3:22 UTC  (6+ messages)
` [PATCH v2 1/3] power: pmic: Add driver for ST-Ericsson AB8500 via PRCMU
` [PATCH v2 2/3] phy: Add driver for ST-Ericsson AB8500 USB PHY
` [PATCH v2 3/3] usb: musb-new: Add glue driver for ST-Ericsson Ux500

[PATCH 0/5] add measurement support
 2021-07-09  3:05 UTC  (13+ messages)
` [PATCH 2/5] efi_loader: add secure boot variable measurement
` [PATCH 3/5] efi_loader: add "
` [PATCH 4/5] efi_loader: add ExitBootServices() measurement
` [PATCH 5/5] efi_loader: refactor efi_append_scrtm_version()

[v3 00/17] Add Intel N5X SoC support
 2021-07-09  1:10 UTC  (10+ messages)
` [v3 05/17] drivers: clk: Add clock driver for Intel N5X device
` [v3 07/17] drivers: clk: Add memory "
` [v3 12/17] ddr: altera: Add SDRAM "
` [v3 15/17] arm: dts: Add base dtsi and devkit dts "

[PATCH u-boot-dm + u-boot-spi v4 00/10] Support SPI NORs and OF partitions in `mtd list`
 2021-07-09  0:19 UTC  (5+ messages)
` [PATCH u-boot-dm + u-boot-spi v4 04/10] mtd: spi-nor: allow registering multiple MTDs when DM is enabled

[PATCH 1/3] arm: a37xx: pci: Extend validation for PCIe resources and oubound windows
 2021-07-08 18:19 UTC  (3+ messages)
` [PATCH 2/3] arm: a37xx: pci: Optimize a3700_fdt_fix_pcie_regions() when fixup offset is zero
` [PATCH 3/3] arm: a37xx: pci: Fix typo in comment

[PATCH v2] cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num
 2021-07-08 18:02 UTC  (3+ messages)

[PATCH 1/4] cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num
 2021-07-08 17:26 UTC  (6+ messages)
` [PATCH 2/4] usb: f_mass_storage: Check bh->state in sleep_thread
` [PATCH 3/4] usb: f_mass_storage: Drop wakeup_needed
` [PATCH 4/4] usb: f_mass_storage: Stop after the host deconfigures us

[RFC PATCH 00/28] cli: Add a new shell
 2021-07-08 17:00 UTC  (18+ messages)
` [RFC PATCH 02/28] cli: Add LIL shell
` [RFC PATCH 05/28] cli: lil: Rename some functions to be more like TCL


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