public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-08-19 03:16:02 to 2021-08-20 16:12:36 UTC [more...]

How should we deal with actual hush odd behavior?
 2021-08-20 16:12 UTC 

[RFC PATCH 0/6] Add C tests for hush
 2021-08-20 15:48 UTC  (7+ messages)
` [RFC PATCH 1/6] test: Add framework to test hush behavior
` [RFC PATCH 2/6] test: hush: Test hush if/else
` [RFC PATCH 3/6] test/py: hush_if_test: Remove the test file
` [RFC PATCH 4/6] test: hush: Test hush variable expansion
` [RFC PATCH 5/6] test: hush: Test hush commands list
` [RFC PATCH 6/6] test: hush: Test hush loops

[PATCH v2 0/6] Armv8r64 + BASER_FVP board support
 2021-08-20 15:22 UTC  (10+ messages)
` [PATCH v2 1/6] armv8: Disable pointer authentication traps for EL1
` [PATCH v2 2/6] armv8: Ensure EL1&0 VMSA is enabled
` [PATCH v2 3/6] armv8: Add ARMv8 MPU configuration logic
` [PATCH v2 4/6] vexpress64: Add BASER_FVP vexpress board variant
` [PATCH v2 5/6] arm: Use armv8_switch_to_el1 env to switch to EL1
` [PATCH v2 6/6] doc: Add documentation for the Arm vexpress board configs

[PATCH v6 00/12] handling all DM watchdogs in watchdog_reset()
 2021-08-20 15:02 UTC  (27+ 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 v3 1/2] imx8mm-evk: Generate a single bootable flash.bin again
 2021-08-20 14:21 UTC  (9+ messages)
` [PATCH v3 2/2] Makefile: Clean the i.MX8MM artifacts

[PATCH] global: Remove dead code that starts with CONFIG_[0-9A]
 2021-08-20 13:57 UTC  (3+ messages)

[PATCH 1/7] tools: imx8mimage: not abort when mmap fail
 2021-08-20 13:45 UTC  (4+ messages)
` [PATCH 5/7] imx: makefile: drop the use of imx8mimage.sh

[PATCH v2 0/4] Add octal DTR support for Macronix flash
 2021-08-20  6:58 UTC  (5+ messages)
