U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-25 00:14:38 to 2021-11-26 17:44:59 UTC [more...]

[PATCH v2 00/14] Add support for MediaTek MT7621 SoC
 2021-11-26 17:44 UTC  (3+ messages)
` [PATCH v2 03/14] clk: mtmips: add clock driver "

[PATCH] board: ti: am43xx: pass boot device information from SPL to U-Boot proper
 2021-11-26 17:38 UTC  (2+ messages)

[PATCH] pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2
 2021-11-26 15:56 UTC 

[PATCH 1/1] video: mxsfb: fix pixel clock polarity
 2021-11-26 14:48 UTC 

[PATCH 1/1] configs: opos6uldev: update to have screen working at power on
 2021-11-26 14:43 UTC 

[PATCH 00/16] tools: Add support for signing devicetree blobs
 2021-11-26  8:36 UTC  (10+ messages)

[PATCH 0/5] board: sl28: add basic PSCI implementation
 2021-11-26 16:34 UTC  (6+ messages)
` [PATCH 1/5] armv8: include psci_update_dt() unconditionally
` [PATCH 2/5] armv8: layerscape: get rid of smc_call()
` [PATCH 3/5] armv8: psci: skip setup code if we are not EL3
` [PATCH 4/5] armv8: psci: add ARMV8_PSCI_RELOCATE Kconfig option
` [PATCH 5/5] board: sl28: add basic PSCI implementation

[PATCH] armv8: sec_firmware: drop unneeded ARMV8_SEC_FIRMWARE_SUPPORT check
 2021-11-26 16:11 UTC 

[PATCH v2 00/11] Kconfig: Drop some sandbox-related items
 2021-11-26 16:07 UTC  (5+ messages)
` [PATCH v2 04/11] Convert CONFIG_PHYSMEM to Kconfig

[PATCH v1 1/1] tools/netconsole: Add support for socat
 2021-11-26 16:05 UTC  (3+ messages)

[PATCH v3] efi_loader: check tcg2 protocol installation outside the TCG protocol
 2021-11-26 14:55 UTC  (2+ messages)

[PATCH u-boot-marvell v2 0/9] More verifications for kwbimage in SPL
 2021-11-26 14:37 UTC  (10+ messages)
` [PATCH u-boot-marvell v2 1/9] arm: mvebu: Check that kwbimage offset and blocksize are valid
` [PATCH u-boot-marvell v2 2/9] SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
` [PATCH u-boot-marvell v2 3/9] arm: mvebu: Check that kwbimage blockid matches boot mode
` [PATCH u-boot-marvell v2 4/9] SPL: Add support for checking board / BootROM specific image types
` [PATCH u-boot-marvell v2 5/9] arm: mvebu: Check for kwbimage data checksum
` [PATCH u-boot-marvell v2 6/9] arm: mvebu: spl: Print srcaddr in error message
` [PATCH u-boot-marvell v2 7/9] arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_t
` [PATCH u-boot-marvell v2 8/9] arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possible
` [PATCH u-boot-marvell v2 9/9] arm: mvebu: spl: Fix 100 column exceeds

a question about falcon mode
 2021-11-26 14:18 UTC  (4+ messages)

[PATCH u-boot-marvell RESEND 00/11] Some mvebu comphy + mox + fdt_support changes
 2021-11-26 13:57 UTC  (12+ messages)
