u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-23 15:15:33 to 2021-09-25 00:35:41 UTC [more...]

[PATCH v2 00/39] efi: Improvements to U-Boot running on top of UEFI
 2021-09-25  0:30 UTC  (17+ messages)
` [PATCH v2 01/39] RFC: efi: Drop code that doesn't work with driver model
` [PATCH v2 02/39] efi: Add a separate maintainer entry for the app
` [PATCH v2 03/39] x86: Keep symbol information in u-boot ELF file
` [PATCH v2 04/39] x86: Create a new header for EFI
` [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 08/39] efi: Enable DM_ETH for the app
` [PATCH v2 10/39] x86: Create a 32/64-bit selection "
` [PATCH v2 11/39] efi: Create a 64-bit app
` [PATCH v2 12/39] x86: Don't duplicate global_ptr in 64-bit EFI app
` [PATCH v2 13/39] efi: Add a way to obtain boot services in the app
` [PATCH v2 14/39] efi: Add video support to "
` [PATCH v2 15/39] efi: Add EFI uclass for media
` [PATCH v2 16/39] efi: Add a media/block driver for EFI block devices
` [PATCH v2 17/39] efi: Locate all block devices in the app
` [PATCH v2 18/39] patman: Use a ValueError exception if tools.Run() fails

about mtd erase fix series
 2021-09-25  0:26 UTC  (3+ messages)

[PATCH v4 0/2] mtd: spi: nor: force mtd name to "nor%d"
 2021-09-25  0:12 UTC  (14+ messages)

[PATCH v2 0/3] Enhance Measured Boot
 2021-09-24 23:36 UTC  (5+ messages)
` [PATCH v2 1/3] efi_loader: add SMBIOS table measurement

Two jobs at once on denx-vulcan?
 2021-09-24 23:36 UTC  (8+ messages)

[PATCH 1/5] kgdb: Remove unused serial related options
 2021-09-24 22:07 UTC  (6+ messages)
` [PATCH 5/5] serial: Rework CONFIG_SYS_BAUDRATE_TABLE

[PATCH u-boot-marvell v3 00/39] kwboot higher baudrate
 2021-09-24 21:07 UTC  (40+ messages)
