u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 05:27:41 to 2021-09-25 14:23:29 UTC [more...]

[RFC PATCH] RFC: Replace CONFIG_SYS_BAUDRATE_TABLE by board and UART driver rounding functions
 2021-09-25 14:23 UTC  (3+ messages)

[PATCH] arm: spl: flush and disable cache before jumping to OPTEE
 2021-09-25 14:05 UTC 

[PATCH 0/5] Apple M1 Support
 2021-09-25 13:52 UTC  (27+ messages)
` [PATCH 1/5] arm: apple: Add initial support for Apple's M1 SoC
` [PATCH 2/5] serial: s5p: Add Apple M1 support
` [PATCH 3/5] misc: Add Apple DART driver
` [PATCH 4/5] arm: dts: apple: Add preliminary device trees
` [PATCH 5/5] doc: board: apple: Add Apple M1 documentation

[PATCH] ARM: vexpress_ca9x4: Correct missing SYS_LOAD_ADDR
 2021-09-25 13:47 UTC  (2+ messages)

[PATCH 0/3] 30bpp framebuffer support
 2021-09-25 13:41 UTC  (7+ messages)
` [PATCH 1/3] video: Add 30bpp support
` [PATCH 2/3] efi_loader: GOP: "
` [PATCH 3/3] video: simplefb: "

[PATCH v4 00/15] image: A partial series for the image clean-up
 2021-09-25 13:03 UTC  (16+ messages)
` [PATCH v4 01/15] lib: Add memdup()
` [PATCH v4 02/15] Add support for an owned buffer
` [PATCH v4 03/15] compiler: Add a comment to host_build()
` [PATCH v4 04/15] zstd: Create a function for use from U-Boot
` [PATCH v4 05/15] btrfs: Use U-Boot API for decompression
` [PATCH v4 06/15] image: Avoid switch default in image_decomp()
` [PATCH v4 07/15] image: Update zstd to avoid reporting error twice
` [PATCH v4 08/15] gzip: Avoid use of u64
` [PATCH v4 09/15] image: Update image_decomp() to avoid ifdefs
` [PATCH v4 10/15] image: Split board code out into its own file
` [PATCH v4 11/15] image: Fix up checkpatch warnings in image-board.c
` [PATCH v4 12/15] image: Split host code out into its own file
` [PATCH v4 13/15] image: Create a function to do manual relocation
` [PATCH v4 14/15] image: Avoid #ifdefs for "
` [PATCH v4 15/15] image: Remove ifdefs around image_setup_linux() el at

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

[PATCH] board: rpi: always set fdt_addr if provided by firmware
 2021-09-25 10:22 UTC 

[PATCH v2 1/5] board: sl28: enable EFI_SET_TIME support
 2021-09-25  6:59 UTC  (3+ messages)
` [PATCH v2 3/5] board: sl28: enable EFI UpdateCapsule support

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

[PATCH u-boot-marvell] arm: mvebu: turris_omnia: fix leaked mtd device
 2021-09-25  0:49 UTC 

[PATCH v2 00/39] efi: Improvements to U-Boot running on top of UEFI
 2021-09-25  0:30 UTC  (39+ 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 07/39] efi: Add a script for building and testing U-Boot on UEFI
` [PATCH v2 08/39] efi: Enable DM_ETH for the app
` [PATCH v2 09/39] efi: Drop the OF_EMBED warning for EFI
` [PATCH v2 10/39] x86: Create a 32/64-bit selection for the app
` [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
` [PATCH v2 19/39] binman: Report an error if test files fail to compile
` [PATCH v2 20/39] binman: Support reading the offset of an ELF-file symbol
` [PATCH v2 21/39] binman: Allow timeout to occur in the image or its section
` [PATCH v2 22/39] binman: Tidy up comments on _DoTestFile()
` [PATCH v2 23/39] binman: Support updating the dtb in an ELF file
` [PATCH v2 24/39] efi: serial: Support arrow keys
` [PATCH v2 25/39] bloblist: Support allocating the bloblist
` [PATCH v2 26/39] x86: Allow booting a kernel from the EFI app
` [PATCH v2 27/39] x86: Don't process the kernel command line unless enabled
` [PATCH v2 28/39] x86: efi: Add room for the binman definition in the dtb
` [PATCH v2 29/39] efi: Add comments to struct efi_priv
` [PATCH v2 30/39] efi: Fix ll_boot_init() operation with the app
` [PATCH v2 32/39] efi: Share struct efi_priv between the app and stub code
` [PATCH v2 33/39] efi: Move exit_boot_services into a function
` [PATCH v2 34/39] efi: Check for failure when initing the app
` [PATCH v2 35/39] efi: Mention that efi_info_get() is only used in the stub
` [PATCH v2 36/39] efi: Show when allocated pages are used
` [PATCH v2 37/39] efi: Allow easy selection of serial-only operation
` [PATCH v2 38/39] efi: Update efi_get_next_mem_desc() to avoid needing a map
` [PATCH v2 39/39] efi: Support the efi command in the app

[PATCH 1/1] ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU
 2021-09-25  0:37 UTC  (4+ messages)
  ` [PATCH 1/1] Avoid polluting CONFIG_ namespace with board specific define

[PATCH v4 0/2] Refactor and improve full help output from tools
 2021-09-25  0:37 UTC  (5+ messages)
` [PATCH v4 1/2] tools: Refactor full help printing
` [PATCH v4 2/2] tools: Handle PAGER containing arguments

[PATCH 1/1] ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU
 2021-09-25  0:37 UTC  (2+ messages)

[PATCH] arm: use CONFIG_SUPPORT_PASSING_ATAGS
 2021-09-25  0:37 UTC  (2+ messages)

[PATCHv5] drivers: tpm2: update reset gpio semantics
 2021-09-25  0:36 UTC  (2+ messages)

about mtd erase fix series
 2021-09-25  0:26 UTC  (3+ 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 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  (9+ messages)
` [PATCH 3/6] pinctrl: qcom: add pinctrl and gpio drivers for SDM845 SoC
` [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  (4+ 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


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