` [PATCH u-boot-marvell RESEND 01/11] include/linux/byteorder: Fix compilation of __constant_cpu_to_be32()
` [PATCH u-boot-marvell RESEND 02/11] treewide: Use fdt_create_phandle() where appropriate
` [PATCH u-boot-marvell RESEND 03/11] fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()
` [PATCH u-boot-marvell RESEND 04/11] fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE
` [PATCH u-boot-marvell RESEND 05/11] fdt_support: Fix comment for fdt_create_phandle()
` [PATCH u-boot-marvell RESEND 06/11] fdt_support: Add some useful functions
` [PATCH u-boot-marvell RESEND 07/11] arm: mvebu: turris_mox: Find DT nodes by compatible or alias instead of path
` [PATCH u-boot-marvell RESEND 08/11] arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module is present
` [PATCH u-boot-marvell RESEND 09/11] phy: marvell: a3700: Convert to official DT bindings in COMPHY driver
` [PATCH u-boot-marvell RESEND 10/11] arm: mvebu: turris_mox: Fix unstable board topology reading
` [PATCH u-boot-marvell RESEND 11/11] fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX

[PATCH v7 1/3] efi_loader: Add check for event log passed from firmware
 2021-11-26 13:52 UTC  (4+ messages)
` [v7 PATCH 2/3] tpm: use more algorithms than sha256 on pcr_read
` [PATCH v7 3/3] efi_loader: Extend PCR's for firmware measurements

[RESEND RFC PATCH 00/10] FWU: Add support for FWU Multi Bank Update feature
 2021-11-26 12:55 UTC  (16+ messages)
` [RESEND RFC PATCH 01/10] GPT: Add function to get gpt header and partition entries
` [RESEND RFC PATCH 02/10] stm32mp: dfu: Move the ram partitions to the end of the dfu_alt_info variable
` [RESEND RFC PATCH 03/10] FWU: Add metadata structure and functions for accessing metadata
` [RESEND RFC PATCH 04/10] FWU: Add metadata access functions for GPT partitioned block devices
` [RESEND RFC PATCH 05/10] FWU: stm32mp1: Add helper functions for accessing metadata
` [RESEND RFC PATCH 06/10] FWU: STM32MP1: Add support to read boot index from backup register
` [RESEND RFC PATCH 07/10] EFI: FMP: Add provision to update image's ImageTypeId in image descriptor
` [RESEND RFC PATCH 08/10] FWU: Add boot time checks as highlighted by the FWU specification
` [RESEND RFC PATCH 09/10] FWU: Add support for FWU Multi Bank Update feature
` [RESEND RFC PATCH 10/10] FWU: cmd: Add a command to read metadata

[RESEND PATCH] rpi: Copy properties from firmware dtb to the loaded dtb
 2021-11-26 11:31 UTC  (2+ messages)

[PATCH u-boot-next 00/12] Common U-Boot macros for PCI Configuration Mechanism #1
 2021-11-26 10:42 UTC  (13+ messages)
` [PATCH u-boot-next 01/12] pci: Add standard PCI Config Address macros
` [PATCH u-boot-next 02/12] pci: gt64120: Use PCI_CONF1_ADDRESS() macro
` [PATCH u-boot-next 03/12] pci: mpc85xx: Use PCI_CONF1_EXT_ADDRESS() macro
` [PATCH u-boot-next 04/12] pci: msc01: Use PCI_CONF1_ADDRESS() macro
` [PATCH u-boot-next 05/12] pci: mvebu: Use PCI_CONF1_EXT_ADDRESS() macro
` [PATCH u-boot-next 06/12] pci: tegra: "
` [PATCH u-boot-next 07/12] pci: fsl: "
` [PATCH u-boot-next 08/12] pci: mediatek: "
` [PATCH u-boot-next 09/12] pci: sh7780: Use PCI_CONF1_ADDRESS() macro
` [PATCH u-boot-next 10/12] x86: pci: "
` [PATCH u-boot-next 11/12] m68k: mcf5445x: "
` [PATCH u-boot-next 12/12] pci: sh7751: Fix access to config space via "

[PATCH v6 1/3] efi_loader: Add check for event log passed from firmware
 2021-11-26 10:31 UTC  (7+ messages)
` [PATCH v6 2/3] tpm: use more algorithms than sha256 on pcr_read
` [PATCH v6 3/3] efi_loader: Extend PCR's for firmware measurements

[PATCH v3 1/2] lib/circbuf: Make circbuf selectable symbol
 2021-11-26 10:08 UTC  (5+ messages)
` [PATCH v3 2/2] usb: gadget: Add CDC ACM function

[PATCH v5 0/3] Add octal DTR support for Macronix flash
 2021-11-26  9:02 UTC  (12+ messages)
` [PATCH v5 1/3] mtd: spi-nor: macronix: add support for Macronix Octal
` [PATCH v5 2/3] mtd: spi-nor-core: Adding different type of command extension in Soft Reset
` [PATCH v5 3/3] mtd: spi-nor-core: Add support for Macronix Octal flash

[PATCH v2] efi_loader: check tcg2 protocol installation outside the TCG protocol
 2021-11-25 23:45 UTC  (5+ messages)

[PATCH] configs: rock-pi-4: Enable rockchip efuse support
 2021-11-25 19:52 UTC 

[PATCH v1 0/5] Update Microchip PolarFire SoC support
 2021-11-25 19:32 UTC  (4+ messages)
` [PATCH v1 4/5] net: macb: Compatible as per device tree
  ` macb clock handling (Was: [PATCH v1 4/5] net: macb: Compatible as per device tree)

[PATCH 0/3] mkimage: allow to specify signing algorithm
 2021-11-25 19:03 UTC  (4+ messages)
` [PATCH 1/3] image-fit: Make string of algo parameter constant
` [PATCH 2/3] mkimage: Drop unused OPT_STRING constant
` [PATCH 3/3] mkimage: Allow to specify the signature algorithm on the command line

