public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-04-15 21:22:58 to 2022-04-19 16:46:52 UTC [more...]

[PATCH 1/1] dm: fix formatting of uclass dump
 2022-04-19 16:46 UTC 

Pull request: u-boot-rockchip-20220418
 2022-04-19 16:25 UTC  (2+ messages)

[PATCH] usb: dwc3-generic: Fix the iMX8MQ support
 2022-04-19 15:11 UTC  (3+ messages)

[PATCH v2] pstore: Support already existing reserved-memory node
 2022-04-19 16:20 UTC  (7+ messages)

[PATCH] include: configs: am**x/j721e/j721s2_evm.h: Move the stack pointer init address in arm64
 2022-04-19 15:26 UTC 

[PATCH] Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig
 2022-04-19 14:48 UTC  (3+ messages)

[PATCH v3] bosch: Add initial board support for ACC
 2022-04-19 14:44 UTC 

[PATCH] i.MX8 crypto/fsl: Enable fsl CAAM rng driver
 2022-04-19 14:04 UTC 

[PATCH] i2c: ihs: intel: Fix typo in comments (actual)
 2022-04-19 13:01 UTC 

[PATCH 00/10] dm: Experiments for reducing SPL memory usage
 2022-04-19 12:50 UTC  (15+ messages)
` [PATCH 02/10] sandbox: Correct loss of early output in SPL
` [PATCH 03/10] Makefile: Drop a stale comment about linking
` [PATCH 04/10] Makefile: Avoid resetting link flags in config.mk
` [PATCH 05/10] sandbox: Allow link flags to be given
` [PATCH 06/10] sandbox: Align linker lists to a 32-byte boundary
` [PATCH 07/10] dm: core: Allow devres to be disabled in SPL
` [PATCH 08/10] dm: core: Deal with a wrinkle with linker lists

[BUG] keyboard doesn't work on Olimex teres-I notebook
 2022-04-19 12:27 UTC 

[PATCH 0/7] disk: don't compile in partition support for spl/tpl if not really necessary
 2022-04-19 12:12 UTC  (11+ messages)
` [PATCH 1/7] disk: include errno.h explicitly in part.h
` [PATCH 2/7] disk: enable function prototypes in part.h for SPL/TPL
` [PATCH 3/7] disk: define nullified functions for !PARTITIONS
` [PATCH 4/7] sandbox: move a function prototype
` [PATCH 5/7] efi_loader: PARTITION_UUIDS should be optional
` [PATCH 6/7] efi_loader: disk: compile efi_disk when CONFIG_BLK
` [PATCH 7/7] disk: don't compile in partition support for spl/tpl if not really necessary

[PATCH] Fix spelling of "followed" in kwboot.1
 2022-04-19 11:06 UTC  (2+ messages)

[PATCH] imx: spl: Default to SPD when booting from USB serial download
 2022-04-19  9:56 UTC 

[PATCH 1/2] usb: gadget: Add a config option to set the SPL product ID
 2022-04-19  9:20 UTC  (2+ messages)
` [PATCH 2/2] mach-imx: Use CONFIG_SPL_USB_GADGET_PRODUCT_NUM

[PATCH] devres: Use the correct devres implementation in SPL builds
 2022-04-19  8:14 UTC 

[PATCH 0/2] usb: dwc3: Fix build without driver model
 2022-04-19  8:01 UTC  (5+ messages)
` [PATCH 1/2] usb: dwc3: core: fix warnings when building "
` [PATCH 1/2] usb: dwc3: core: Fix "
` [PATCH 2/2] usb: dwc3: Don't build DM drivers in SPL unless DM USB is available

[PATCH] net: marvell: mvgbe: Set PHY page 0 before phy_connect
 2022-04-19 10:29 UTC  (2+ messages)

[PATCH 1/2] imx: Update FSL_MFGPROT config for iMX8M
 2022-04-19  9:13 UTC  (2+ messages)
` [PATCH 2/2] imx: Fix build error

[PATCH v1 0/3] Support various block interfaces for avb and bcb
 2022-04-19  6:46 UTC  (4+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] cmd: bcb: introduce optional interface parameter to bcb
` [PATCH v2 2/2] cmd: avb: introduce optional interface parameter to avb init

