public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-10-13 17:46:01 to 2021-10-15 02:05:44 UTC [more...]

[PATCH next v6 00/12] aspeed: Support secure boot chain with FIT image verification
 2021-10-15  2:03 UTC  (8+ messages)
` [PATCH next v6 01/12] image: fit: Fix parameter name for hash algorithm
` [PATCH next v6 02/12] aspeed: ast2600: Enlarge SRAM size
` [PATCH next v6 03/12] clk: ast2600: Add YCLK control for HACE
` [PATCH next v6 05/12] ARM: dts: ast2600: Add HACE to device tree
` [PATCH next v6 06/12] clk: ast2600: Add RSACLK control for ACRY
` [PATCH next v6 08/12] ARM: dts: ast2600: Add ACRY to device tree
` [PATCH next v6 10/12] configs: ast2600-evb: Enable SPL FIT support

[PATCH v3 0/4] mkimage: sunxi_egon: add riscv support
 2021-10-15  1:53 UTC  (5+ messages)
` [PATCH v3 1/4] mkimage: add a flag to describe whether -A is specified
` [PATCH v3 2/4] mkimage: sunxi_egon: refactor for multi-architecture support
` [PATCH v3 3/4] mkimage: sunxi_egon: add support for riscv
` [PATCH v3 4/4] sunxi: specify architecture when generating SPL boot image

[PATCH 1/1] cmd: simplify 'efidebug boot add' command
 2021-10-15  1:41 UTC  (2+ messages)

[PATCH 1/1] efi_loader: efi_dp_from_lo() should skip VenMedia node
 2021-10-15  1:38 UTC 

[PATCH next v5 00/12] aspeed: Support secure boot chain with FIT image verification
 2021-10-15  1:34 UTC  (4+ messages)
` [PATCH next v5 01/12] image: fit: Fix parameter name for hash algorithm

[PATCH] buildman: Add gcc-11.1.0 to the directory list
 2021-10-15  1:28 UTC  (5+ messages)

[PATCH] clk: introduce u-boot,ignore-clk-defaults
 2021-10-15  1:17 UTC  (5+ messages)

External dts building
 2021-10-15  0:53 UTC  (10+ messages)

[PATCH v4 00/11] efi_loader: capsule: improve capsule authentication support
 2021-10-15  0:40 UTC  (7+ messages)
` [PATCH v4 03/11] efi_loader: capsule: add back efi_get_public_key_data()
` [PATCH v4 04/11] tools: add fdtsig.sh

[PATCH v2 00/13] env_get_char() removal and env_get_f() refactor
 2021-10-15  0:40 UTC  (32+ messages)
` [PATCH v2 01/13] env: Fix documentation for env_get_f()
` [PATCH v2 02/13] env: Drop env_get_char_spec() and old, unused .get_char() implementations
` [PATCH v2 03/13] examples: api: glue: Remove comment that does not apply anymore
` [PATCH v2 04/13] env: Change env_match() to static and remove from header
` [PATCH v2 05/13] env: Don't match empty variable name in env_match()
` [PATCH v2 06/13] env: Check for terminating null-byte "
` [PATCH v2 07/13] env: Inline env_get_char() into it's only user
` [PATCH v2 08/13] env: Early return from env_get_f() on NULL name
` [PATCH v2 09/13] env: Use string pointer instead of indexes in env_get_f()
` [PATCH v2 10/13] env: Use better name for variable "
` [PATCH v2 11/13] env: Make return value of env_get_f() behave like sprintf() on success
` [PATCH v2 12/13] env: Use memcpy() instead of ad-hoc code to copy variable value
` [PATCH v2 13/13] env: Move non-cmd specific env functions to env/common.c

[PATCH v2 0/7] Apple M1 Support
 2021-10-15  0:40 UTC  (21+ messages)
` [PATCH v2 1/7] iommu: Add IOMMU uclass
` [PATCH v2 2/7] test: Add tests for "
` [PATCH v2 4/7] serial: s5p: Add Apple M1 support
` [PATCH v2 6/7] arm: dts: apple: Add preliminary device trees

[PATCH 1/1] efi_loader: avoid multiple local copies of lf2_initrd_guid
 2021-10-15  0:36 UTC 

[PATCH 1/1] efi_loader: efi_dp_from_lo() unused parameter size
 2021-10-15  0:09 UTC 

[PATCH 1/1] efi_loader: simplify show_efi_boot_opt_data()
 2021-10-14 23:50 UTC 

[PATCH] arm: spl: flush and disable cache before jumping to OPTEE
 2021-10-14 23:44 UTC  (2+ messages)

[PATCH 1/1] efi_loader: efi_dp_from_lo() don't copy GUID
 2021-10-14 23:36 UTC 

[PATCH v3 0/7] Apple M1 Support
 2021-10-14 22:34 UTC  (9+ messages)
` [PATCH v3 7/7] doc: board: apple: Add Apple M1 documentation

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-14 21:00 UTC  (14+ messages)