[PATCH 0/2] binman: Add support for ATF Firmware Image Package (FIP)
 2021-11-25 18:16 UTC  (11+ messages)
` [PATCH 1/2] binman: Add a utility module for ATF FIP
` [PATCH 2/2] binman: Add support "

[PATCH] rockchip: boot_mode: fix fastboot command
 2021-11-25 18:05 UTC 

[PATCH 1/1] efi_selftest: simplify endian conversion for FDT test
 2021-11-25 17:58 UTC 

[PATCH 0/4] rockchip: Improve support for Bob chromebook and add support for Kevin
 2021-11-25 17:39 UTC  (5+ messages)
` [PATCH 1/4] rockchip: gru: Set up SoC IO domain registers
` [PATCH 2/4] rockchip: gru: Add more devicetree settings
` [PATCH 3/4] rockchip: bob: Enable more configs
` [PATCH 4/4] rockchip: rk3399: Add support for chromebook_kevin

rk3399-gru-kevin: issues on bringup
 2021-11-25 17:18 UTC  (10+ messages)

[PATCH v5 1/3] efi_loader: Add check for event log passed from firmware
 2021-11-25 15:16 UTC  (6+ messages)
` [PATCH v5 3/3] efi_loader: Extend PCR's for firmware measurements

[PATCH] efi_loader: check tcg2 protocol installation outside the TCG protocol
 2021-11-25 11:34 UTC  (3+ messages)

[PATCH v7 00/12] efi_loader: capsule: improve capsule authentication support
 2021-11-25 11:15 UTC  (11+ messages)
` [PATCH v7 03/12] tools: mkeficapsule: add firmwware image signing
` [PATCH v7 04/12] tools: mkeficapsule: add man page
` [PATCH v7 05/12] doc: update UEFI document for usage of mkeficapsule
` [PATCH v7 12/12] (RFC) efi_loader, dts: add public keys for capsules to device tree

[PATCH] efi_loader: Check for pointers before appending to the eventlog
 2021-11-25 11:05 UTC  (2+ messages)

[PATCH] board: stm32mp1: add support of nor1 device in dfu command
 2021-11-25 10:54 UTC 

[PATCH v2 1/1] efi_loader: segfault in efi_clear_os_indications()
 2021-11-25 10:53 UTC  (2+ messages)

[PATCH] pci: When disabling pref MEM set all base bits
 2021-11-25 10:34 UTC 

[PATCH] pci: Disable I/O forwarding during autoconfiguration if unsupported
 2021-11-25 10:32 UTC 

[PATCH] pci: Fix register for determining type of IO base address
 2021-11-25 10:30 UTC 

[PATCH 0/7] meson: Demonstration of using binman to produce the image
 2021-11-25  8:31 UTC  (5+ messages)
` [PATCH 7/7] RFC: Move Odroid-C2 to use "

[RFC] binman: add support for creating dummy files for external blobs
 2021-11-25  7:28 UTC  (3+ messages)

[RFC PATCH 00/10] FWU: Add support for FWU Multi Bank Update feature
 2021-11-25  7:01 UTC  (11+ messages)
` [RFC PATCH 01/10] GPT: Add function to get gpt header and partition entries
` [RFC PATCH 02/10] stm32mp: dfu: Move the ram partitions to the end of the dfu_alt_info variable
` [RFC PATCH 03/10] FWU: Add metadata structure and functions for accessing metadata
` [RFC PATCH 04/10] FWU: Add metadata access functions for GPT partitioned block devices
` [RFC PATCH 05/10] FWU: stm32mp1: Add helper functions for accessing metadata
` [RFC PATCH 06/10] FWU: STM32MP1: Add support to read boot index from backup register
` [RFC PATCH 07/10] EFI: FMP: Add provision to update image's ImageTypeId in image descriptor
` [RFC PATCH 08/10] FWU: Add boot time checks as highlighted by the FWU specification
` [RFC PATCH 09/10] FWU: Add support for FWU Multi Bank Update feature
` [RFC PATCH 10/10] FWU: cmd: Add a command to read metadata

[PATCH v2 0/6] drivers: tpm: Fix Atmel/Microchip TPMv1.2 issues
 2021-11-25  6:32 UTC  (6+ messages)
` [PATCH v2 3/6] drivers: tpm: atmel_twi: drop non-DM_I2C compatibility
` [PATCH v2 4/6] drivers: tpm: atmel_twi: do not use an offset byte