` [PATCH u-boot-marvell v3 19/39] tools: kwbimage: Simplify iteration over version 1 optional headers
` [PATCH u-boot-marvell v3 39/39] MAINTAINERS: Add entry for kwbimage / kwboot tools
` [PATCH u-boot-marvell v3 01/39] tools: kwbimage: Fix printf format warning
` [PATCH u-boot-marvell v3 02/39] tools: kwboot: Fix buffer overflow in kwboot_terminal()
` [PATCH u-boot-marvell v3 03/39] tools: kwboot: Make the quit sequence buffer const
` [PATCH u-boot-marvell v3 04/39] tools: kwboot: Refactor and fix writing buffer
` [PATCH u-boot-marvell v3 05/39] tools: kwboot: Print version information header
` [PATCH u-boot-marvell v3 06/39] tools: kwboot: Fix kwboot_xm_sendblock() function when kwboot_tty_recv() fails
` [PATCH u-boot-marvell v3 07/39] tools: kwboot: Fix return type of kwboot_xm_makeblock() function
` [PATCH u-boot-marvell v3 08/39] tools: kwboot: Fix comparison of integers with different size
` [PATCH u-boot-marvell v3 09/39] tools: kwboot: Fix printing progress
` [PATCH u-boot-marvell v3 10/39] tools: kwboot: Print newline on error when progress was not completed
` [PATCH u-boot-marvell v3 11/39] tools: kwboot: Split sending image into header and data stages
` [PATCH u-boot-marvell v3 12/39] tools: kwboot: Use a function to check whether received byte is a Xmodem reply
` [PATCH u-boot-marvell v3 13/39] tools: kwboot: Allow non-xmodem text output from BootROM only in a specific case
` [PATCH u-boot-marvell v3 14/39] tools: kwboot: Print new line after SPL output
` [PATCH u-boot-marvell v3 15/39] tools: kwboot: Allow greater timeout when executing header code
` [PATCH u-boot-marvell v3 16/39] tools: kwboot: Prevent waiting indefinitely if no xmodem reply is received
` [PATCH u-boot-marvell v3 17/39] tools: kwboot: Properly finish xmodem transfer
` [PATCH u-boot-marvell v3 18/39] tools: kwboot: Always call kwboot_img_patch_hdr()
` [PATCH u-boot-marvell v3 20/39] tools: kwboot: Don't patch image header if signed
` [PATCH u-boot-marvell v3 21/39] tools: kwboot: Patch source address in image header
` [PATCH u-boot-marvell v3 22/39] tools: kwboot: Patch destination address to DDR area for SPI image
` [PATCH u-boot-marvell v3 23/39] tools: kwbimage: Refactor image_version()
` [PATCH u-boot-marvell v3 24/39] tools: kwbimage: Refactor kwbimage header size determination
` [PATCH u-boot-marvell v3 25/39] tools: kwbimage: Update comments describing kwbimage v1 structures
` [PATCH u-boot-marvell v3 26/39] tools: kwboot: Round up header size to 128 B when patching
` [PATCH u-boot-marvell v3 27/39] tools: kwboot: Explicitly check against size of struct main_hdr_v1
` [PATCH u-boot-marvell v3 28/39] tools: kwboot: Support higher baudrates when booting via UART
` [PATCH u-boot-marvell v3 29/39] tools: kwboot: Allow any baudrate on Linux
` [PATCH u-boot-marvell v3 30/39] tools: kwboot: Check whether baudrate was set to requested value
` [PATCH u-boot-marvell v3 31/39] tools: kwboot: Fix initializing tty device
` [PATCH u-boot-marvell v3 32/39] tools: kwboot: Disable tty interbyte timeout
` [PATCH u-boot-marvell v3 33/39] tools: kwboot: Disable non-blocking mode
` [PATCH u-boot-marvell v3 34/39] tools: kwboot: Cosmetic fix
` [PATCH u-boot-marvell v3 35/39] tools: kwboot: Avoid code repetition in kwboot_img_patch()
` [PATCH u-boot-marvell v3 36/39] tools: kwboot: Update file header
` [PATCH u-boot-marvell v3 37/39] tools: kwboot: Add Pali and Marek as authors
` [PATCH u-boot-marvell v3 38/39] doc/kwboot.1: Update man page

[PATCH u-boot-marvell 0/9] a38x serdes cleanup
 2021-09-24 20:59 UTC  (10+ messages)
` [PATCH u-boot-marvell 1/9] arm: mvebu: a38x: serdes: Add comments and use macros in PCIe code
` [PATCH u-boot-marvell 2/9] arm: mvebu: a38x: serdes: Remove duplicate macro SOC_CTRL_REG
` [PATCH u-boot-marvell 3/9] arm: mvebu: a38x: serdes: Add comments for hws_pex_config() code
` [PATCH u-boot-marvell 4/9] arm: mvebu: a38x: serdes: Don't overwrite read-only SAR PCIe registers
` [PATCH u-boot-marvell 5/9] arm: mvebu: a38x: serdes: Don't set PCIe Common Clock Configuration
` [PATCH u-boot-marvell 6/9] arm: mvebu: a38x: serdes: Don't overwrite PCI device ID
` [PATCH u-boot-marvell 7/9] arm: mvebu: a38x: serdes: Don't configure PCIe cards in SerDes init code
` [PATCH u-boot-marvell 8/9] arm: mvebu: a38x: serdes: Remove unused PCIe macros and functions
` [PATCH u-boot-marvell 9/9] arm: mvebu: a38x: serdes: Update comment about PCIE*_ENABLE_* defines

[PATCH] board/freescale/vid : move platform specific definitions
 2021-09-24 20:27 UTC  (5+ messages)

[PATCH 0/6] Add support for SDM845 based boards, and SM-G9600
 2021-09-24 18:50 UTC  (12+ messages)
` [PATCH 1/6 v3] serial: qcom: add support for GENI serial driver
` [PATCH 2/6 v3] spmi: msm: add arbiter version 5 support
` [PATCH 3/6] pinctrl: qcom: add pinctrl and gpio drivers for SDM845 SoC
` [PATCH 4/6] clocks: qcom: add clocks for SDM845 debug uart
` [PATCH 5/6] SoC: qcom: add support for SDM845
` [PATCH 6/6 v3] board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board

[PATCH] bootstage: Add SPL support
 2021-09-24 18:36 UTC  (2+ messages)

[PATCH v3 0/3] Add support for the GST ESPRESSOBin-Ultra board
 2021-09-24 18:30 UTC  (9+ messages)
