public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-04-15 07:18:21 to 2022-04-18 19:59:09 UTC [more...]

[RESEND, RFC 0/8] Integration of sysfw and tispl with U-Boot
 2022-04-18 19:57 UTC  (13+ 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] 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  (24+ messages)
` [PATCH 01/11] drivers: mmc: am654_sdhci: Add new compatible "
` [PATCH 02/11] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62
` [PATCH 03/11] soc: ti: k3-socinfo: Add entry for AM62X SoC family
` [PATCH 04/11] arm: mach-k3: Introduce the basic files to support AM62
` [PATCH 05/11] arm: mach-k3: am62: Introduce autogenerated SoC data
` [PATCH 06/11] dma: ti: Add PSIL data for AM62x DMASS
` [PATCH 07/11] arm: dts: Introduce base AM62 SoC dtsi files
` [PATCH 08/11] board: ti: Introduce the basic files to support AM62 SK board
` [PATCH 09/11] arm: dts: Add support for AM62-SK
` [PATCH 10/11] configs: Add configs for AM62x SK
` [PATCH 11/11] doc: ti: Add readme "

[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] efi_loader: add sha384/512 on certificate revocation
 2022-04-18 18:07 UTC  (2+ messages)
` [PATCH 2/2 v3] test/py: Add more test cases for rejecting an EFI image

[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  (7+ 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  (19+ messages)
` [PATCH v4 02/14] rockchip: rk3228-cru: sync the clock "
` [PATCH v4 03/14] arm: dts: rockchip: move all rk322x u-boot specific properties in separate dtsi files
` [PATCH v4 04/14] arm: dts: rockchip: sync rk322x.dtsi from Linux
` [PATCH v4 05/14] arm: dts: rockchip: sync rk3229-evb.dts "
` [PATCH v4 06/14] rockchip: rk3288-power: sync power domain dt-binding header "
` [PATCH v4 07/14] rockchip: rk3288-cru: sync the clock "
` [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] Fix spelling of "followed" in kwboot.1
 2022-04-16 22:42 UTC 

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

[PATCH 0/7] sunxi: Fix U-Boot proper SPI operation
 2022-04-15 17:28 UTC  (3+ messages)
` [PATCH 4/7] sunxi: use boot source for determining environment location

Please pull u-boot-net/next
 2022-04-15 15:47 UTC  (2+ messages)

[PATCH] CI: Print out unmigrated symbols when failing
 2022-04-15 15:46 UTC  (2+ messages)

[PATCH 0/6] introduce Arm FF-A support
 2022-04-15 15:43 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] arm_ffa: introduce Arm FF-A low-level driver
  ` [PATCH v2 2/6] arm_ffa: introduce armffa command
  ` [PATCH v2 3/6] arm_ffa: introduce the FF-A Sandbox driver
  ` [PATCH v2 4/6] arm_ffa: introduce Sandbox test cases for UCLASS_FFA
  ` [PATCH v2 5/6] arm_ffa: introduce armffa command Sandbox test
  ` [PATCH v2 6/6] arm_ffa: introduce FF-A MM communication

[PATCH] ARM: stm32mp: correctly handle Silicon revision
 2022-04-15 13:00 UTC 

[PATCH] ARM: stm32mp: skip ft_system_setup when the soc node is absent
 2022-04-15 12:43 UTC 

[PATCH 1/2] configs: stm32mp1: set the console variable for extlinux.conf
 2022-04-15 12:31 UTC  (2+ messages)
` [PATCH 2/2] configs: stm32mp1: Add support for baudrates higher than 115200 for st-link

[PATCH 1/1] arm: apple: Add M1 Ultra support
 2022-04-15 12:20 UTC  (3+ messages)

[PATCH] doc: board: apple: Mention M1 Ultra support
 2022-04-15 12:19 UTC 

[PATCH] fs: Allow to compile CMD_UBIFS when SPL is enabled
 2022-04-15 12:08 UTC  (2+ messages)

[PATCH] fs: Allow to compile FS_FAT only for proper U-Boot
 2022-04-15 12:08 UTC  (2+ messages)

[PATCH] Remove duplication of table_compute_checksum function
 2022-04-15 12:08 UTC  (2+ messages)

[PATCH 0/4] serial: Finish adding puts support
 2022-04-15 12:08 UTC  (9+ messages)
` [PATCH 1/4] serial: Fix _serial_puts using \n\r instead of \r\n
` [PATCH 2/4] serial: sandbox: Implement puts
` [PATCH 3/4] test: serial: Add test for putc/puts
` [PATCH 4/4] serial: smh: Implement puts for DM

[PATCH] sandbox: Increase default SYS_MALLOC_LEN
 2022-04-15 12:08 UTC  (2+ messages)

[PATCH] cmd: ubi.c: skip part command if right partition is already attached
 2022-04-15 12:08 UTC  (2+ messages)

[PATCH 1/6] led: Move OF "label" property parsing to core
 2022-04-15 12:08 UTC  (16+ messages)
` [PATCH 2/6] led: bcm6328: Drop duplicate OF "label" property parsing
` [PATCH 3/6] led: bcm6358: "
` [PATCH 4/6] led: bcm6858: "
` [PATCH 5/6] led: cortina: "
` [PATCH 6/6] led: gpio: "
` [PATCH 1/2] led: bcm6753: "
  ` [PATCH 2/2] led: pwm: "

[PATCH] led: Configure LED default-state on boot
 2022-04-15 12:07 UTC  (2+ messages)

[PATCH] misc: atsha204a: Fix big endian support
 2022-04-15 12:07 UTC  (2+ messages)

[PATCH] power: domain: ti: Extend use of PTCMD and PTSTAT registers for high PDs
 2022-04-15 12:07 UTC  (2+ messages)

[PATCH v3 01/12] rockchip: rk3228-power: sync power domain dt-binding header from Linux
 2022-04-15 10:19 UTC  (4+ messages)
` [PATCH v3 09/12] arm: dts: rockchip: sync rk3288.dtsi "

[PATCH] board: st: common: fix the error messages in stboard command
 2022-04-15  9:46 UTC 

[PATCH v4 00/12] efi_loader: more tightly integrate UEFI disks to driver model
 2022-04-15  9:11 UTC  (6+ messages)
` [PATCH v4 01/12] dm: tag: change ENOSPC to ENOMEM
` [PATCH v4 11/12] dm: disk: add read/write interfaces with udevice
` [PATCH v4 12/12] efi_loader: disk: use udevice instead of blk_desc

[PATCH v2] cmd: adc: Add support for storing ADC result in env variable
 2022-04-15  9:05 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