[RFC 07/22] dm: blk: add UCLASS_PARTITION
 2021-10-14 20:55 UTC  (14+ messages)

IMX8M OP-TEE
 2021-10-14 19:03 UTC  (2+ messages)

i.mx7ulp u-boot image flashing to SD card - Doesn't use the new image from SD card
 2021-10-14 18:51 UTC  (2+ messages)

[PATCH v3 00/18] pxe: Refactoring to tidy up and prepare for bootflow
 2021-10-14 18:48 UTC  (19+ messages)
` [PATCH v3 01/18] Create a new boot/ directory
` [PATCH v3 02/18] pxe: Move API comments to the header files
` [PATCH v3 03/18] pxe: Use a context pointer
` [PATCH v3 04/18] pxe: Move do_getfile() into the context
` [PATCH v3 05/18] pxe: Add a userdata field to "
` [PATCH v3 06/18] pxe: Tidy up the is_pxe global
` [PATCH v3 07/18] pxe: Move pxe_utils files
` [PATCH v3 08/18] pxe: Tidy up some comments in pxe_utils
` [PATCH v3 09/18] pxe: Tidy up code style a little "
` [PATCH v3 10/18] pxe: Move common parsing coding into pxe_util
` [PATCH v3 11/18] pxe: Clean up the use of bootfile
` [PATCH v3 12/18] pxe: Drop get_bootfile_path()
` [PATCH v3 13/18] lib: Add tests for simple_itoa()
` [PATCH v3 14/18] lib: Add a function to convert a string to a hex value
` [PATCH v3 15/18] pxe: Return the file size from the getfile() function
` [PATCH v3 16/18] pxe: Refactor sysboot to have one helper
` [PATCH v3 17/18] doc: Move distro boot doc to rST
` [PATCH v3 18/18] pxe: Allow calling the pxe_get logic directly

[PATCH v3 1/3] dm: core: Bind another driver with the same compatible string
 2021-10-14 18:28 UTC  (7+ messages)
` [PATCH v3 2/3] timer: cadence: Add bind function to driver

[PATCH] cmd: sysboot: dont overwrite bootfile env
 2021-10-14 18:24 UTC  (4+ messages)

[PATCH] cmd: pxe_utils: Check fdtcontroladdr in label_boot
 2021-10-14 18:24 UTC  (2+ messages)

[PATCH v6 0/7] env: Allow environment in text files
 2021-10-14 18:22 UTC  (8+ messages)
` [PATCH v6 1/7] binman: Allow timeout to occur in the image or its section
` [PATCH v6 2/7] sandbox: Drop distro_boot
` [PATCH v6 3/7] doc: Move environment documentation to rST
` [PATCH v6 4/7] env: Allow U-Boot scripts to be placed in a .env file
` [PATCH v6 5/7] sandbox: Use a text-based environment
` [PATCH v6 6/7] doc: Improve environment documentation
` [PATCH v6 7/7] bootm: Tidy up use of autostart env var

[PATCH v6 1/2] arm: dts: imx8mq: Add Kontron pitx-imx8m
 2021-10-14 18:08 UTC  (2+ messages)
` [PATCH v6 2/2] board: kontron: pitx-imx8m: Add Kontron pitx-imx8m board support

Double free vulnerability in sqfs commands ("sqfsls" and "sqfsload")
 2021-10-14 17:46 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Add support for DLC21 (Smartlynq+) board
 2021-10-14 17:07 UTC 

using device-tree fragments/overlays
 2021-10-14 16:13 UTC  (5+ messages)

[PATCH v2] sandbox: Remove OF_HOSTFILE
 2021-10-14 15:11 UTC  (2+ messages)

[PATCH 0/8] usb: dwc3: add Layerscape SoC support
 2021-10-14 15:11 UTC  (6+ messages)
` [PATCH 1/8] dm: core: add ofnode_for_each_compatible_node()
` [PATCH 6/8] usb: dwc3: add layerscape support
` [PATCH 7/8] board: sl28: switch to dwc3 driver
` [PATCH 8/8] board: sl28: enable USB periheral support and gadgets

[PATCH v3 1/3] pinctrl: single: Parse gpio details from dt
 2021-10-14 15:09 UTC  (4+ messages)
` [PATCH v3 3/3] pinctrl: single: Add tests for request API

[PATCH 1/6] scripts: remove some configs in config_whitelist.txt
 2021-10-14 15:09 UTC  (12+ messages)