[PATCH 1/2] efi_loader: add sha384/512 on certificate revocation
 2022-04-19  5:49 UTC  (6+ messages)
` [PATCH 2/2 v3] test/py: Add more test cases for rejecting an EFI image

[PATCH v3 0/4] Add Nuvoton NPCM750 support
 2022-04-19  5:32 UTC  (5+ messages)
` [PATCH v3 1/4] arm: nuvoton: Add support for Nuvoton NPCM750 BMC
` [PATCH v3 2/4] clk: nuvoton: Add support for NPCM750
` [PATCH v3 3/4] serial: npcm: Add support for Nuvoton NPCM SoCs
` [PATCH v3 4/4] timer: npcm: Add NPCM timer support

[PATCH v2] crypto/fsl: add invalidate_dcache_range for hash output buffer
 2022-04-19  5:22 UTC 

[RESEND, RFC 0/8] Integration of sysfw and tispl with U-Boot
 2022-04-19  2:49 UTC  (15+ messages)
` [RESEND, RFC 1/8] tools: config: yaml: Add board config class to generate config binaries
` [RESEND, RFC 2/8] binman: etype: sysfw: Add entry type for sysfw
` [RESEND, RFC 5/8] binman: sysfw: Add support for packaging tiboot3.bin and sysfw.itb
` [RESEND, RFC 6/8] binman: dtsi: sysfw: j721e: Use binman to package sysfw.itb
` [RESEND, RFC 7/8] binman: etype: dm: Add entry type for TI DM
` [RESEND, RFC 8/8] binman: dtsi: tispl: j721e: Use binman to package tispl.bin

[PATCH v5 00/12] efi_loader: more tightly integrate UEFI disks to driver model
 2022-04-19  1:05 UTC  (13+ messages)
` [PATCH v5 01/12] dm: tag: change ENOSPC to ENOMEM
` [PATCH v5 02/12] dm: tag: add some document
` [PATCH v5 03/12] test: dm: add tests for tag support
` [PATCH v5 04/12] dm: disk: add UCLASS_PARTITION
` [PATCH v5 05/12] dm: blk: add a device-probe hook for scanning disk partitions
` [PATCH v5 06/12] efi_loader: split efi_init_obj_list() into two stages
` [PATCH v5 07/12] efi_loader: disk: a helper function to create efi_disk objects from udevice
` [PATCH v5 08/12] efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices
` [PATCH v5 09/12] efi_loader: disk: a helper function to delete efi_disk objects
` [PATCH v5 10/12] efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devices
` [PATCH v5 11/12] dm: disk: add read/write interfaces with udevice
` [PATCH v5 12/12] efi_loader: disk: use udevice instead of blk_desc

[PATCH v3] mips: dts: add initial support for ls1c300 SoC
 2022-04-18 20:45 UTC 

[PATCH] common: fdt: introduce fdt_fixup_reserved_memory
 2022-04-18 19:50 UTC 

[PATCH v3 00/13] Add support for NVMEM API
 2022-04-18 19:36 UTC  (14+ messages)
` [PATCH v3 01/13] sandbox: net: Add aliases for ethernet devices
` [PATCH v3 02/13] sandbox: net: Add mac address for eth8 to environment
` [PATCH v3 03/13] test: eth: Add test for ethernet addresses
` [PATCH v3 04/13] sandbox: net: Remove fake-host-hwaddr
` [PATCH v3 05/13] sandbox: Remove eth2addr from environment
` [PATCH v3 06/13] sandbox: Move some mac addresses to device tree
` [PATCH v3 07/13] misc: i2c_eeprom: Make i2c_eeprom_write use a const buf
` [PATCH v3 08/13] misc: Add support for nvmem cells
` [PATCH v3 09/13] sandbox: Enable NVMEM
` [PATCH v3 10/13] net: Add support for reading mac addresses from nvmem cells
` [PATCH v3 11/13] test: Load mac address with i2c eeprom
` [PATCH v3 12/13] test: Load mac address using RTC
` [PATCH v3 13/13] test: Load mac address using misc device

[PATCH 00/11] TI: Add support for AM62 SoC
 2022-04-18 18:49 UTC  (9+ messages)
