public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-04-22 00:27:47 to 2021-04-24 04:56:25 UTC [more...]

[PATCH v2 00/16] misc: Some more misc patches
 2021-04-24  4:56 UTC  (16+ messages)
` [PATCH v2 01/16] pci: Use const for pci_find_device_id() etc
` [PATCH v2 02/16] x86: pci: Allow binding of some devices before relocation
` [PATCH v2 03/16] x86: Allow coreboot serial driver to guess the UART
` [PATCH v2 04/16] spi: ich: Don't require the PCH
` [PATCH v2 05/16] tpm: cr50: Drop unnecessary coral headers
` [PATCH v2 06/16] x86: Don't set up MTRRs if previously done
` [PATCH v2 07/16] x86: Update the MP constants to avoid conflicts
` [PATCH v2 08/16] x86: Do cache set-up by default when booting from coreboot
` [PATCH v2 09/16] x86: coreboot: Show the BIOS date
` [PATCH v2 10/16] x86: coral: Allow booting from coreboot
` [PATCH v2 11/16] x86: Add function comments to cb_sysinfo.h
` [PATCH v2 12/16] x86: coreboot: Use vendor in the Kconfig
` [PATCH v2 13/16] x86: coreboot: Document the memory map
` [PATCH v2 14/16] x86: cros: Check ROM exists before building vboot
` [PATCH v2 15/16] dtoc: Check that a parent is not missing

[PATCH 00/17] misc: Some more misc patches
 2021-04-24  4:56 UTC  (16+ messages)
` [PATCH 02/17] x86: pci: Allow binding of some devices before relocation
` [PATCH 03/17] x86: Allow coreboot serial driver to guess the UART
` [PATCH 04/17] spi: ich: Don't require the PCH
` [PATCH 12/17] x86: coreboot: Use vendor in the Kconfig
` [PATCH 17/17] doc: Update documentation for cros-2021.04 release

[PATCH v4 0/6] nable ECDSA FIT verification for stm32mp
 2021-04-24  4:56 UTC  (7+ messages)
` [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2021-04-24  4:52 UTC 

[PATCH v2 0/4] Add support for embedding public key in platform's dtb
 2021-04-24  4:47 UTC  (5+ messages)
` [PATCH v2 3/4] efi_capsule: Add a function to get the public key needed for capsule authentication

[PATCH V2 01/24] phy: nop-phy: Add standard usb-nop-xceiv compat string
 2021-04-23 22:05 UTC  (9+ messages)
` [PATCH V2 24/24] ARM: imx8m: verdin-imx8mm: Enable USB Host support

[PATCH] x86: Correct regwidth prompt in cbsysinfo
 2021-04-23 22:04 UTC 

[PATCH v1 00/50] mips: octeon: Add serdes and device helper support incl. DM PCIe driver
 2021-04-23 17:57 UTC  (5+ messages)
` [PATCH v2 33/50] mips: octeon: Add misc remaining header files
` [PATCH v3 "

[PATCH 00/37] imx: add i.MX8ULP support
 2021-04-23 17:18 UTC  (4+ messages)
` [PATCH 37/37] arm: imx: add i.MX8ULP EVK support

[PATCH v2 0/6] Enable ECDSA FIT verification for stm32mp
 2021-04-23 17:03 UTC  (9+ messages)
` [PATCH v2 6/6] test: dm: Add test for ECDSA UCLASS support
      ` [EXTERNAL] "

[NXP-IMX] Please pull nxp-imx-4-23-2021
 2021-04-23 16:59 UTC  (2+ messages)

[PATCH 00/17] arm: mach-k3: Initial Support for Texas Instruments AM642 Platform
 2021-04-23 16:27 UTC  (18+ messages)
