u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-11 16:17:06 to 2022-01-12 20:05:44 UTC [more...]

[PATCH v10 00/14] Add CAAM driver model support
 2022-01-12 20:03 UTC  (17+ messages)
` [PATCH v10 01/14] crypto/fsl: Add support for CAAM Job ring driver model
` [PATCH v10 02/14] i.MX8M: crypto: updated device tree for supporting DM in SPL
` [PATCH v10 03/14] crypto/fsl: i.MX8M: Enable Job ring driver model
` [PATCH v10 04/14] mx6sabre: Remove unnecessary SPL configs
` [PATCH v10 05/14] i.MX6: Enable Job ring driver model
` [PATCH v10 06/14] i.MX7: "
` [PATCH v10 07/14] i.MX7ULP: "
` [PATCH v10 08/14] i.MX8: Add crypto node in device tree
` [PATCH v10 09/14] crypto/fsl: i.MX8: Enable Job ring driver model
` [PATCH v10 10/14] Layerscape: Add crypto node in device tree
` [PATCH v10 11/14] Layerscape: Enable Job ring driver model
` [PATCH v10 12/14] PPC: Add crypto node in device tree
` [PATCH v10 13/14] PPC: Enable Job ring driver model
` [PATCH v10 14/14] update CAAM MAINTAINER

[RFC PATCH v1 00/21] Modernize U-Boot shell
 2022-01-12 20:03 UTC  (21+ messages)
` [RFC PATCH v1 06/21] test: hush: Test hush loops
` [RFC PATCH v1 07/21] cli: Add Busybox upstream hush.c file
` [RFC PATCH v1 08/21] cli: Port Busybox 2021 hush to U-Boot
` [RFC PATCH v1 10/21] cli: Add HUSH_2021_PARSER to hush parser choice
` [RFC PATCH v1 13/21] cli: hush_2021: Add functions to be called from run_command()
` [RFC PATCH v1 15/21] test: hush: Fix instructions list tests for hush 2021
` [RFC PATCH v1 17/21] cli: hush_2021: Enable using \< and \> as string compare operators
` [RFC PATCH v1 19/21] test: hush: Fix if tests for hush 2021
` [RFC PATCH v1 20/21] cli: hush_2021: Enable loops
` [RFC PATCH v1 21/21] test: hush: Fix loop tests for hush 2021

[PATCH v3 1/6] rockchip: move ROCKCHIP_STIMER_BASE to Kconfig
 2022-01-12 20:03 UTC  (4+ messages)
` [PATCH v3 4/6] rockchip: tpl: change call condition rockchip_stimer_init()

[PATCH] misc: mark write buffer const
 2022-01-12 20:03 UTC  (2+ messages)

[PATCH 1/4] ci: azure: Update to use stages
 2022-01-12 20:03 UTC  (9+ messages)
` [PATCH 2/4] CI, Dockerfile: Update to latest "focal" tag
` [PATCH 3/4] binman: Have faked binaries live in the output directory
` [PATCH 4/4] .readthedocs.yml: Set our requirements file

[PATCH v3] pci: Work around PCIe link training failures
 2022-01-12 19:19 UTC  (2+ messages)

[PATCH v2 0/3] Apple M1 watchdog timer
 2022-01-12 18:55 UTC  (4+ messages)
` [PATCH v2 1/3] watchdog: Add a driver for the Apple watchdog
` [PATCH v2 2/3] arm: dts: apple: Add watchdog timer node
` [PATCH v2 3/3] arm: apple: Use watchdog timer for system reset

[PATCH 0/4] Apple M1 watchdog timer
 2022-01-12 18:49 UTC  (4+ messages)
` [PATCH 1/3] watchdog: Add a driver for the Apple watchdog

[PATCH v8] board: kontron: pitx-imx8m: Add Kontron pitx-imx8m board support
 2022-01-12 18:23 UTC 

[PATCH] arm: mvebu: Replace hardcoded values 0x0030/0x4030 by proper calculation
 2022-01-12 17:32 UTC 

[PATCH u-boot-marvell 00/16] tools: kwbimage: Load address fixes
 2022-01-12 17:20 UTC  (31+ messages)
