u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-01 05:09:39 to 2021-10-04 03:28:16 UTC [more...]

[RFC 00/22] efi_loader: more tightly integrate UEFI disks to device model
 2021-10-04  3:27 UTC  (22+ messages)
` [RFC 01/22] part: call part_init() in blk_get_device_by_str() only for MMC
` [RFC 07/22] dm: blk: add UCLASS_PARTITION
` [RFC 08/22] "
` [RFC 18/22] efi_loader: efi_disk: a helper function to delete efi_disk objects
` [RFC 19/22] dm: blk: call efi's device-removal hook
` [RFC 19/22] efi_driver: align with efi_disk-dm integration
` [RFC 20/22] "
` [RFC 20/22] efi_driver: cleanup after "
` [RFC 21/22] "
` [RFC 21/22] efi_selftest: block device: adjust dp for a test disk
` [RFC 22/22] (TEST) let dm-tree unchanged after block_io testing is done
` [RFC 22/22] efi_selftest: block device: adjust dp for a test disk

[PATCH v3 0/3] Enhance Measured Boot
 2021-10-04  3:11 UTC  (11+ messages)
` [PATCH v3 1/3] efi_loader: add SMBIOS table measurement
` [PATCH v3 2/3] efi_loader: add UEFI GPT measurement
` [PATCH v3 3/3] efi_loader: add DeployedMode and AuditMode variable measurement

[PATCH next v5 00/12] aspeed: Support secure boot chain with FIT image verification
 2021-10-04  1:54 UTC  (13+ messages)
` [PATCH next v5 01/12] image: fit: Fix parameter name for hash algorithm
` [PATCH next v5 02/12] aspeed: ast2600: Enlarge SRAM size
` [PATCH next v5 03/12] clk: ast2600: Add YCLK control for HACE
` [PATCH next v5 04/12] crypto: aspeed: Add AST2600 HACE support
` [PATCH next v5 05/12] ARM: dts: ast2600: Add HACE to device tree
` [PATCH next v5 06/12] clk: ast2600: Add RSACLK control for ACRY
` [PATCH next v5 07/12] crypto: aspeed: Add AST2600 ACRY support
` [PATCH next v5 08/12] ARM: dts: ast2600: Add ACRY to device tree
` [PATCH next v5 09/12] ast2600: spl: Locate load buffer in DRAM space
` [PATCH next v5 10/12] configs: ast2600-evb: Enable SPL FIT support
` [PATCH next v5 11/12] configs: aspeed: Make EXTRA_ENV_SETTINGS board specific
` [PATCH next v5 12/12] configs: ast2600: Boot kernel FIT in DRAM

[PATCH next v4 00/11] aspeed: Support secure boot chain with FIT image verification
 2021-10-04  1:23 UTC  (4+ messages)
` [PATCH next v4 09/11] configs: ast2600-evb: Enable SPL FIT support

[RFC 1/3] usb: ehci-omap: Remove dead code
 2021-10-04  0:24 UTC  (3+ messages)
` [RFC 2/3] phy: nop-phy: Enable reset-gpios support
` [RFC 3/3] usb: ehci-omap: Enable phy drivers to enable/reset phy

[PATCH v8 0/5] Add SIMATIC IOT2050 board support
 2021-10-03 23:34 UTC  (11+ messages)
` [PATCH v8 1/5] arm: dts: Add IOT2050 device tree files
` [PATCH v8 2/5] board: siemens: Add support for SIMATIC IOT2050 devices
` [PATCH v8 3/5] arm64: dts: ti: k3-am65-mcu: Add RTI watchdog entry
` [PATCH v8 4/5] watchdog: rti_wdt: Add support for loading firmware
` [PATCH v8 5/5] iot2050: Enable watchdog support, but do not auto-start it

[PATCH 00/11] Drive-by PCI W=1 cleanups
 2021-10-03 23:34 UTC  (23+ messages)
` [PATCH 01/11] pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_COMPAT)
` [PATCH 02/11] pci: include pci_internal.h inside pci_auto.c
` [PATCH 03/11] pci: pci_bar_show can be static
` [PATCH 04/11] pci: pci_header_show "
` [PATCH 05/11] pci: pciinfo_header "
` [PATCH 06/11] pci: pci_write_config "
` [PATCH 07/11] pci: pci_read_config "
` [PATCH 08/11] pci: _dm_pci_phys_to_bus "
` [PATCH 09/11] pci: layerscape: ls_pcie_conf_address "
` [PATCH 10/11] pci: pcie_layerscape_fixup_common: include fdt_support.h for ft_pci_setup
` [PATCH 11/11] pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt can be static

