public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-10-25 08:29:45 to 2021-10-26 06:56:32 UTC [more...]

[PATCH v3 1/2] net: brcm: netXtreme driver
 2021-10-25 23:44 UTC  (2+ messages)
` [PATCH v3 2/2] cmd: brcm: netXtreme commands

[PATCH v4 00/16] Add CAAM driver model support
 2021-10-26  6:55 UTC 

[PATCH v3 12/16] Layerscape: Add crypto node in device tree
 2021-10-26  6:49 UTC  (5+ messages)
      ` [EXT] "

[PATCH v4 0/4] Add octal DTR support for Macronix flash
 2021-10-26  6:47 UTC  (10+ messages)
` [PATCH v4 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset
` [PATCH v4 3/4] mtd: spi-nor-core: set 4byte opcode when possible
` [PATCH v4 4/4] mtd: spi-nor-core: Add support for Macronix Octal flash

[PATCH] doc: Remove the obsolete README.AMCC-eval-boards-cleanup file
 2021-10-26  6:14 UTC  (2+ messages)

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-10-26  6:07 UTC  (26+ messages)
` [PATCH v5 01/26] sandbox: Remove OF_HOSTFILE
` [PATCH v5 02/26] doc: Add documentation about devicetree usage
` [PATCH v5 03/26] arm: qemu: Mention -nographic in the docs
` [PATCH v5 04/26] arm: riscv: qemu: Explain how to extract the generated dt
` [PATCH v5 05/26] arm: qemu: Add a devicetree file for qemu_arm
` [PATCH v5 06/26] arm: qemu: Add a devicetree file for qemu_arm64
` [PATCH v5 07/26] riscv: qemu: Add devicetree files for qemu_riscv32/64
` [PATCH v5 08/26] arm: rpi: Add a devicetree file for rpi_4
` [PATCH v5 09/26] arm: vexpress: Add a devicetree file for juno
` [PATCH v5 10/26] arm: xenguest_arm64: Add a fake devicetree file
` [PATCH v5 11/26] arm: octeontx: "
` [PATCH v5 12/26] arm: xilinx_versal_virt: Add a "
` [PATCH v5 13/26] arm: bcm7xxx: "
` [PATCH v5 14/26] arm: qemu-ppce500: "
` [PATCH v5 15/26] arm: highbank: Add a fake "
` [PATCH v5 16/26] fdt: Make OF_BOARD a bool option
` [PATCH v5 17/26] Drop CONFIG_BINMAN_STANDALONE_FDT
` [PATCH v5 18/26] doc: Update info on devicetree update
` [PATCH v5 19/26] fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()
` [PATCH v5 20/26] fdt: Drop #ifdefs with MULTI_DTB_FIT
` [PATCH v5 21/26] fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()
` [PATCH v5 22/26] fdt: Drop #ifdef around board_fdt_blob_setup()
` [PATCH v5 25/26] fdt: Drop remaining preprocessor macros in fdtdec_setup()
` [PATCH v5 26/26] fdt: Don't call board_fdt_blob_setup() without OF_BOARD

[PATCH v4 00/11] efi_loader: capsule: improve capsule authentication support
 2021-10-26  6:00 UTC  (22+ messages)
` [PATCH v4 03/11] efi_loader: capsule: add back efi_get_public_key_data()
` [PATCH v4 04/11] tools: add fdtsig.sh
` [PATCH v4 05/11] tools: mkeficapsule: add firmwware image signing

[PATCH u-boot-marvell 00/13] Yet another kwboot improvements
 2021-10-26  5:50 UTC  (30+ messages)