` [PATCH v2 1/4] mtd: spi-nor: macronix: add support for Macronix Octal flash
` [PATCH v2 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset
` [PATCH v2 3/4] mtd: spi-nor-core: set 4byte opcode when possible
` [PATCH v2 4/4] mtd: spi-nor-core: Add support for Macronix Octal flash

[PATCH] ARM: meson: Add S905Y2 SOC ID
 2021-08-20  2:18 UTC 

[PATCH] configs: ls1046aqds: Configure environment related configs
 2021-08-20 12:02 UTC 

Remove the gitlab-ci-runner on source.denx.de?
 2021-08-20 11:02 UTC 

[PATCH] ARM: dts: Fix node status to "okay" on TI boards
 2021-08-20 10:41 UTC 

status="ok" treated as disabled by DM
 2021-08-20 10:01 UTC  (3+ messages)

[PATCH] nand: vf610_nfc: Do not abuse CONFIG namespace
 2021-08-20  9:34 UTC  (2+ messages)

[PATCH] spi: altera_spi: Do not abuse CONFIG namespace
 2021-08-20  9:33 UTC  (2+ messages)

[PATCH] video: Remove ati_radeon_fb
 2021-08-20  9:32 UTC  (2+ messages)

[PATCH] mpc83xx: Update comment
 2021-08-20  9:32 UTC  (2+ messages)

[PATCH] i8042: Do not abuse CONFIG namespace
 2021-08-20  9:31 UTC  (2+ messages)

binman should create a list of output files
 2021-08-20  6:49 UTC 

[PATCH 1/4] ARM: dts: at91: sama5d2_icp: add QSPI1 device
 2021-08-20  6:25 UTC  (3+ messages)
` [PATCH 3/4] ARM: dts: at91: sama5d2: fix dtc warning for ohci and ehci

[PATCH 00/28] Initial implementation of bootmethod/bootflow
 2021-08-20  3:15 UTC  (33+ 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/2] imx8mm-cl-iot-gate: Do not build fip.bin by default
 2021-08-20  2:06 UTC  (16+ messages)

[PATCH] Kconfig: Use spaces not tabs in Kconfig entires
 2021-08-19 20:23 UTC 

[PATCH] imx8mm-evk: Generate a single bootable flash.bin again
 2021-08-19 19:24 UTC  (7+ messages)

[PATCH] astro_mcf5373l: Rework ASTRO_ID logic
 2021-08-19 19:16 UTC 

[PATCH 00/13] Migrate some I2C symbols to Kconfig
 2021-08-19 11:24 UTC  (9+ messages)
` [PATCH 04/13] keymile: Use CONFIG_SYS_IVM_EEPROM_ADR
` [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 05/16] am43xx: Drop non-DM_I2C code
  ` [PATCH 10/16] Convert CONFIG_SYS_I2C_MXC et al to Kconfig
  ` [PATCH 14/16] Convert CONFIG_I2C_SET_DEFAULT_BUS_NUM "

[PATCH] ppc: Rework some hard-coded BOOTCOMMANDS
 2021-08-19 18:29 UTC 

[PATCH] arm: Migrate GICV2 / GICV3 to Kconfig
 2021-08-19 18:19 UTC 

[PATCH 00/10] xilinx: Add support for DTB reselection
 2021-08-19 16:44 UTC  (18+ messages)
` [PATCH 01/10] xilinx: fru: Replace spaces with \0 in detected name
` [PATCH 02/10] xilinx: Use variable for passing board_name
` [PATCH 03/10] xilinx: common: Change board_info[] handling
` [PATCH 04/10] xilinx: common: Free allocated structure
` [PATCH 05/10] xilinx: Add support for generic board detection
` [PATCH 06/10] xilinx: zynqmp: Check that DT is 64bit aligned
` [PATCH 07/10] Makefile: Align fit-dtb.blob and u-boot.itb by 64bits for 64bit systems
` [PATCH 08/10] arm64: dts: Make sure that all DTBs are 64bit aligned "
` [PATCH 09/10] xilinx: zynqmp: Generate different u-boot.itb for MULTI_DTB_FIT
` [PATCH 10/10] xilinx: common: Enabling generic function for DT reselection

A mea culpa undefined reference in v2021.10-rc2, padding_algos, linker lists
 2021-08-19 15:56 UTC  (2+ messages)

[PATCH 1/2] armv8: Disable pointer authentication traps for EL1
 2021-08-19 15:17 UTC  (2+ messages)

[PULL] u-boot-riscv/master
 2021-08-19 14:13 UTC  (2+ messages)

[PATCH] xilinx: zynqmp: Enable gpio-key/button driver
 2021-08-19 13:20 UTC 

[PATCH] Revert "configs: synquacer: Make U-Boot binary position independent"
 2021-08-19 13:15 UTC 

[PATCH v5 00/12] handling all DM watchdogs in watchdog_reset()
 2021-08-19 12:32 UTC  (6+ messages)
` [PATCH v5 09/12] watchdog: wdt-uclass.c: handle "

[PATCH v1 0/7] i2c: stm32f7: driver update
 2021-08-19 11:47 UTC  (15+ messages)
` [PATCH v1 1/7] i2c: stm32f7: move driver data of each instance in a privdata
` [PATCH v1 2/7] arm: dts: stm32: Add i2c-analog-filter property in I2C nodes for stm32f746
` [PATCH v1 3/7] arm: dts: stm32: Add i2c-analog-filter property in I2C nodes for stm32h743
` [PATCH v1 4/7] i2c: stm32f7: support DT binding i2c-analog-filter
` [PATCH v1 5/7] i2c: stm32f7: fix configuration of the digital filter
` [PATCH v1 6/7] i2c: stm32f7: add support for DNF i2c-digital-filter binding
` [PATCH v1 7/7] i2c: stm32f7: compute i2cclk only one time

[PATCH] configs: Layerscape: Remove the 'fdt_addr' env
 2021-08-19 11:29 UTC  (6+ messages)

[PATCH] board: atmel: sama7g5ek: avoid rewriting of configured CONFIG_BOOTCOMMAND
 2021-08-19 11:09 UTC 

[PATCH 1/3] lib/circbuf: Make circbuf selectable symbol
 2021-08-19 11:13 UTC  (3+ messages)
` [PATCH 2/3] usb: gadget: Add CDC ACM function
` [PATCH 3/3] cmd: add acmconsole command

[PATCH 00/11] sandbox: Minor fixes and improvements
 2021-08-19 10:48 UTC  (17+ 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 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)

[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  (4+ messages)
` [PATCH 05/15] i.MX6: Enable Job ring driver model in U-Boot
    ` [EXT] "

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

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


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