[PATCH 0/4] Add EPSON RX8035 RTC support
 2021-10-03 23:33 UTC  (9+ messages)
` [PATCH 1/4] rtc: rx8025: drop non-DM support
` [PATCH 2/4] rtc: rx8025: add support for EPSON RX8035
` [PATCH 3/4] rtc: rx8025: set date in a single i2c transaction
` [PATCH 4/4] rtc: rx8025: revise single register write to use offset

[PATCH] ARM: dts: ast2600: Make WDT by default disabled
 2021-10-03 23:33 UTC  (2+ messages)

[PATCH] arm: ti: k3: Resync dts files and bindings with Linux Kernel v5.14
 2021-10-03 23:33 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: k3: Synchronize with v5.14 kernel
 2021-10-03 23:33 UTC  (2+ messages)

[PATCH 1/2] docs: dt: Fix a few grammar nits in the binding/schema docs
 2021-10-03 18:58 UTC  (2+ messages)

[PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config
 2021-10-03 18:51 UTC 

[PATCH v2 0/7] Apple M1 Support
 2021-10-03 18:30 UTC  (8+ messages)
` [PATCH v2 1/7] iommu: Add IOMMU uclass
` [PATCH v2 2/7] test: Add tests for "
` [PATCH v2 3/7] arm: apple: Add initial support for Apple's M1 SoC
` [PATCH v2 4/7] serial: s5p: Add Apple M1 support
` [PATCH v2 5/7] iommu: Add Apple DART driver
` [PATCH v2 6/7] arm: dts: apple: Add preliminary device trees
` [PATCH v2 7/7] doc: board: apple: Add Apple M1 documentation

[PATCH v2 6/6] arm: dts: ls1088a: change dwc3 compatible to match dwc3-generic driver
 2021-10-03 17:23 UTC  (2+ messages)

[PATCH] sunxi: Add support for FriendlyARM NanoPi R1S H5
 2021-10-03 13:16 UTC 

[PATCH V2] ARM: omap3_logic: Cleanup usage of MUX_VAL
 2021-10-03 12:31 UTC 

[PATCH] arm: mvebu: Select SPL_SKIP_LOWLEVEL_INIT on ARMADA_32BIT
 2021-10-03  9:53 UTC 

[PATCH u-boot-marvell v3 00/39] kwboot higher baudrate
 2021-10-03  9:52 UTC  (91+ messages)
` [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 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 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 v3 39/39] MAINTAINERS: Add entry for kwbimage / kwboot tools

[PATCH v3 0/4] efi_loader: centralize known vendor GUIDs
 2021-10-03  9:23 UTC  (5+ messages)
` [PATCH v3 1/4] efi_loader: treat UEFI variable name as const
` [PATCH v3 2/4] efi_loader: function to get GUID for variable name
` [PATCH v3 3/4] efi_loader: simplify efi_sigstore_parse_sigdb()
` [PATCH v3 4/4] efi_loader: simplify tcg2_measure_secure_boot_variable()

[PATCH 0/5] Apple M1 Support
 2021-10-03  2:01 UTC  (5+ messages)
` [PATCH 2/5] serial: s5p: Add Apple M1 support

[PATCH] sun7i: Add defconfig and dts for Vivax TPC-9150 v3
 2021-10-02 21:32 UTC 

[PATCH] sun7i: Add defconfig and dts for Vivax TPC-9150 v2
 2021-10-02 21:27 UTC 

[PATCH] sun7i: Add defconfig and dts for Vivax TPC-9150
 2021-10-02 21:00 UTC 

[PATCH 1/5] kgdb: Remove unused serial related options
 2021-10-02 21:09 UTC  (8+ messages)
` [PATCH 2/5] Convert CONFIG_BAUDRATE to Kconfig
` [PATCH 3/5] serial: Use the default CONFIG_SYS_BAUDRATE_TABLE in more platforms
` [PATCH 4/5] serial: Remove extraneous SYS_MALLOC_F check

[PATCH 1/6] arm: Remove flea3 board
 2021-10-02 21:09 UTC  (7+ messages)
` [PATCH 3/6] arm: Remove zmx25 board and ARCH_MX25
` [PATCH 4/6] arm: Remove bg0900 board
` [PATCH 6/6] ppc: Remove MPC8349EMDS board and ARCH_MPC8349 support

[PATCHv2 1/2] arm: Remove flea3 board
 2021-10-02 21:08 UTC  (4+ messages)
` [PATCHv2 2/2] arm: Remove aspenite board

[PATCH v2 0/4] efi_loader: centralize known vendor GUIDs
 2021-10-02 20:11 UTC  (6+ messages)
` [PATCH v2 1/4] efi_loader: treat UEFI variable name as const
` [PATCH v2 2/4] efi_loader: function to get GUID for variable name
` [PATCH v2 3/4] efi_loader: simplify efi_sigstore_parse_sigdb()
` [PATCH v2 4/4] efi_loader: simplify tcg2_measure_secure_boot_variable()

[PATCH] Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig
 2021-10-02 17:25 UTC  (2+ messages)

[PATCH 0/2] riscv: Enable some configs in the Kconfig
 2021-10-02 14:16 UTC  (5+ messages)
` [PATCH 1/2] riscv: Enable SYS_MALLOC_LEN config
` [PATCH 2/2] riscv: Enable SYS_CLK_FREQ config

[PATCH] mtd: Add SPI Nor Flash chip GD25LQ256D ID
 2021-10-02 14:15 UTC  (2+ messages)

[PATCH] riscv: add #define in asm/io.h for some device drivers
 2021-10-02 14:15 UTC  (2+ messages)

[PATCH v5 0/5] env: Allow environment in text files
 2021-10-02  0:38 UTC  (6+ messages)
` [PATCH v5 1/5] sandbox: Drop distro_boot
` [PATCH v5 2/5] doc: Move environment documentation to rST
` [PATCH v5 3/5] env: Allow U-Boot scripts to be placed in a .env file
` [PATCH v5 4/5] env: Allow environment files to use the C preprocessor
` [PATCH v5 5/5] sandbox: Use a text-based environment

[PATCH v2 1/2] pinctrl: single: Parse gpio details from dt
 2021-10-01 22:39 UTC  (2+ messages)
` [PATCH v2 2/2] pinctrl: single: Add request() api

[PATCH v1] drivers/gpio: add support for MAX7320 i2c i/o expander
 2021-10-01 19:15 UTC  (3+ messages)

[PATCH 0/4] efi_loader: centralize known vendor GUIDs
 2021-10-01 19:08 UTC  (7+ messages)
` [PATCH 3/4] efi_loader: simplify efi_sigstore_parse_sigdb()

[PATCH 1/1] board: sifive: unmatched: enlarge CONFIG_SYS_SPL_MALLOC_SIZE
 2021-10-01 15:35 UTC  (2+ messages)

[PATCH v2 0/3] Enhance Measured Boot
 2021-10-01 15:16 UTC  (14+ messages)
` [PATCH v2 1/3] efi_loader: add SMBIOS table measurement
` [PATCH v2 2/3] efi_loader: add UEFI GPT measurement

nand max chips
 2021-10-01 14:35 UTC 

MMC speed issue with RaspberryPi 3b, 3a+
 2021-10-01 13:31 UTC  (3+ messages)

Please pull u-boot-marvell/next
 2021-10-01 13:16 UTC  (2+ messages)

[PATCH] mmc: zynq_sdhci: Add xilinx_pm_request weak function
 2021-10-01 11:08 UTC 

[PATCH] drivers: net: fsl-mc: add a command which dumps the MC log
 2021-10-01  9:01 UTC 

[PATCH] arm: dts: ls1088a: Update qspi node properties
 2021-10-01 10:54 UTC 

[PATCH u-boot-spi v2 0/9] Fix `mtd erase` when used with mtdpart
 2021-10-01 10:30 UTC  (5+ messages)
` [PATCH u-boot-spi v2 5/9] mtd: spi-nor-core: Don't check for zero length in spi_nor_erase()

[BUG] Pinebook Pro won't boot since ac804143cf, regression from -rc1
 2021-10-01  9:38 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).