` [PATCH 01/17] arm: mach-k3: Add basic support for AM642 SoC definition
` [PATCH 02/17] arm: mach-k3: am642: Add support for boot device detection
` [PATCH 03/17] arm: mach-k3: am642: Unlock all applicable control MMR registers
` [PATCH 04/17] arm: mach-k3: am642: Store boot info from ROM
` [PATCH 05/17] arm: mach-k3: am642: Load SYSFW binary and config from boot media
` [PATCH 06/17] arm: mach-k3: am642: Use mmc start and stop callbacks
` [PATCH 07/17] arm: mach-k3: am642: Shut down R5 core after ATF startup on A53
` [PATCH 08/17] armv8: mach-k3: am642: Add custom MMU support
` [PATCH 09/17] mmc: sdhci_am654: Add Support for TI's AM642 SoC
` [PATCH 10/17] mailbox: k3-sec-proxy: Extend valid thread IDs
` [PATCH 11/17] board: ti: am64x: Add board support for am64x evm
` [PATCH 12/17] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64
` [PATCH 13/17] arm: dts: ti: Add Support for AM642 SoC
` [PATCH 14/17] arm: dts: k3-am642: Add initial support for EVM
` [PATCH 15/17] arm: dts: k3-am642: Add r5 specific dt support
` [PATCH 16/17] configs: am64x_evm_r5: Add Initial support
` [PATCH 17/17] configs: am64x_evm_a53: "

[PATCH v2] checkpatch: Ignore ENOSYS warnings
 2021-04-23 16:24 UTC  (2+ messages)

[PATCH v2 1/3] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions
 2021-04-23 16:24 UTC  (10+ messages)
` [PATCH v2 2/3] part: Fix bogus return from part_get_info_by_dev_and_name
` [PATCH v2 3/3] test: Add test for partitions

[PATCH v2 0/8] lmb: Add config for the number of memory and reserved regions
 2021-04-23 16:24 UTC  (17+ messages)
` [PATCH v2 1/8] lmb: move CONFIG_LMB in Kconfig
` [PATCH v2 2/8] lmb: remove lmb_region.size
` [PATCH v2 3/8] lmb: add a max parameter in the struct lmb_region
` [PATCH v2 4/8] lmb: move MAX_LMB_REGIONS value in Kconfig
` [PATCH v2 5/8] lmb: correct size of the regions array
` [PATCH v2 6/8] test: lmb: add test for overflow protection in lmb_add_region
` [PATCH v2 7/8] lmb: Add 2 config to define the max number of regions
` [PATCH v2 8/8] configs: stm32mp15: increase the number of reserved memory region in lmb

[PATCH] test: Alphabetize dm Makefile
 2021-04-23 16:23 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2021-04-23 16:23 UTC  (2+ messages)

[PULL] u-boot-mips
 2021-04-23 16:23 UTC  (2+ messages)

[PATCH V2] doc: mmc man-page
 2021-04-23 14:23 UTC  (2+ messages)

[PATCH 0/7] GE Board fixes and cleanups
 2021-04-23 14:15 UTC  (8+ messages)
` [PATCH 1/7] board: ge: bx50v3: fix crystal bit
` [PATCH 2/7] board: ge: bx50v3: add phy reset GPIO
` [PATCH 3/7] configs: ge: bx50v3: adjust watchdog period
` [PATCH 4/7] configs: ge: use non-persistent environment
` [PATCH 5/7] include: configs: ge: bx50v3: drop USB boot
` [PATCH 6/7] include: configs: ge: simplify default boot command
` [PATCH 7/7] include: configs: ge: avoid shell on boot failure

[PATCH] test/py: Fix efidebug related tests
 2021-04-23 14:06 UTC  (2+ messages)

[PATCH v2 2/2] board:pm9263 - Fix some typos in comments
 2021-04-23 13:41 UTC 

[PATCH v2 1/2] board:pm9263 - Switch to use DM_ETH
 2021-04-23 13:41 UTC 

[PATCH v2] IOMUX: Fix buffer overflow in iomux_replace_device()
 2021-04-23 13:09 UTC  (2+ messages)

[PATCH v3] board:pm9261 - Remove network support
 2021-04-23 13:06 UTC 

[PATCH v4 00/22] ppc: qemu: Add eTSEC support
 2021-04-23 11:52 UTC  (6+ messages)