` [PATCH v3 3/3] arm: mvebu: Initial ESPRESSOBin-Ultra board support

[PATCH] Taking over responsibility for GE boards from Sebastian
 2021-09-24 18:29 UTC  (2+ messages)

[PATCH] mtd: remove SPEAr flash driver st_smi
 2021-09-24 18:29 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove SPEAR entry
 2021-09-24 18:29 UTC  (2+ messages)

[PATCH v2 1/1] fs: avoid superfluous messages
 2021-09-24 18:29 UTC  (2+ messages)

[PATCH] arm: orion5x: edminiv2: change maintainer
 2021-09-24 18:29 UTC  (2+ messages)

[PATCH 1/1] scripts/mailmapper: enable running with Python 3
 2021-09-24 18:29 UTC  (2+ messages)

[PATCH] test/py: tpm2: Skip tpm pytest based on env variable
 2021-09-24 18:29 UTC  (2+ messages)

[PATCH v3 0/4] Add octal DTR support for Macronix flash
 2021-09-24 18:29 UTC  (3+ messages)
` [PATCH v3 3/4] mtd: spi-nor-core: set 4byte opcode when possible

[PATCH 1/1 RFC] treewide: Deprecate OF_PRIOR_STAGE
 2021-09-24 16:46 UTC  (7+ messages)

[PATCH 1/3] phy: marvell: a3700: Set TXDCLK_2X_SEL bit during PCIe initialization
 2021-09-24 14:21 UTC  (7+ messages)
` [PATCH 2/3] phy: marvell: a3700: Fix configuring polarity invert bits
` [PATCH 3/3] phy: marvell: a3700: Return correct error code when power up fails

[PATCH v6 0/3] arm64: Add optimized memset/memcpy/memove functions
 2021-09-24 14:14 UTC  (9+ messages)
` [PATCH v6 1/3] arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functions
` [PATCH v6 2/3] arm64: memset-arm64: Use simple memset when cache is disabled
` [PATCH v6 3/3] arm64: Kconfig: Enable usage of optimized memset/memcpy/memmove

[PATCH] arm64: zynqmp: Add psu_init_gpl for vck190/vmk180 SC
 2021-09-24 13:06 UTC 

[PATCH] arm64: zynqmp: Define all eeproms for SC on vck190
 2021-09-24 13:04 UTC 

[PATCH 00/35] efi: Improvements to U-Boot running on top of UEFI
 2021-09-24 12:32 UTC  (12+ messages)
` [PATCH 11/35] RFC: efi: Drop code that doesn't work with driver model

[PATCH] env: Make _init() expect _INVALID when _IS_NOWHERE
 2021-09-24 11:41 UTC  (4+ messages)

[PATCH 1/1] doc: add system reset to API documentation
 2021-09-24 10:50 UTC  (5+ messages)

[PATCH v2 0/4] Add reset support to HiFive Unmatched
 2021-09-24  8:42 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: power: Add da9063 PMIC device bindings
` [PATCH v2 2/4] dt-bindings: power: Add new da9063 sysreset subdevice bindings
` [PATCH v2 3/4] drivers: pmic: Add sysreset driver for da9063 PMIC
` [PATCH v2 4/4] riscv: Enable da9063 sysreset driver on HiFive Unmatched

[PATCH] drivers: pmic: Add sysreset driver to da9063 pmic device
 2021-09-24  8:45 UTC  (3+ messages)

[PATCH v4 0/2] doc: Clarify how U-Boot makes use of devicetree
 2021-09-24  8:33 UTC  (4+ messages)
` [PATCH v4 2/2] doc: Add documentation about devicetree usage

[PATCH] ARM: dts: imx6-apalis: enable watchdog
 2021-09-24  3:00 UTC  (2+ messages)

[PATCH 0/4] crypto: Add new UCLASS_HASH
 2021-09-24  2:49 UTC  (8+ messages)
