public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-08-17 13:40:31 to 2021-08-19 10:28:29 UTC [more...]

[PATCH 00/11] sandbox: Minor fixes and improvements
 2021-08-19 10:28 UTC  (15+ messages)
` [PATCH 01/11] dtoc: Further improve documentation about warnings
` [PATCH 02/11] sandbox: Correct handling of --rm_memory
` [PATCH 03/11] sandbox: Add license headers to the dts files
` [PATCH 04/11] btrfs: Suppress the message about missing filesystem
` [PATCH 05/11] sqfs: "
` [PATCH 06/11] test: Tidy a comment in the bloblist test
` [PATCH 07/11] dm: core: Fix a few incorrect comments on first/next functions
` [PATCH 08/11] sandbox: Add a way to find the size of a file
` [PATCH 09/11] sandbox: Add a way to map a file into memory
` [PATCH 10/11] sandbox: mmc: Support a backing file
` [PATCH 11/11] test: Add a way to skip console checking until a string matches

[PATCH v6 00/12] handling all DM watchdogs in watchdog_reset()
 2021-08-19  9:57 UTC  (13+ messages)
` [PATCH v6 01/12] watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()
` [PATCH v6 02/12] watchdog: wdt-uclass.c: introduce struct wdt_priv
` [PATCH v6 03/12] watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition
` [PATCH v6 04/12] watchdog: wdt-uclass.c: refactor initr_watchdog()
` [PATCH v6 05/12] watchdog: wdt-uclass.c: keep track of each device's running state
` [PATCH v6 06/12] sandbox: disable CONFIG_WATCHDOG_AUTOSTART
` [PATCH v6 07/12] watchdog: wdt-uclass.c: add wdt_stop_all() helper
` [PATCH v6 08/12] board: x530: switch to wdt_stop_all()
` [PATCH v6 09/12] watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()
` [PATCH v6 10/12] watchdog: add gpio watchdog driver
` [PATCH v6 11/12] sandbox: add test of wdt_gpio driver
` [PATCH v6 12/12] sandbox: add test of wdt-uclass' watchdog_reset()

[PATCH v4 1/2] imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
 2021-08-19  9:20 UTC  (6+ messages)
` [PATCH v4 2/2] imx: imx8mm: Add support for Kontron Electronics SL/BL i.MX8M-Mini boards (N801x)

[PULL] u-boot-riscv/master
 2021-08-19  8:56 UTC 

[PATCH 00/13] Migrate some I2C symbols to Kconfig
 2021-08-19  8:05 UTC  (38+ messages)
` [PATCH 01/13] kp_imx53: Switch to using a local namespace for ID EEPROM
` [PATCH 02/13] davinci: Drop CONFIG_MAC_ADDR_IN_EEPROM
` [PATCH 03/13] arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDR
` [PATCH 04/13] keymile: Use CONFIG_SYS_IVM_EEPROM_ADR
` [PATCH 05/13] siemens: Move CONFIG_SYS_I2C_EEPROM_ADDR usage out of CONFIG namespace
` [PATCH 06/13] Convert CONFIG_ID_EEPROM to Kconfig
` [PATCH 07/13] i2c: S3C24X0: Finish Kconfig migration
` [PATCH 08/13] cl-som-imx7: Enable CMD_EEPROM
` [PATCH 09/13] eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usage
` [PATCH 10/13] Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig
` [PATCH 11/13] Convert CONFIG_SYS_I2C_SOFT "
` [PATCH 12/13] Convert CONFIG_SYS_I2C_MVTWSI "
` [PATCH 13/13] i2c: Remove unused additional legacy soft i2c bus support
` [PATCH 00/16] Further I2C Kconfig migrations
  ` [PATCH 01/16] Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY
  ` [PATCH 02/16] Convert CONFIG_SYS_I2C_EARLY_INIT to Kconfig
  ` [PATCH 03/16] i2c: designware: Remove unused non-DM functionality
  ` [PATCH 04/16] am335x: Drop non-DM_I2C code
  ` [PATCH 05/16] am43xx: "
  ` [PATCH 06/16] ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace
  ` [PATCH 07/16] i2c: Remove non-DM code from ihs_i2c.c
  ` [PATCH 08/16] cmd/i2c.c: Remove unused legacy code
  ` [PATCH 09/16] Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
  ` [PATCH 11/16] rcar: i2c: Migrate SYS_I2C_SH "
  ` [PATCH 12/16] i2c: fsl_i2c: Migrate "
  ` [PATCH 13/16] tegra: Cleanup I2C support
  ` [PATCH 14/16] Convert CONFIG_I2C_SET_DEFAULT_BUS_NUM et al to Kconfig
  ` [PATCH 15/16] README: Remove some old i2c related text
  ` [PATCH 16/16] varisys: Remove dead code

[PATCH 1/2] imx8mm-cl-iot-gate: Do not build fip.bin by default
 2021-08-19  7:14 UTC  (14+ messages)

[PATCH v2 1/1] board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3
 2021-08-19  7:07 UTC 

[PATCH] configs: ls1046aqds: Move CONFIG_SPI_FLASH_* definitions to defconfigs
 2021-08-19  6:55 UTC 

[PATCH 1/4] drivers: ddr: util.c: Fix divide by zero issue
 2021-08-19  6:09 UTC  (4+ messages)
` [PATCH 2/4] drivers: ddr: fsl_ddr_gen4.c: "
` [PATCH 3/4] drivers: ddr: main.c: Fix Bad Shift operator issue
` [PATCH 4/4] board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3