` [PATCH v4 06/22] net: phy: xilinx: Be compatible with live OF tree

[PATCH v2] board:pm9261 - Enable DM_ETH
 2021-04-23  9:38 UTC  (4+ messages)

[PATCH] smbios: Fix calculating BIOS Release Date
 2021-04-23  9:14 UTC  (5+ messages)

[RFC] efi_loader: improve firmware capsule authentication
 2021-04-23  9:08 UTC  (7+ messages)

[PATCH 1/3] samsung: exynos: Convert SROMC interface to a driver
 2021-04-23  8:32 UTC  (4+ messages)
  ` [PATCH 3/3] snow: Enable unit tests

[PATCH v2] pinctrl: single: fix a never true comparison
 2021-04-23  8:23 UTC  (2+ messages)

[PATCH] net: designware: fix PHY reset with DM_MDIO
 2021-04-23  7:56 UTC  (3+ messages)

[PATCH] ARM:imx:imx8mq-cm: Add support for Ronetix iMX8MQ-CM
 2021-04-23  7:45 UTC 

[PATCH] Fix buffer overflow in iomux_replace_device()
 2021-04-23  7:45 UTC 

[PATCH v2] arm64: versal: Remove gd reference
 2021-04-23  6:49 UTC  (2+ messages)

[PATCH] clk: Fix typo in Zynq Kconfig symbol description
 2021-04-23  6:48 UTC  (2+ messages)

[PATCH] xilinx: Enable GUID partitions and EFI variable commands
 2021-04-23  6:47 UTC  (2+ messages)

[PATCH] xilinx: common: Fix boot script address
 2021-04-23  6:46 UTC  (2+ messages)

[PATCH 0/6] xilinx: Align usb dfu boot mode and bootcommand with distroboot
 2021-04-23  6:45 UTC  (2+ messages)

[PATCH 0/4] xilinx: Enable redundant variables for all Xilinx SoCs
 2021-04-23  6:42 UTC  (2+ messages)

[PATCH v7 0/8] Add FU740 chip and HiFive Unmatched board support
 2021-04-23  4:01 UTC  (11+ messages)
` [PATCH v7 1/8] riscv: cpu: fu740: Add support for cpu fu740
` [PATCH v7 2/8] drivers: clk: add fu740 support
` [PATCH v7 3/8] drivers: ram: sifive: rename fu540_ddr and "
` [PATCH v7 4/8] drivers: pci: add pcie support for fu740
` [PATCH v7 5/8] riscv: dts: add fu740 support
` [PATCH v7 6/8] riscv: dts: add SiFive Unmatched board support
` [PATCH v7 7/8] board: sifive: add HiFive "
` [PATCH v7 8/8] drivers: net: macb: add fu740 support

[PATCH] atcspi200: Add timeout mechanism in spi_xfer()
 2021-04-23  0:47 UTC  (2+ messages)

[PATCH v2 00/13] arm64: synquacer: Add SynQuacer/DeveloperBox support
 2021-04-23  0:16 UTC  (3+ messages)
` [PATCH v2 09/13] net: synquacer: Add netsec driver

[PATCH 1/8] ARM: meson: Sync Amlogic DT from Linux 5.12-rc2
 2021-04-23  0:13 UTC  (3+ messages)
` [PATCH 2/8] net: designware: meson8b: add g12a compatible

[PATCH] net: e1000: do not attempt to set hwaddr for i210 without FLASH
 2021-04-23  0:11 UTC  (2+ messages)

[PATCH 0/5] common: Introduce crypt-style password support
 2021-04-22 23:55 UTC  (5+ messages)