` [PATCH 2/4] dm: hash: Add new UCLASS_HASH support

[PATCH 00/10] dra7: bring up and support IPU load/start
 2021-09-24  2:49 UTC  (12+ messages)
` [PATCH 01/10] reset: dra7: Add a reset driver
` [PATCH 02/10] arm: mach-omap2: load/start remoteproc IPU1/IPU2
` [PATCH 03/10] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level
` [PATCH 04/10] linux: bitmap.h: Add find_next_zero_area function
` [PATCH 05/10] remoteproc: uclass: Add remoteproc resource handling helpers
` [PATCH 06/10] remoteproc: ipu: Add driver to bring up ipu
` [PATCH 07/10] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes
` [PATCH 08/10] arm: dts: dra7: Add ipu and "
` [PATCH 09/10] arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes
` [PATCH 10/10] dts: am57xx*: "

S25HS512 not functional with u-boot 2021.10.rc3
 2021-09-24  2:49 UTC  (2+ messages)

[PATCH 00/11] sandbox: Minor fixes and improvements
 2021-09-24  2:48 UTC  (4+ messages)
` [PATCH 09/11] sandbox: Add a way to map a file into memory

[PATCH v4 0/5] sf: Add documentation and an 'sf mmap' command
 2021-09-24  2:48 UTC  (4+ messages)
` [PATCH v4 3/5] sf: Tidy up code to avoid #ifdef

[PATCH 01/12] lmb: Always compile arch_lmb_reserve() into U-Boot on arm
 2021-09-24  2:42 UTC  (24+ messages)
` [PATCH 02/12] lmb: Always compile arch_lmb_reserve() into U-Boot on arc
` [PATCH 03/12] lmb: Add generic arch_lmb_reserve_generic()
` [PATCH 04/12] lmb: Switch to "
` [PATCH 05/12] lmb: arm: Increase LMB alignment to 16k in arch_lmb_reserve_generic()
` [PATCH 06/12] lmb: Remove imx board_lmb_reserve()
` [PATCH 07/12] lmb: nios2: Add arch_lmb_reserve()
` [PATCH 08/12] lmb: nds32: "
` [PATCH 09/12] lmb: riscv: "
` [PATCH 10/12] lmb: sh: "
` [PATCH 11/12] lmb: xtensa: "
` [PATCH 12/12] lmb: x86: "

[PATCH] pci: Fix configuring io/memory base and limit registers of PCI bridges
 2021-09-24  2:41 UTC  (2+ messages)

[PATCH] image: add lz4 zstd compression magic map
 2021-09-24  2:41 UTC  (2+ messages)

[PATCH v2] arm: mediatek: merge board Kconfigs into mach-mediatek
 2021-09-24  2:41 UTC  (2+ messages)

[PATCH] crc32: Add crc32 implementation using __builtin_aarch64_crc32b
 2021-09-24  2:41 UTC  (2+ messages)

[PATCH 2/2] armv8/cache.S: Triple with single instruction
 2021-09-24  2:41 UTC  (2+ messages)

[PATCH 1/2] armv8/cache.S: Read sysreg fields through ubfx
 2021-09-24  2:41 UTC  (2+ messages)

[PATCH] ARM: dts: imx: use generic name bus
 2021-09-24  2:39 UTC  (2+ messages)

[PATCH] cmd: mmc: check whether card is SD or eMMC before hwpartition
 2021-09-24  2:37 UTC  (2+ messages)

[PATCH 1/1] riscv: ae350: enable Coherence Manager for ae350
 2021-09-24  0:32 UTC  (2+ messages)

[RFC PATCH 1/4] Revert "nvme: Correct the prps per page calculation method"
 2021-09-23 23:22 UTC  (5+ messages)
` [RFC PATCH 2/4] nvme: improve readability of nvme_setup_prps()
` [RFC PATCH 3/4] nvme: Use pointer for CPU addressed buffers
` [RFC PATCH 4/4] nvme: translate virtual addresses into the bus's address space

[PATCH v2 00/15] Add CAAM driver model support
 2021-09-23 23:01 UTC  (6+ messages)
` [PATCH v2 03/15] i.MX8M: crypto: updated device tree for supporting DM in SPL
    ` [EXT] "

[PULL] u-boot-socfpga/master
 2021-09-23 21:20 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2021-09-23 21:20 UTC  (2+ messages)

[PATCH] imx8mn_beacon: Fix booting hang and switch to binman
 2021-09-23 20:03 UTC  (3+ messages)

[PATCH] mtd: sf: Set SF parameters as env variables
 2021-09-23 20:00 UTC  (3+ messages)

[PATCH] arm: a37xx: pci: Increase PCIe IO size from 64 KiB to 1 MiB
 2021-09-23 15:31 UTC  (2+ messages)

Of capsules, signatures and device trees, TGTBTU
 2021-09-23 15:15 UTC 


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).