` [PATCH u-boot-marvell v2 00/20] "
  ` [PATCH u-boot-marvell v2 01/20] tools: kwbimage: Mark all local functions as static
  ` [PATCH u-boot-marvell v2 02/20] tools: kwbimage: Deduplicate v1 regtype header finishing
  ` [PATCH u-boot-marvell v2 03/20] tools: kwbimage: Fix generating image with multiple DATA_DELAY commands
  ` [PATCH u-boot-marvell v2 04/20] tools: kwbimage: Preserve order of BINARY, DATA and "
  ` [PATCH u-boot-marvell v2 05/20] arm: mvebu: Generate kwbimage.cfg with $(call cmd, ...)
  ` [PATCH u-boot-marvell v2 06/20] tools: kwbimage: Add support for specifying CPU core
  ` [PATCH u-boot-marvell v2 07/20] tools: kwbimage: Add support for specifying LOAD_ADDRESS for BINARY command
  ` [PATCH u-boot-marvell v2 08/20] tools: kwbimage: Check the return value of image_headersz_v1()
  ` [PATCH u-boot-marvell v2 09/20] tools: kwbimage: Check for maximal kwbimage header size
  ` [PATCH u-boot-marvell v2 10/20] arm: mvebu: Set CPU for U-Boot SPL binary in kwbimage
  ` [PATCH u-boot-marvell v2 11/20] arm: mvebu: Correctly set LOAD_ADDRESS "
  ` [PATCH u-boot-marvell v2 12/20] tools: kwbimage: Enforce 128-bit boundary alignment only for Sheeva CPU
  ` [PATCH u-boot-marvell v2 13/20] arm: mvebu: Enable BootROM output on A38x
  ` [PATCH u-boot-marvell v2 14/20] tools: kwbimage: Add missing check for maximal value for DATA_DELAY
  ` [PATCH u-boot-marvell v2 15/20] tools: kwbimage: Show binary image offset in mkimage -l, in addition to size
  ` [PATCH u-boot-marvell v2 16/20] tools: kwbimage: Dump kwbimage config file on '-p -1' option
  ` [PATCH u-boot-marvell v2 17/20] tools: kwbimage: Do not cast const pointers to non-const pointers
  ` [PATCH u-boot-marvell v2 18/20] tools: kwbimage/kwboot: Check ext field for non-zero value
  ` [PATCH u-boot-marvell v2 19/20] tools: kwbimage: Extract main data image without -p arg for dumpimage
  ` [PATCH u-boot-marvell v2 20/20] tools: kwbimage: Fix mkimage/dumpimage -l argument

[PATCH] arm: mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layout
 2022-01-12 17:30 UTC 

[PATCH] rockchip: ram: sdram_rk3x88: replace comma by semicolon
 2022-01-12 16:32 UTC 

[PATCH u-boot-marvell] ddr: marvell: a38x: fix SPLIT_OUT_MIX state decision
 2022-01-12 16:06 UTC 

[PATCH] mmc: dw_mmc: Fixes timeout issue for FIFO mode
 2022-01-12 12:55 UTC  (6+ messages)

net: smsc95xx: ARP Retry count exceeded problem
 2022-01-12  8:47 UTC 

[GIT PULL] Please pull u-boot-mmc master
 2022-01-12 15:38 UTC  (2+ messages)

[PATCH 0/2] mmc: fsl_esdhc_imx: Auto-detect higher speeds
 2022-01-12 13:53 UTC  (3+ messages)
` [PATCH 1/2] mmc: fsl_esdhc_imx: Fix fsl_esdhc_wait_dat0
` [PATCH 2/2] mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host caps

[PATCH 1/2] imx: imx8mm: imx8mm-kontron-n801x-s: convert options to Kconfig
 2022-01-12 13:03 UTC  (4+ messages)
` [PATCH 2/2] imx: imx8mm: imx8mm-kontron-n801x-s: add common board u-boot.dtsi

[PATCH] imx8mm_beacon/imx8mn_beacon: Update build instructions
 2022-01-12 12:30 UTC  (5+ messages)

[PATCH V3 0/2] fw_env: two minor code cleanups
 2022-01-12 11:47 UTC  (3+ messages)
` [PATCH V3 1/2] fw_env: make flash_io() take buffer as an argument
` [PATCH V3 2/2] fw_env: simplify logic & code paths in the fw_env_open()