` [PATCH u-boot-marvell 01/13] tools: kwboot: Initialize rfds to zero
` [PATCH u-boot-marvell 02/13] tools: kwboot: Fix initialization of tty device
` [PATCH u-boot-marvell 03/13] tools: kwboot: Reserve enough space for patching kwbimage in memory
` [PATCH u-boot-marvell 04/13] tools: kwboot: Validate 4-byte image data checksum
` [PATCH u-boot-marvell 05/13] tools: kwboot: Inject baudrate change back code after data part
` [PATCH u-boot-marvell 06/13] tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate code
` [PATCH u-boot-marvell 07/13] tools: kwboot: Correctly set configuration of UART for BootROM messages
` [PATCH u-boot-marvell 08/13] tools: kwboot: Show verbose message when waiting for baudrate change magic
` [PATCH u-boot-marvell 09/13] tools: kwboot: Simplify code for aligning image header
` [PATCH u-boot-marvell 10/13] tools: kwboot: Do not modify kwbimage header before increasing its size
` [PATCH u-boot-marvell 11/13] tools: kwboot: Calculate real used space in kwbimage header when calling kwboot_img_grow_hdr()
` [PATCH u-boot-marvell 12/13] tools: kwboot: Change retry loop from decreasing to increasing
` [PATCH u-boot-marvell 13/13] tools: kwboot: Resend first 3 xmodem retry packets immediately

[PATCH] doc: Remove the obsolete README.mpc74xx file
 2021-10-26  4:55 UTC  (2+ messages)

[PATCH 1/1] doc: remove AMCC PPC405 processor references
 2021-10-26  4:54 UTC  (2+ messages)

[PATCH] arm: mvebu: Fix comments about kwbimage structures
 2021-10-26  4:47 UTC  (2+ messages)

[PATCH 0/3] arm: mvebu: nandpagesize support for kwbimage v1
 2021-10-26  4:47 UTC  (7+ messages)
` [PATCH 1/3] tools: kwbimage: Add support for NAND_PAGE_SIZE command also for v1 images
` [PATCH 2/3] tools: kwboot: Patch nandpagesize to zero also for v1 image
` [PATCH 3/3] arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3

[PATCH v3 00/35] efi: Improvements to U-Boot running on top of UEFI
 2021-10-26  3:30 UTC  (36+ messages)
` [PATCH v3 01/35] efi: Add a script for building and testing U-Boot on UEFI
` [PATCH v3 02/35] efi: Enable DM_ETH for the app
` [PATCH v3 03/35] efi: Drop the OF_EMBED warning for EFI
` [PATCH v3 04/35] x86: Create a 32/64-bit selection for the app
` [PATCH v3 05/35] efi: Create a 64-bit app
` [PATCH v3 06/35] x86: Don't duplicate global_ptr in 64-bit EFI app
` [PATCH v3 07/35] efi: Add a way to obtain boot services in the app
` [PATCH v3 08/35] efi: Add video support to "
` [PATCH v3 09/35] efi: Add EFI uclass for media
` [PATCH v3 10/35] efi: Add a media/block driver for EFI block devices
` [PATCH v3 11/35] efi: Locate all block devices in the app
` [PATCH v3 12/35] patman: Use a ValueError exception if tools.Run() fails
` [PATCH v3 13/35] binman: Report an error if test files fail to compile
` [PATCH v3 14/35] binman: Support reading the offset of an ELF-file symbol
` [PATCH v3 15/35] binman: Allow timeout to occur in the image or its section
` [PATCH v3 16/35] binman: Tidy up comments on _DoTestFile()
` [PATCH v3 17/35] binman: Support updating the dtb in an ELF file
` [PATCH v3 18/35] efi: serial: Support arrow keys
` [PATCH v3 19/35] bloblist: Support allocating the bloblist
` [PATCH v3 20/35] x86: Allow booting a kernel from the EFI app
` [PATCH v3 21/35] x86: Don't process the kernel command line unless enabled
` [PATCH v3 22/35] x86: efi: Add room for the binman definition in the dtb
` [PATCH v3 23/35] efi: Drop device_path from struct efi_priv
` [PATCH v3 24/35] efi: Add comments to "
` [PATCH v3 25/35] efi: Fix ll_boot_init() operation with the app
` [PATCH v3 26/35] efi: Add a few comments to the stub
` [PATCH v3 27/35] efi: Share struct efi_priv between the app and stub code
` [PATCH v3 28/35] efi: Move exit_boot_services into a function
` [PATCH v3 29/35] efi: Check for failure when initing the app
` [PATCH v3 30/35] efi: Mention that efi_info_get() is only used in the stub
` [PATCH v3 31/35] efi: Show when allocated pages are used
` [PATCH v3 32/35] efi: Allow easy selection of serial-only operation
` [PATCH v3 33/35] efi: Update efi_get_next_mem_desc() to avoid needing a map
` [PATCH v3 34/35] efi: Support the efi command in the app
` [PATCH v3 35/35] efi: Show the system-table revision

[PATCH v2 00/39] efi: Improvements to U-Boot running on top of UEFI
 2021-10-26  3:29 UTC  (19+ messages)
` [PATCH v2 05/39] x86: Show some EFI info with the bdinfo command
` [PATCH v2 06/39] x86: Tidy up global_data pointer for 64-bit
` [PATCH v2 07/39] efi: Add a script for building and testing U-Boot on UEFI
` [PATCH v2 09/39] efi: Drop the OF_EMBED warning for EFI
` [PATCH v2 15/39] efi: Add EFI uclass for media
` [PATCH v2 24/39] efi: serial: Support arrow keys

[PATCH 1/6] scripts: remove some configs in config_whitelist.txt
 2021-10-26  3:29 UTC  (5+ messages)
` [PATCH 6/6] scripts: remove CONFIG_IS_ENABLED "