` [PATCH 04/11] arm: mach-k3: Introduce the basic files to support AM62
` [PATCH 11/11] doc: ti: Add readme for AM62x SK

[PATCH] crypto/fsl: add invalidate_dcache_range for hash output buffer
 2022-04-18 18:41 UTC  (2+ messages)

[PATCH v2 00/11] Add support for NVMEM API
 2022-04-18 18:27 UTC  (4+ messages)
` [PATCH v2 03/11] test: eth: Add test for ethernet addresses

[PATCH 1/2 v2] efi_loader: add sha384/512 on certificate revocation
 2022-04-18 18:05 UTC  (3+ messages)
` [PATCH 2/2 v2] test: Add more test cases for rejecting an EFI image

[PATCH 1/2] imx8mn_evk: Enable cache in SPL
 2022-04-18 17:15 UTC  (2+ messages)
` [PATCH 2/2] doc: imx8mn_evk: Do not export ATF_LOAD_ADDR

[PATCH] crypto/fsl: Add support for black key blob
 2022-04-18 10:33 UTC 

[PATCH] arm: imx8m: Enable CLK_IMX8M[MNQP] where applicable
 2022-04-18  9:33 UTC  (3+ messages)

[PATCH v5 0/9] tpm: rng: Move TPM RNG functionality to driver model
 2022-04-18  9:02 UTC  (8+ messages)
` [PATCH v5 4/9] tpm: Add the RNG child device

[RFC] disk: don't compile in partition support for spl/tpl if not really necessary
 2022-04-18  8:14 UTC  (5+ messages)

[PATCH v4 00/11] enable menu-driven boot device selection
 2022-04-18  7:47 UTC  (5+ messages)
` [PATCH v4 02/11] lib/charset: add u16_strlcat() function

[PATCH V3] board: bsh: imx8mn_bsh_smm_s2/s2pro: enable DM_SERIAL
 2022-04-18  6:53 UTC 

[PATCH v1] rockchip: video: mipi: add more compatible strings for rk3288/rk3399
 2022-04-18  3:21 UTC  (2+ messages)

[PATCH v1] rockchip: video: rk_edp: add more rk3288 edp node options
 2022-04-18  3:21 UTC  (2+ messages)

[PATCH v4 01/14] rockchip: rk3228-power: sync power domain dt-binding header from Linux
 2022-04-18  3:18 UTC  (16+ messages)
` [PATCH v4 04/14] arm: dts: rockchip: sync rk322x.dtsi "
` [PATCH v4 05/14] arm: dts: rockchip: sync rk3229-evb.dts "
` [PATCH v4 07/14] rockchip: rk3288-cru: sync the clock dt-binding header "
` [PATCH v4 08/14] arm: dts: rockchip: move all rk3288 u-boot specific properties in separate dtsi files
` [PATCH v4 09/14] arm: dts: rockchip: sync rk3288.dtsi from Linux
` [PATCH v4 10/14] arm: dts: rockchip: sync rk3288 DT boards "
` [PATCH v4 11/14] arm: dts: rockchip: sync rk3288-veyron DT "
` [PATCH v4 12/14] rockchip: fix boot_devices constants
` [PATCH v4 13/14] board: google: veyron: add more DT files to MAINTAINERS
` [PATCH v4 14/14] board: rk3288: "

[PATCH v2 01/23] mmc: fsl_esdhc_imx: Add i.MX8MP compatible string
 2022-04-18  0:23 UTC  (9+ messages)
  ` [PATCH v2 06/23] pmic: pca9450: Add upstream regulators subnode match
  ` [PATCH v2 07/23] pmic: pca9450: Add regulator driver
  ` [PATCH v2 12/23] power-domain: Return 0 if ops unimplemented and remove empty functions
  ` [PATCH v2 14/23] imx: power-domain: Inline arch-imx8m/power-domain.h

[PATCH] power-domain: Return 0 if ops unimplemented and remove empty functions
 2022-04-18  0:01 UTC  (2+ messages)

[PATCH v2] arm: kirkwood: Sheevaplug : Use Marvell uclass mvgbe and PHY driver for Ethernet
 2022-04-17 23:42 UTC 

[PATCH 1/3] imx: power-domain: Descend into pgc subnode if present
 2022-04-17 22:02 UTC  (19+ messages)
` [PATCH 3/3] imx: power-domain: Get rid of SMCCC dependency