[PATCH 01/15] crypto/fsl: Add support for CAAM Job ring driver model
 2021-08-19  6:05 UTC  (6+ messages)
` [PATCH 05/15] i.MX6: Enable Job ring driver model in U-Boot
    ` [EXT] "
  ` [EXT] Re: [PATCH 01/15] crypto/fsl: Add support for CAAM Job ring driver model

EFI from usb HDD
 2021-08-19  5:38 UTC  (14+ messages)

[PATCH v2] imx: spl: fix imx8m secure boot
 2021-08-19  4:29 UTC  (3+ messages)

[PATCH 00/28] Initial implementation of bootmethod/bootflow
 2021-08-19  3:46 UTC  (29+ messages)
` [PATCH 01/28] Create a new boot/ directory
` [PATCH 02/28] pxe: Move API comments to the header files
` [PATCH 03/28] pxe: Use a context pointer
` [PATCH 04/28] pxe: Move do_getfile() into the context
` [PATCH 05/28] pxe: Add a userdata field to "
` [PATCH 06/28] pxe: Tidy up the is_pxe global
` [PATCH 07/28] pxe: Move pxe_utils files
` [PATCH 08/28] pxe: Tidy up some comments in pxe_utils
` [PATCH 09/28] pxe: Tidy up code style a little "
` [PATCH 10/28] pxe: Move common parsing coding into pxe_util
` [PATCH 11/28] pxe: Clean up the use of bootfile
` [PATCH 12/28] pxe: Drop get_bootfile_path()
` [PATCH 13/28] lib: Add tests for simple_itoa()
` [PATCH 14/28] lib: Add a function to convert a string to a hex value
` [PATCH 15/28] pxe: Return the file size from the getfile() function
` [PATCH 16/28] pxe: Refactor sysboot to have one helper
` [PATCH 17/28] doc: Move distro boot doc to rST
` [PATCH 18/28] pxe: Allow calling the pxe_get logic directly
` [PATCH 19/28] bootmethod: Add the uclass and core implementation
` [PATCH 20/28] bootmethod: Add an implementation of distro boot
` [PATCH 21/28] bootmethod: Add a command
` [PATCH 22/28] bootflow: "
` [PATCH 23/28] bootmethod: Add tests for bootmethod and bootflow
` [PATCH 24/28] bootmethod: doc: Add documentation
` [PATCH 25/28] mmc: Allow for children other than the block device
` [PATCH 26/28] mmc: Add a bootmethod
` [PATCH 27/28] ethernet: "
` [PATCH 28/28] RFC: rpi: Switch over to use bootflow

[PATCH 1/3] spi: rockchip_sfc: Impletment set_speed logic
 2021-08-19  1:38 UTC  (5+ messages)
` [PATCH 3/3] rockchip: px30: Change sfc node to match upstream linux proposed

[PATCH v2 1/2] spi: rockchip_sfc: Impletment set_speed logic
 2021-08-19  1:46 UTC  (2+ messages)
` [PATCH v2 2/2] spi: rockchip_sfc: Using read_poll

[PATCH 1/2] spi: rockchip_sfc: Impletment set_speed logic
 2021-08-19  1:35 UTC  (2+ messages)
` [PATCH 2/2] spi: rockchip_sfc: Using read_poll

RISC-V MC at Plumbers
 2021-08-19  1:27 UTC 

[PATCH 1/5] board: gateworks: venice: display hwmon details by default
 2021-08-18 22:52 UTC  (9+ messages)