[PATCH v3 0/3] Add SPL build support for RK3568
 2021-10-26  2:42 UTC  (4+ messages)
` [PATCH v3 1/3] rockchip: Kconfig: Enable SPL support for rk3568
` [PATCH v3 2/3] arm: dts: rockchip: rk3568: Enable sdhci and sdmmc0 node
` [PATCH v3 3/3] rockchip: rk3568: add arch_cpu_init()

[PATCH] clk: introduce u-boot,ignore-clk-defaults
 2021-10-26  1:59 UTC  (8+ messages)

[PATCH] introduce CONFIG_DEVICE_TREE_INCLUDES
 2021-10-26  1:28 UTC  (4+ messages)

[PATCH v3 00/18] pxe: Refactoring to tidy up and prepare for bootflow
 2021-10-26  1:28 UTC  (2+ messages)

[Query - 5 Mins] Information on U-BOOT FIT Malloc changes
 2021-10-26  1:17 UTC 

[PATCH 1/1] env: superfluous check before free()
 2021-10-25 22:41 UTC 

[PATCH] dfu: Sort Kconfig entries alphabetically
 2021-10-25 22:37 UTC 

[PATCH] dfu: dfu_sf: Add support for multiple flashes
 2021-10-25 22:34 UTC  (6+ messages)

[PATCH v2 1/2] net: brcm: netXtreme driver
 2021-10-25 22:31 UTC  (10+ messages)
` [PATCH v2 2/2] cmd: brcm: netXtreme commands

[PATCH v4] sandbox: Remove OF_HOSTFILE
 2021-10-25 21:17 UTC  (2+ messages)

[PATCH] fit: display proper node on error
 2021-10-25 21:09 UTC  (4+ messages)

[PATCH v1] driver: usb: Fix brcm xhci includes
 2021-10-25 20:26 UTC 

[PATCH] mtd: cqspi: Wait for transfer completion
 2021-10-25 20:25 UTC  (8+ messages)

[PATCH v9 0/7] env: Allow environment in text files
 2021-10-25 19:52 UTC  (14+ messages)