` [PATCH 2/6] am33x: Remove unused define CONFIG_MUSB_HOST
` [PATCH 3/6] Remove unused CONFIG_NO_RELOCATION
` [PATCH 4/6] Remove unused CONFIG_SYS_FLASH_AMD_CHECK_DQ7
` [PATCH 5/6] Remove unused CONFIG_CONS_NONE
` [PATCH 6/6] scripts: remove CONFIG_IS_ENABLED in config_whitelist.txt

[PATCH] net: bootp: Correct VCI string transmission
 2021-10-14 15:10 UTC  (2+ messages)

[PATCH 1/6 v4] serial: qcom: add support for GENI serial driver
 2021-10-14 15:10 UTC  (6+ messages)
` [PATCH 2/6 v4] spmi: msm: add arbiter version 5 support
` [PATCH 6/6 v4] board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board

[PATCH] loads: Block writes into LMB reserved areas of U-Boot
 2021-10-14 15:10 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Print the secure boot status information in EL3
 2021-10-14 15:09 UTC  (3+ messages)
` [RFC PATCH 1/2] fpga_load: pass compatible string

[PATCH] board_f: Copy GD to new GD even if relocation disabled
 2021-10-14 15:10 UTC  (3+ messages)

[PATCH v2] usb: xhci-brcm: Include header file needed for dev_err
 2021-10-14 15:09 UTC  (2+ messages)

[PATCH v3 00/16] Add CAAM driver model support
 2021-10-14 15:09 UTC  (3+ messages)
` [PATCH v3 01/16] crypto/fsl: Add support for CAAM Job ring driver model

[PATCH 1/1] mmc: Fix mmc_switch excessive timeout
 2021-10-14 14:51 UTC  (2+ messages)

[PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider
 2021-10-14 14:41 UTC  (9+ messages)

License: embed u-boot binary in FPGA bitstream
 2021-10-14 14:12 UTC 

[PATCH] spl: Make SPL_NET depend on SPL_OF_CONTROL
 2021-10-14 13:26 UTC 

[PATCH v4 1/2] firmware: zynqmp: fix write to an uninitialised pointer in xilinx_pm_request
 2021-10-14 12:59 UTC  (3+ messages)
` [PATCH v4 2/2] firmware: zynqmp: return status in EL2 from xilinx_pm_request

[PATCH 0/2] imx8m rom api fixups
 2021-10-14 12:52 UTC  (3+ messages)
` [PATCH 1/2] arm: imx: move spl_imx_romapi.c to imx8m/ subdirectory
` [PATCH 2/2] arm: imx8m: sanitize use of ROM API

[PATCH v5 1/2] firmware: zynqmp: fix write to an uninitialised pointer in xilinx_pm_request
 2021-10-14 12:43 UTC  (2+ messages)
` [PATCH v5 2/2] firmware: zynqmp: return status in EL2 from xilinx_pm_request

how to run u-boot on qemu arm64 virt machine?
 2021-10-14 12:40 UTC  (7+ messages)

[PATCH] tools: imx8m_image: Support ddr3 firmware
 2021-10-14 12:14 UTC  (2+ messages)

[PATCH v3 1/2] firmware: zynqmp: fix write to an uninitialised pointer in xilinx_pm_request
 2021-10-14 11:53 UTC  (2+ messages)
` [PATCH v3 2/2] firmware: zynqmp: return status in EL2 from xilinx_pm_request

[PATCHv2] firmware: zynqmp: add handling of the NULL return payload pointer in xilinx_pm_request
 2021-10-14 11:34 UTC  (6+ messages)

[PATCHv3] zynqmp: restore the jtag interface
 2021-10-14  7:25 UTC  (3+ messages)

[PATCH] distro_boot: Fix bootfile env after calling boot_extlinux
 2021-10-14  4:32 UTC  (7+ messages)

[PATCH 1/2] arm64: Add missing GD_FLG_SKIP_RELOC handling
 2021-10-14  1:55 UTC  (2+ messages)

[PATCH 1/2] board_f: fix use of GD_FLG_SKIP_RELOC
 2021-10-14  1:47 UTC  (3+ messages)

[PATCH] tools: mksunxiboot: Use sunxi_image header directly
 2021-10-14  0:19 UTC  (2+ messages)

[PATCH] mkimage: sunxi_egon: Allow overriding the padding size
 2021-10-14  0:17 UTC  (2+ messages)

[PATCH v2] sunxi: h3: enable clock support for r_pio gpios
 2021-10-14  0:10 UTC  (2+ messages)

[PATCH] mxs: power: Change sequence of enabling DCDC switches
 2021-10-13 23:17 UTC  (2+ messages)

[PATCH v2] imx: syscounter: allow timer_init for SPL build
 2021-10-13 19:29 UTC 

[PATCH 0/3] sunxi: SPL FIT support for 32-bit sunxi SoCs
 2021-10-13 18:06 UTC  (3+ messages)
` [PATCH 2/3] binman: Prevent entries in a section from overlapping

[PATCH 1/1 RFC] treewide: Deprecate OF_PRIOR_STAGE
 2021-10-13 18:05 UTC  (9+ messages)


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