[PATCH] arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM Ethernet
 2022-04-17 20:42 UTC 

[PATCH 1/2] imx: Add support for i.MX8MM Beacon SOM 4GB variant
 2022-04-17 20:03 UTC  (2+ messages)
` [PATCH 2/2] imx: imx8mm_beacon: Enable Micrel PHY

USB init before using usb_serial_acm gadget?
 2022-04-17  8:45 UTC  (2+ messages)

[PATCH v2] Allow colon in PXE bootfile URLs
 2022-04-16 15:36 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2] soc: xilinx: versal: fix out of bounds array access
 2022-04-16 18:15 UTC 

[PATCH] soc: xilinx: versal: fix out of bounds array access
 2022-04-16 17:48 UTC 

binman and faked blobs failures
 2022-04-16 17:30 UTC  (2+ messages)

[PATCH v11 00/16] Add Rikomagic MK808 board
 2022-04-16 15:09 UTC  (17+ messages)
` [PATCH v11 01/16] rockchip: rk3066-power: sync power domain dt-binding header from Linux
` [PATCH v11 02/16] rockchip: rk3066: add grf header file
` [PATCH v11 03/16] rockchip: rk3066: add clock driver for rk3066 soc
` [PATCH v11 04/16] rockchip: rk3066: add rk3066 pinctrl driver
` [PATCH v11 05/16] rockchip: rk3066: add sdram driver
` [PATCH v11 06/16] arm: dts: rockchip: fix rk3xxx-u-boot.dtsi
` [PATCH v11 07/16] arm: dts: rockchip: fix include rk3xxx-u-boot.dtsi
` [PATCH v11 08/16] arm: dts: rockchip: add rk3066a.dtsi
` [PATCH v11 09/16] arm: dts: rockchip: add rk3066a-mk808.dts
` [PATCH v11 10/16] rockchip: tools: add rk3066 support to rkcommon.c
` [PATCH v11 11/16] rockchip: rk3066: add core support
` [PATCH v11 12/16] rockchip: rk3066: add Rikomagic MK808 board
` [PATCH v11 13/16] rockchip: rk3066: add mk808_defconfig
` [PATCH v11 14/16] doc: rockchip: restyle rockchip.rst
` [PATCH v11 15/16] doc: rockchip: add px30/rk3326 boards and examples
` [PATCH v11 16/16] doc: rockchip: add rk3066 Rikomagic MK808

[PATCH] crypto/fsl: Clear the memory when blob decapsulation fails
 2022-04-16 13:35 UTC  (2+ messages)

[PATCH] i.MX6SX: crypto/fsl: fix entropy delay value
 2022-04-16 13:34 UTC  (2+ messages)

[PATCH V2] board: bsh: imx8mn_bsh_smm_s2/s2pro: enable DM_SERIAL
 2022-04-16 12:18 UTC  (2+ messages)

[PATCH v3] imx: add i.MX8MN DDR3L evk board support
 2022-04-16 12:17 UTC  (2+ messages)

[PATCH v3 1/2] board: gateworks: venice: add additional levels for dtb name match
 2022-04-16 12:15 UTC  (4+ messages)
` [PATCH v3 2/2] board: gateworks: venice: add imx8mp-venice-gw740x support

[PATCH] arm: dts: imx8mp: add of-list support to common imx8mp-u-boot.dtsi
 2022-04-16 12:11 UTC  (2+ messages)

[PATCH V4 0/4] imx: imx8m: enable DM SERIAL
 2022-04-16 12:10 UTC  (2+ messages)

[PATCH v2 06/23] sunxi: Skip non-DM UART pin setup when PINCTRL=y
 2022-04-16  7:24 UTC 

[PATCH] fdt: Fix TPL SEPARATE_BSS check when locating DTB
 2022-04-16  0:12 UTC 

[PATCH v10 00/16] Add Rikomagic MK808 board
 2022-04-16  5:44 UTC  (3+ messages)
` [PATCH v10 11/16] rockchip: rk3066: add core support

Handle unaligned read at fs layer?
 2022-04-16  0:54 UTC 

Pull request for efi-2022-07-rc1-2
 2022-04-15 22:00 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