[PATCH V2 0/2] fw_env: two minor code cleanups
 2022-01-12 11:39 UTC  (3+ messages)
` [PATCH V2 1/2] fw_env: make flash_io() take buffer as an argument
` [PATCH V2 2/2] fw_env: simplify logic & code paths in the fw_env_open()

[PATCH] mmc: dwmmc: return a proper error code when busy
 2022-01-12 11:11 UTC  (4+ messages)

[PATCH] spi: Add spi_get_bus_and_cs() new use_dt param
 2022-01-12 10:59 UTC 

[PATCH v3] net: fsl: Fix busy flag polling register
 2022-01-12 10:50 UTC  (2+ messages)

[PATCH 8/9] doc: add include/dm/of*.h to the HTML documentation
 2022-01-12  9:55 UTC  (2+ messages)
` [PATCH 9/9] doc: add include/dm/fdtaddr.h "

[PATCH 1/9] doc: add include/dm/uclass.h to the HTML documentation
 2022-01-12  9:53 UTC  (8+ messages)
` [PATCH 2/9] doc: add include/dm/root.h "
` [PATCH 3/9] doc: add include/dm/lists.h "
` [PATCH 4/9] doc: add include/dm/platdata.h "
` [PATCH 5/9] doc: add include/dm/device.h "
` [PATCH 6/9] doc: add include/dm/devres.h "
` [PATCH 7/9] doc: add include/dm/read.h "
` [PATCH 8/9] doc: add include/dm/of*.h "

[PATCH v3] phy: zynqmp: Add serdes/psgtr driver
 2022-01-12  9:42 UTC  (2+ messages)

[PATCH] serial: zynq: Add missing xlnx,zynqmp-uart compatible
 2022-01-12  9:40 UTC  (2+ messages)

[PATCH v4] net: uclass: Save generated ethernet MAC addresses to the environment
 2022-01-12  9:39 UTC  (2+ messages)

imx8mq hangs when reset board with button
 2022-01-12  9:30 UTC 

[PATCH 0/3] sandox: test: activate tests for the command LOG
 2022-01-12  9:29 UTC  (6+ messages)
` [PATCH 1/3] dm: fix up documentation for uclass_get_by_name_len
` [PATCH 2/3] dm: compare full name in uclass_get_by_name
` [PATCH 3/3] sandox: test: activate tests for the command LOG

[RFC] imx: imx8qm-rom7720: switch to binman
 2022-01-12  9:13 UTC  (2+ messages)

[PATCH] configs: meson64_android: define raw parts for bootloader
 2022-01-12  9:05 UTC  (2+ messages)

[PATCH] configs: amlogic: Disable CONFIG_NET_RANDOM_ETHADDR for android
 2022-01-12  9:03 UTC  (2+ messages)

How to use add-symbol-file in gdb after the program jumped to linux? (both when PC is physical and virtual)
 2022-01-12  8:31 UTC  (2+ messages)

[PATCH V2] usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn
 2022-01-12  8:17 UTC  (6+ messages)

[PATCH] cmd: bcb: fix bcb struct alignment issue
 2022-01-12  8:08 UTC  (2+ messages)

imx: imx8mm: imx8mm-kontron-n801x-s: does not start work
 2022-01-12  7:51 UTC  (4+ messages)

[RESEND PATCH v3 01/12] mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC
 2022-01-12  6:53 UTC  (2+ messages)

[PATCH 1/1] .readthedocs.yml: update the requirements
 2022-01-12  2:34 UTC 

[PATCH v2 0/4] rockchip: sdhci: Fix reinit and add HS400 Enhanced Strobe support
 2022-01-12  2:03 UTC  (3+ messages)
` [PATCH v2 4/4] rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568

IMX8MM SD UHS support
 2022-01-11 23:32 UTC  (14+ messages)