` [PATCH 2/5] board: gateworks: venice: do not overwrite serial#
` [PATCH 3/5] arm: dts: imx8mm-venice-gw700x: fix mp5416 pmic config
` [PATCH 4/5] board: gateworks: venice: update thermal temp thresholds per cpu grade
` [PATCH 5/5] arm: dts: imx8mm-venice*: remove thermal zone overrides

[PATCH] image: rsa: Move padding_algos to linker lists
 2021-08-18 22:49 UTC 

[PATCH v2 1/5] board: gateworks: venice: display hwmon details by default
 2021-08-18 22:24 UTC  (5+ messages)
` [PATCH v2 2/5] board: gateworks: venice: do not overwrite serial#
` [PATCH v2 3/5] arm: dts: imx8mm-venice-gw700x: fix mp5416 pmic config
` [PATCH v2 4/5] board: gateworks: venice: update thermal temp thresholds per cpu grade
` [PATCH v2 5/5] arm: dts: imx8mm-venice*: remove thermal zone overrides

A mea culpa undefined reference in v2021.10-rc2, padding_algos, linker lists
 2021-08-18 19:10 UTC 

[PATCH v2] imx8mm-evk: Generate a single bootable flash.bin again
 2021-08-18 17:46 UTC 

u-boot & ZFS
 2021-08-18 17:23 UTC  (10+ messages)

[PATCH] imx8mm-evk: Generate a single bootable flash.bin again
 2021-08-18 16:56 UTC  (4+ messages)

[PATCH] mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine
 2021-08-18 15:37 UTC  (2+ messages)

[PATCH v2] dm: usb: add hook for low level usb init
 2021-08-18 13:13 UTC 

[PATCH v2 01/16] sandbox: net: Ensure host name is always a valid string
 2021-08-18 14:09 UTC  (3+ messages)
` [PATCH v2 15/16] clk: Detect failure to set defaults

U-Boot sunxi DM_I2C migration?
 2021-08-18 13:31 UTC  (6+ messages)

[PATCH 0/4] clk: at91: fix system clocks display for sam9x60
 2021-08-18 10:46 UTC  (2+ messages)

[PATCH] ARM: at91: Add chip ID of SAMA5D29
 2021-08-18 10:44 UTC  (2+ messages)

[PATCH] arm: at91: gardena-smart-gateway-at91sam: Adjust to production values
 2021-08-18 10:42 UTC  (2+ messages)

[PATCH] configs: Layerscape: Remove the 'fdt_addr' env
 2021-08-18 10:33 UTC  (6+ messages)

[PATCH 1/1] arm: Finish migration of HAS_FSL_XHCI_USB
 2021-08-18  9:00 UTC  (2+ messages)

[RFC] imx8mm-evk: Generate a bootable flash.bin again
 2021-08-18  8:24 UTC  (8+ messages)

[PATCH v3 0/9] phyCORE-i.MX8MP Update
 2021-08-18  8:17 UTC  (11+ messages)
` [PATCH v3 2/9] arm: dts: imx8mp: Add common u-boot dtsi

[PATCH 1/1] doc: move doc/board/st/st.rst
 2021-08-18  7:11 UTC  (2+ messages)

[PATCH] configs: lx2160a: load device-tree in RAM for distro boot
 2021-08-18  7:07 UTC 

[PATCH 0/5] efi_loader: user EfiBootServicesData for device path
 2021-08-18  5:23 UTC  (9+ messages)
` [PATCH 1/5] efi_loader: use an enum for the memory allocation types
` [PATCH 2/5] efi_loader rename enum efi_mem_type to efi_memory_type
` [PATCH 3/5] efi_loader: use correct type for AllocatePages, AllocatePool
` [PATCH 4/5] efi_loader: use EfiBootServicesData for device path
` [PATCH 5/5] efi_loader: use EfiBootServicesData for DP to text

[PATCH 0/2] drivers: mmc: Add wait_dat0 support for more devices
 2021-08-17 19:46 UTC  (3+ messages)
` [PATCH 1/2] drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver
` [PATCH 2/2] drivers: mmc: Add wait_dat0 support for sdhci driver

[PATCH v2] imx8mm-cl-iot-gate: Split the defconfigs
 2021-08-17 18:31 UTC 

USB endpoints exclusion
 2021-08-17 17:53 UTC 

[PATCH 0/3] common: Add fdt network helper
 2021-08-17 16:09 UTC  (4+ messages)

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2021-08-17 15:17 UTC  (2+ messages)

U-Boot contributor call (17-Aug-21) in 45 minutes
 2021-08-17 14:43 UTC 

[PATCH 00/11] Reduce usage of timestamp macros
 2021-08-17 13:40 UTC  (3+ messages)

Pull request, u-boot-tegra/master
 2021-08-17 13: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