` [PATCH v9 3/7] env: Allow U-Boot scripts to be placed in a .env file

[PATCH 1/1] blk: simplify blk_get_devnum_by_typename()
 2021-10-25 19:46 UTC  (13+ messages)

[PATCH v4] driver: spi: add bcm iproc qspi support
 2021-10-25 19:36 UTC 

[PATCH v1 1/1] Makefile.lib: Always rebuild DSDT
 2021-10-25 18:52 UTC  (5+ messages)

[PATCH] efi_loader: Handle GD_FLG_SKIP_RELOC
 2021-10-25 18:52 UTC  (5+ messages)

[PATCH v2] lmb: Reserve U-Boot separately if relocation is disabled
 2021-10-25 18:32 UTC  (2+ messages)

Pull request: u-boot-sunxi/master for 2021.10 - 2nd part
 2021-10-25 18:29 UTC  (2+ messages)

[PATCH] x86: chromebook_coral: fix C block comment
 2021-10-25 18:17 UTC  (5+ messages)
` [PATCH] arm64: relocate-rela: Add support for ld.lld

uboot FIT signature difference
 2021-10-25 17:59 UTC  (3+ messages)
  ` Aw: "

[PATCH v3] driver: spi: add bcm iproc qspi support
 2021-10-25 16:48 UTC  (3+ messages)

Pull request: u-boot-imx u-boot-imx-20211022
 2021-10-25 16:09 UTC  (2+ messages)

[PATCH 1/1] smbios: amend the description of smbios_string()
 2021-10-25 15:18 UTC  (4+ messages)

[PATCH v2] bootstage: Add SPL support
 2021-10-25 15:18 UTC  (4+ messages)

[PATCH v2 0/4] power: axp: Move poweroff to DM_PMIC/SYSRESET driver
 2021-10-25 14:09 UTC  (3+ messages)
` [PATCH v2 4/4] power: pmic: axp: Implement poweroff via sysreset

[PATCH] sunxi: A23/A33/H3: Actually move the secure monitor
 2021-10-25 14:08 UTC  (2+ messages)

[PATCH] clk: sunxi: Extend DM_RESET selection to SPL
 2021-10-25 14:08 UTC  (2+ messages)

[PATCH 0/3] phy: sun4i-usb: Support VBUS detection via power supply
 2021-10-25 14:08 UTC  (7+ messages)
` [PATCH 1/3] phy: sun4i-usb: Remove a couple of debug messages
` [PATCH 2/3] phy: sun4i-usb: Refactor VBUS detection to match Linux
` [PATCH 3/3] phy: sun4i-usb: Support VBUS detection via power supply

[PATCH] sunxi: Select SPL_SEPARATE_BSS
 2021-10-25 14:05 UTC  (2+ messages)

[PATCH] ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS
 2021-10-25  6:34 UTC  (2+ messages)

[PATCH] Avoid possible NULL dereference in XHCI driver
 2021-10-25  0:33 UTC 

[PATCH 0/2] cmd: sbi: show SBI implementation version
 2021-10-25 13:09 UTC  (3+ messages)
` [PATCH 1/2] riscv: function to retrieve "
` [PATCH 2/2] cmd: sbi: show "

[PATCH v2 0/3] Add SPL build support for RK3568
 2021-10-25 13:04 UTC  (7+ messages)
` [PATCH v2 1/3] rockchip: Kconfig: Enable SPL support for rk3568
` [PATCH v2 2/3] arm: dts: rockchip: rk3568: Enable sdhci and sdmmc0 node
` [PATCH v2 3/3] rockchip: rk3568: add arch_cpu_init()

[PATCH 0/2] add selftest for EFI_TCG2_PROTOCOL and Measured Boot
 2021-10-25  9:43 UTC  (5+ messages)
` [PATCH 2/2] efi_selftest: "

[PATCH v2] arm: xea: Modify board code to generate single binary u-boot
 2021-10-25  9:11 UTC 

[PATCH] ARM: stm32: Enable DFU MTD support on DHSOM
 2021-10-25  8:48 UTC  (3+ messages)

[PATCH] ARM: stm32: Align mtdparts with SPI NOR layout on DHSOM
 2021-10-25  8:43 UTC  (2+ messages)

[PATCH 1/2] ARM: stm32: Disable EFI on DHSOM
 2021-10-25  8:30 UTC  (4+ messages)
` [PATCH 2/2] ARM: stm32: Disable video output "


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