` [PATCH 1/5] lib: add crypt subsystem

ERROR: v7_outer_cache_inval_range - stop address is not aligned - 0x3bf73010
 2021-04-22 22:23 UTC 

sunxi_nand_spl reading zeros on NextThing C.H.I.P
 2021-04-22 21:21 UTC  (2+ messages)

[PATCH] sunxi: DT: A64: update devicetree files
 2021-04-22 19:49 UTC  (4+ messages)

[PATCH] Revert "usb: kbd: destroy device after console is stopped"
 2021-04-22 19:34 UTC  (6+ messages)

[PATCH] pinctrl: single: fix a never true comparison
 2021-04-22 18:45 UTC  (2+ messages)

[PATCH] lib: Move selection of SPL hash algorithms from common/
 2021-04-22 18:09 UTC  (2+ messages)

[PATCH] pinctrl: single: check function mask to be non-zero
 2021-04-22 16:35 UTC 

[PATCH 1/4] ARM: board: udoo_neo: Import UDOO Neo dts files
 2021-04-22 15:31 UTC  (8+ messages)
` [PATCH 2/4] ARM: imx: udoo_neo: Enable OF_CONTROL and DM gpio/pin control
` [PATCH 3/4] ARM: imx: udoo_neo: convert to DM_MMC
` [PATCH 4/4] ARM: imx: udoo_neo: Convert to ethernet DM

[PATCH] arm: a37xx: pci: Fix processing PIO transfers
 2021-04-22 14:23 UTC 

[PATCH v2 00/18] am335x, guardian: update board specific changes
 2021-04-22 13:31 UTC  (19+ messages)
` [PATCH v2 01/18] am335x, guardian: configs: Enable clock driver
` [PATCH v2 02/18] am335x, guardian: mem: Add board dependent mem values
` [PATCH v2 03/18] am335x, guardian: configs: add ubi fastmap support
` [PATCH v2 04/18] am335x, guardian: set tftp_load_addr in environment
` [PATCH v2 05/18] am335x, guardian: configs: cmd: add memtest configs
` [PATCH v2 06/18] am335x, guardian: add memtest address range
` [PATCH v2 07/18] am335x, guardian: Update pinmux configuration
` [PATCH v2 08/18] am335x, guardian: set environment variable autoload to no
` [PATCH v2 09/18] am335x, guardian: code cleanup and boot optimization
` [PATCH v2 10/18] am335x, guardian: configs: set boot delay
` [PATCH v2 11/18] am335x, guardian: configs: cmd : disable spl command
` [PATCH v2 12/18] am335x, guardian: update swi logic
` [PATCH v2 13/18] am335x, guardian: Enable backlight
` [PATCH v2 14/18] am335x, guardian: configs: Enable display config
` [PATCH v2 15/18] drivers: video: hx8238 fix build bug
` [PATCH v2 16/18] am335x, guardian: Enable panel driver Himax HX8238D
` [PATCH v2 17/18] am335x, guardian: software update available status is stored in AM3352 RTC scracth register
` [PATCH v2 18/18] am335x, guardian: configs: Enable bootcount nvmem support

[PATCH] efi_loader: simplify tcg2_create_digest()
 2021-04-22 12:00 UTC  (2+ messages)

[PATCH V2 0/2] Add OpenPiton board support
 2021-04-22 10:34 UTC  (5+ messages)
` [PATCH V2 1/2] mmc: add OpenPiton mmc support

[PATCH v2] Makefile: fix generating environment file
 2021-04-22  9:26 UTC  (9+ messages)
            ` [PATCH] Makefile: fix generation of defaultenv.h from empty initial file

[RFC PATCH v7 0/2] riscv: cpu: Add callback to init each core
 2021-04-22  9:18 UTC  (3+ messages)
` [RFC PATCH v7 1/2] "
` [RFC PATCH v7 2/2] riscv: cpu: fu740: clear feature disable CSR

[PATCH 0/2] PE/COFF measurement support
 2021-04-22  8:18 UTC  (6+ messages)
` [PATCH 2/2] efi_loader: add PE/COFF image measurement

[PATCH 2/2] drivers: mmc: add OpenPiton MMC support
 2021-04-22  5:40 UTC  (4+ messages)

[PATCH] mips: octeon: octeon_ebb7304_defconfig: Enable USB storage support
 2021-04-22  1:09 UTC  (2+ messages)

[PATCH] mips: mt7628: fix the displayed DDR type of mt7628
 2021-04-22  0:47 UTC  (2+ messages)

[PATCH] mips: mt7628: fix ddr_type for MT7688KN
 2021-04-22  0:46 UTC  (2+ messages)

[PATCH 0/2] net: jr2: Fix for jr2 switch
 2021-04-22  0:40 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