[PATCH v2 1/2] board: samsung: fix menu entries for a{3,7}y17lte
 2022-01-11 23:07 UTC  (4+ messages)
  ` [PATCH v2 2/2] doc: board: avoid ambiguous names for axy17lte

[PATCH v7 00/19] Add Rikomagic MK808 board
 2022-01-11 21:18 UTC  (20+ messages)
` [PATCH v7 01/19] rockchip: rk3066-power: sync power domain dt-binding header from Linux
` [PATCH v7 02/19] rockchip: rk3066: add grf header file
` [PATCH v7 03/19] rockchip: include: add GRF_GPIO3B_IOMUX to grf_rk3066.h
` [PATCH v7 04/19] rockchip: rk3066: add clock driver for rk3066 soc
` [PATCH v7 05/19] rockchip: clk: add SCLK_TIMER[0..2] to clk_rk3066.c
` [PATCH v7 06/19] rockchip: clk: add SCLK_UART[0..3] "
` [PATCH v7 07/19] rockchip: rk3066: fix assigned-clocks rk3066_clk_set_rate
` [PATCH v7 08/19] rockchip: rk3066: add rk3066 pinctrl driver
` [PATCH v7 09/19] rockchip: rk3066: add sdram driver
` [PATCH v7 10/19] arm: dts: rockchip: fix rk3xxx-u-boot.dtsi
` [PATCH v7 11/19] arm: dts: rockchip: add rk3066a.dtsi
` [PATCH v7 12/19] arm: dts: rockchip: add rk3066a-mk808.dts
` [PATCH v7 13/19] rockchip: rk3066: add include
` [PATCH v7 14/19] rockchip: rk3066: add rk3066_common.h include
` [PATCH v7 15/19] rockchip: rk3066: add core support
` [PATCH v7 16/19] rockchip: rk3066: add Rikomagic MK808 board
` [PATCH v7 17/19] rockchip: rk3066: add mk808_defconfig
` [PATCH v7 18/19] rockchip: tools: add rk3066 support to rkcommon.c
` [PATCH v7 19/19] doc: rockchip: add rk3066 Rikomagic MK808

[PATCH] tools: Do not build kwbimage if CONFIG_TOOLS_LIBCRYPTO=n
 2022-01-11 21:22 UTC  (9+ messages)

[RFC PATCH v3 0/5] imx8m: move env_get_location for imx8mn and imx8mp at board level
 2022-01-11 20:19 UTC  (6+ messages)
` [RFC PATCH v3 1/5] imx8m: drop env_get_location for imx8mn and imx8mp

[PATCH] mkimage: fix segfault on MacOS arm64
 2022-01-11 19:42 UTC  (2+ messages)

[PATCH 1/1] sandbox: compatibility of os_get_filesize()
 2022-01-11 18:19 UTC  (3+ messages)

[PATCH v2 0/3] misc: atsha204a: bug fixes
 2022-01-11 18:55 UTC  (7+ messages)
` [PATCH v2 1/3] misc: atsha204a: return timeout from wakeup function
` [PATCH v2 2/3] misc: atsha204a: add delay after sending the message
` [PATCH v2 3/3] misc: atsha204a: fix i2c address readout from DTS

[PATCH 0/2] get sdm845 boards u-boot usable as a secondary bootloader
 2022-01-11 17:58 UTC  (3+ messages)
` [PATCH 1/2 v2] soc: sdm845: implement ABL info collecting, add bootcommand and usage doc
` [PATCH 2/2 v2] board: starqltechn: get board usable - fix defconfig and strip config options

[PATCH 0/3] misc: atsha204a: bug fixes
 2022-01-11 17:56 UTC  (4+ messages)
` [PATCH 3/3] misc: atsha204a: fix i2c address readout from DTS

[PATCH 1/2] board: samsung: fix menu entries for a{3,7}y17lte
 2022-01-11 17:08 UTC  (2+ messages)

[PATCH 0/1] configs: imx8mm-cl-iot-gate: update dfu_alt_info for single flash.bin
 2022-01-11 16:41 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 1/1] doc: Building on Alpine Linux
 2022-01-11 16:32 UTC  (2+ messages)

[PATCH 0/2] get sdm845 boards u-boot usable as a secondary bootloader
 2022-01-11 16:19 UTC  (3+ messages)
` [PATCH 2/2] board: starqltechn: get board usable - fix defconfig and strip config options

CONFIG_SYS_SPL_ARGS_ADDR
 2022-01-11 16:17 UTC  (2+ messages)

[RFC] nvme: Split out PCI support
 2022-01-11 16:16 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;
as well as URLs for NNTP newsgroup(s).