[BUG] efi_loader: incorrect creation of device paths
 2021-11-25  5:44 UTC  (3+ messages)

[PATCH v2] image-board: fix wrong implementation ram disk address setup from cmdline
 2021-11-25  3:08 UTC 

[RFC PATCH] RFC: Sketch of dm event notification
 2021-11-25  2:57 UTC  (7+ messages)

[PATCH 1/3] arm: socfpga: arria10: Setting image magic value to romcode initswstate reg
 2021-11-25  2:13 UTC  (6+ messages)
` [PATCH 2/3] arm: socfpga: arria10: Reset MPFE NoC after program periph / combined RBF
` [PATCH 3/3] arm: socfpga: arria10: Enable double peripheral RBF configuration

variable __rel_dyn_start and __rel_dyn_end missing for u-boot proper?
 2021-11-25  1:29 UTC 

[PATCH 0/5] test: fix pylint warnings
 2021-11-25  0:13 UTC  (11+ messages)
` [PATCH 1/5] test: fix pylint errors in multiplexed_log.py
` [PATCH 2/5] test: fix pylint errors in u_boot_spawn.py
` [PATCH 3/5] test: fix pylint errors in u_boot_utils.py
` [PATCH 4/5] test: fix pylint error in u_boot_console_sandbox.py
` [PATCH 5/5] test: fix pylint error in u_boot_console_exec_attach.py

[PATCH 1/1] sandbox: replace putchar(ch) by fputc(ch, stdout)
 2021-11-25  0:13 UTC  (2+ messages)

[PATCH 0/4] Apple M1 watchdog timer
 2021-11-25  0:12 UTC  (7+ messages)
` [PATCH 1/3] watchdog: Add a driver for the Apple watchdog
` [PATCH 2/3] arm: dts: apple: Add watchdog timer node
` [PATCH 3/3] arm: apple: Use watchdog timer for system reset

[RFC PATCH v3 0/8] image: add a stage pre-load
 2021-11-25  0:13 UTC  (18+ messages)
` [RFC PATCH v3 1/8] lib: allow to build asn1 decoder and oid registry in SPL
` [RFC PATCH v3 2/8] lib: crypto: allow to build crypyo "
` [RFC PATCH v3 3/8] lib: rsa: allow rsa verify with pkey "
` [RFC PATCH v3 4/8] boot: image: add a stage pre-load
` [RFC PATCH v3 5/8] cmd: bootm: "
` [RFC PATCH v3 6/8] common: spl: fit_ram: allow to use image pre load
` [RFC PATCH v3 7/8] mkimage: add public key for image pre-load stage
` [RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import

[PATCH v3] env: Avoid using GNU features in awk
 2021-11-25  0:13 UTC  (3+ messages)

[PATCH] arm: apple: Remove CONFIG_SYS_SDRAM_BASE
 2021-11-25  0:12 UTC  (2+ messages)

[PATCH v2 0/2] env: setenv add resolve value option
 2021-11-25  0:13 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: env: deep resolve value testing

[PATCH 0/6] Add a pylint check
 2021-11-25  0:13 UTC  (7+ messages)
` [PATCH 5/6] Makefile: Add a pylint checker to the build
` [PATCH 6/6] Azure/GitLab CI: Add the pylint checker

[PATCH v3 0/3] Add hs400 support for rk3399 and rk3568
 2021-11-25  0:12 UTC  (4+ messages)
` [PATCH v3 1/3] mmc: rockchip_sdhci: add phy and clock config for rk3399

[PATCH] sandbox: poweroff in efi_system_reset()
 2021-11-25  0:13 UTC  (2+ messages)

[PATCH 0/3] dtoc: Improve support for 'ranges' property
 2021-11-25  0:12 UTC  (6+ messages)
` [PATCH 1/3] dtoc: Rename is_wider_than() to reduce confusion

[PATCH 0/5] lmb: documentation and clean up
 2021-11-25  0:12 UTC  (3+ messages)
` [PATCH 2/5] doc: add include/lmb.h to the HTML documentation

[PATCH v4 0/5] sf: Add documentation and an 'sf mmap' command
 2021-11-25  0:12 UTC  (4+ messages)
` [PATCH v4 5/5] sf: Provide a command to access memory-mapped SPI

[PATCH v4 00/16] Add CAAM driver model support
 2021-11-25  0:12 UTC  (5+ messages)
` [PATCH v4 01/16] crypto/fsl: Add support for CAAM Job ring driver model
    ` [EXT] "


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