public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-08-30 23:20:06 to 2020-09-01 11:13:57 UTC [more...]

[PATCH v3 00/12] binman: Add support for generating more complex FITs
 2020-09-01 11:13 UTC  (5+ messages)
` [PATCH v3 01/12] binman: Allow entry args to be required
` [PATCH v3 02/12] binman: Fix up a few missing comments
` [PATCH v3 03/12] libfdt: Detected out-of-space with fdt_finish()
` [PATCH v3 04/12] binman: Move 'external' support into base class

Missing BMP 565RGB video support
 2020-09-01 11:07 UTC  (2+ messages)

"Drop ffs" functionality in MTD DFU backend
 2020-09-01 10:59 UTC 

[PATCH 1/1] riscv: don't jump to 0x0 in handle_ipi()
 2020-09-01 10:51 UTC  (6+ messages)

"Drop ffs" functionality in MTD DFU backend
 2020-09-01 10:43 UTC 

[PATCH] binman: Allow FIT binaries to have missing external blobs
 2020-09-01 10:36 UTC  (2+ messages)

[PATCH v3 0/7] riscv: Clean up timer drivers
 2020-09-01 10:32 UTC  (8+ messages)
` [PATCH v3 1/7] riscv: Rework riscv timer driver to only support S-mode
` [PATCH v3 2/7] riscv: Rework Andes PLMT as a UCLASS_TIMER driver
` [PATCH v3 3/7] riscv: Clean up initialization in Andes PLIC
` [PATCH v3 4/7] riscv: Rework Sifive CLINT as UCLASS_TIMER driver
` [PATCH v3 5/7] riscv: clk: Add CLINT clock to kendryte clock driver
` [PATCH v3 6/7] riscv: Update Kendryte device tree for new CLINT driver
` [PATCH v3 7/7] riscv: Update SiFive "

[PATCH v2] fastboot: getvar: fix partition-size return value
 2020-09-01 10:31 UTC  (2+ messages)

[PATCH v2 00/16] x86: zboot: Enhance the 'zboot' command
 2020-09-01 10:12 UTC  (34+ messages)
` [PATCH v2 01/16] x86: Update the bootparam header
` [PATCH v2 02/16] x86: zimage: Use a state struct to hold the state
` [PATCH v2 03/16] x86: zimage: Avoid using #ifdef
` [PATCH v2 04/16] x86: zboot: Move kernel-version code into a function
` [PATCH v2 05/16] x86: zboot: Correct image type
` [PATCH v2 06/16] x86: zimage: Disable interrupts just before booting
` [PATCH v2 07/16] x86: zboot: Set up a sub-command structure
` [PATCH v2 08/16] x86: zboot: Add a 'go' subcommand
` [PATCH v2 09/16] x86: zboot: Add an 'info' subcommand
` [PATCH v2 10/16] x86: zboot: Add an 'setup' subcommand
` [PATCH v2 11/16] x86: zboot: Set environment variables for image locations
` [PATCH v2 12/16] x86: zboot: Allow setting a separate setup base address
` [PATCH v2 13/16] x86: zboot: Add an option to dump the setup information
` [PATCH v2 14/16] x86: zboot: Allow overriding the command line
` [PATCH v2 15/16] cros: Update chromium documentation
` [PATCH v2 16/16] cros: Add information about booting Chrome OS on x86

[PATCH 0/2] Add support for LX2162AQDS board
 2020-09-01  9:32 UTC  (3+ messages)
` [PATCH 1/2] armv8: lx2162a: Add Soc changes to support LX2162A
` [PATCH 2/2] armv8: lx2162aqds: Add support for LX2162AQDS platform

[PATCH v3] x86: qemu: Remove dead code
 2020-09-01  9:02 UTC  (2+ messages)

[v4, 00/11] mmc: fsl_esdhc: support eMMC HS200/HS400 modes
 2020-09-01  8:58 UTC  (12+ messages)
` [v4, 01/11] mmc: add a reinit() API
` [v4, 02/11] mmc: fsl_esdhc: add a reinit() callback
` [v4, 03/11] mmc: fsl_esdhc: support tuning for eMMC HS200
` [v4, 04/11] mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init
` [v4, 05/11] mmc: add a hs400_tuning flag
` [v4, 06/11] mmc: add a mmc_hs400_prepare_ddr() interface
` [v4, 07/11] mmc: fsl_esdhc: support eMMC HS400 mode
` [v4, 08/11] mmc: fsl_esdhc: fix mmc->clock with actual clock
` [v4, 09/11] mmc: fsl_esdhc: fix eMMC HS400 stability issue
` [v4, 10/11] arm: dts: lx2160ardb: support eMMC HS400 mode
` [v4, 11/11] configs: lx2160ardb: enable eMMC HS400 mode support

[PATCH v2 01/15] x86: Introduce USE_EARLY_BOARD_INIT option
 2020-09-01  8:34 UTC  (34+ messages)
` [PATCH v2 02/15] x86: advantech: som-db5800-som-6867: Remove dead code
` [PATCH v2 03/15] x86: congatec: conga-qeval20-qa3-e3845: "
` [PATCH v2 04/15] x86: coreboot: "
` [PATCH v2 05/15] x86: dfi: dfi-bt700: "
` [PATCH v2 06/15] x86: efi: efi-x86_payload: "
` [PATCH v2 07/15] x86: intel: bayleybay: "
` [PATCH v2 08/15] x86: intel: cherryhill: "
` [PATCH v2 09/15] x86: intel: cougarcanyon2: "
` [PATCH v2 10/15] x86: intel: crownbay: "
` [PATCH v2 11/15] x86: intel: edison: "
` [PATCH v2 12/15] x86: intel: galileo: "
` [PATCH v2 13/15] x86: intel: minnowmax: "
` [PATCH v2 14/15] x86: intel: slimbootloader: "
` [PATCH v2 15/15] x86: qemu: "

[PATCH] mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32
 2020-09-01  7:34 UTC 

[PATCH v3] mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate
 2020-09-01  7:34 UTC 

[PATCH] lx2160: Correct sd_boot environment variable
 2020-09-01  7:26 UTC 

[PATCH 1/2] arm64: dts: armada-3720-espressobin: sync with downstream
 2020-09-01  7:03 UTC  (14+ messages)
` [PATCH 2/2] arm64: dts: armada-3720-espressobin-emmc: add emmc dts
  ` [PATCH v2 2/2] arm64: mvebu: a37xx: Add support for EspressoBIN with eMMC
  ` [PATCH v3 "

x86: multiple definition of `_X86EMU_env'
 2020-09-01  6:41 UTC 

[PATCH 0/2] x86: Minor nits from previous reviews
 2020-09-01  5:47 UTC  (7+ messages)
` [PATCH 1/2] x86: pinctrl: Fix 'relatove' typo
` [PATCH 2/2] x86: Drop nhlt_serialise()

[PATCH] x86: mtrr: Fix parsing of "mtrr list" command
 2020-09-01  5:25 UTC  (3+ messages)

[PATCH v5 00/17] efi_loader: add capsule update support
 2020-09-01  5:20 UTC  (14+ messages)
` [PATCH v5 15/17] tools: add mkeficapsule command for UEFI capsule update
` [PATCH v5 16/17] test/py: add a test for uefi firmware update capsule of FIT image
` [PATCH v5 17/17] test/py: add a test for uefi firmware update capsule of raw image

from https://gitlab.denx.de/u-boot/custodians/u-boot-mips:f3d8c7f8d3c02ff1de172aff7e6392a9ddd1f5b2 to master:
 2020-09-01  4:53 UTC  (5+ messages)

[PATCH] mips: dts: Fix device tree warnings for PIC32MZDA
 2020-09-01  4:14 UTC 

[PATCH v3 4/4] mmc: pic32: Refresh PIC32 MMC driver
 2020-09-01  2:55 UTC 

[PATCH v3 3/4] mmc: pic32: Refresh PIC32 MMC driver
 2020-09-01  2:55 UTC 

[PATCH v3 2/4] mmc: pic32: Refresh PIC32 MMC driver
 2020-09-01  2:55 UTC 

[PATCH v3 1/4] mmc: pic32: Refresh PIC32 MMC driver
 2020-09-01  2:55 UTC 

[PATCH v5 00/11] riscv: Add FPIOA and GPIO support for Kendryte K210
 2020-09-01  1:19 UTC  (8+ messages)
` [PATCH v5 11/11] "

[PATCH v1] imx: support i.MX8QM DMSSE20 a1 board
 2020-08-31 21:48 UTC  (3+ messages)

[GIT PULL] TI changes for v2020.10-rc4
 2020-08-31 21:12 UTC  (2+ messages)

[PATCH] MAINTAINERS: step down as maintainer of UniPhier SoCs
 2020-08-31 21:12 UTC  (2+ messages)

[PATCH v2 4/4] mmc: pic32: Refresh PIC32 MMC driver
 2020-08-31 19:55 UTC  (2+ messages)

[PATCH v2 1/4] mmc: pic32: Refresh PIC32 MMC driver
 2020-08-31 19:51 UTC  (2+ messages)

[PATCH v2 0/3] efi_loader: rework ResetSystem()
 2020-08-31 18:19 UTC  (3+ messages)
` [PATCH v2 1/3] efi_loader: ResetSystem() should not hang

[PATCH] efi_loader: consider no-map property of reserved memory
 2020-08-31 18:08 UTC  (2+ messages)

[PATCH v2 3/4] mmc: pic32: Refresh PIC32 MMC driver
 2020-08-31 18:04 UTC 

[PATCH v2 2/4] mmc: pic32: Refresh PIC32 MMC driver
 2020-08-31 18:04 UTC 

[PATCH] net: add a generic udp protocol
 2020-08-31 17:32 UTC  (3+ messages)

[PATCH v2 1/2] net: add a generic udp protocol
 2020-08-31 17:27 UTC  (2+ messages)
` [PATCH v2 2/2] sandbox: enable support of "

Please pull u-boot-marvell/master
 2020-08-31 16:50 UTC  (2+ messages)

[PATCH 00/31] Add DM support for omap PWM backlight
 2020-08-31 16:29 UTC  (6+ messages)
` [PATCH 04/31] clk: add clk_round_rate()

[PATCH v6 0/2] Basic Kontron SMARC-sAL28 board support
 2020-08-31 16:08 UTC  (3+ messages)
` [PATCH v6 1/2] board: kontron: add sl28 support

[PATCH] armv8: lx2162aqds: Add support for LX2162AQDS platform
 2020-08-31 15:34 UTC  (2+ messages)

[PATCH] PCI: mediatek: Release the resource when PCIe enable port fail
 2020-08-31 14:41 UTC  (2+ messages)
` Aw: "

[PATCH 0/3] arm: k3: Update to SYFW ABI 3.0 changes
 2020-08-31 14:01 UTC  (2+ messages)

[PATCH] ti: common: Remove additional i2c read for board detection
 2020-08-31 14:01 UTC  (2+ messages)

[PATCH 1/1] bootm: update image OS image size when decompressing
 2020-08-31 13:41 UTC  (2+ messages)

[PATCH v2 0/3] binman: Make FIT image subentries respect offset, alignment and padding
 2020-08-31 13:41 UTC  (7+ messages)
` [PATCH v2 1/3] binman: Ignore hash*, signature* nodes in sections
` [PATCH v2 2/3] binman: Respect pad-before property of section subentries
` [PATCH v2 3/3] binman: Build FIT image subentries with the section etype

[PATCH v2 00/11] binman: Add support for generating more complex FITs
 2020-08-31 13:41 UTC  (14+ messages)
` [PATCH v2 01/11] binman: Allow entry args to be required
` [PATCH v2 02/11] binman: Fix up a few missing comments
` [PATCH v2 03/11] libfdt: Detected out-of-space with fdt_finish()
` [PATCH v2 04/11] binman: Move 'external' support into base class
` [PATCH v2 05/11] binman: Add support for ATF BL31
` [PATCH v2 06/11] binman: Support generating FITs with multiple dtbs
` [PATCH v2 07/11] Makefile: Support missing external blobs always
` [PATCH v2 08/11] binman: Allow FITs to be missing binaries
` [PATCH v2 09/11] sunxi: Convert 64-bit boards to use binman
` [PATCH v2 10/11] sunxi: Drop the FIT-generator script
` [PATCH v2 11/11] binman: Allow selecting default FIT configuration

[PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses
 2020-08-31 13:06 UTC  (9+ messages)
` [PATCH v2 1/4] "
  ` [PATCH v2 2/4] arm: mvebu: Espressobin: Change default loadaddr
  ` [PATCH v2 3/4] arm: mvebu: Espressobin: Define fdt_addr and kernel_addr env aliases
  ` [PATCH v2 4/4] arm: mvebu: Espressobin: Update README.marvell file

[PATCH 1/2] arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DT
 2020-08-31 13:05 UTC  (6+ messages)
` [PATCH 2/2] arm64: a37xx: pci: Assert PERST# signal when unloading driver
` [PATCH] arm64: a37xx: pci: Depends on DM_GPIO

[PATCH 1/2] arm: mvebu: Espressobin: Make SPI env offset compatible with Marvell's U-Boot
 2020-08-31 13:05 UTC  (4+ messages)
` [PATCH 2/2] arm: mvebu: Espressobin: Setup MTD partitions when booting kernel

[PATCH 0/2] arm: mvebu: Espressobin: Add support for SD card
 2020-08-31 13:04 UTC  (5+ messages)
` [PATCH 1/2] mmc: xenon: set signal voltage and max base clock
` [PATCH 2/2] arm: dts: a37x0: enable sd card support on espressobin

[PATCH u-boot-marvell] arm64: dts: armada-3720-espressobin: fix COMPHY nodes
 2020-08-31 13:02 UTC  (2+ messages)

[PATCH] arm: mvebu: Espressobin: Enable CONFIG_MVNETA
 2020-08-31 13:01 UTC  (2+ messages)

[PATCH] arm: mvebu: Espressobin: Disallow forwarding packets between wan and lan ports
 2020-08-31 13:01 UTC  (2+ messages)

[PATCH] mtd: nand: Fix nand write error with bad block addresses above 32-bit
 2020-08-31 12:27 UTC 

[PATCH 1/2] xenon_sdhci: support for HS200 mode
 2020-08-31 11:39 UTC  (7+ messages)
` [PATCH 2/2] pcie: pcie_advk: move setting of reference clock to the pcie driver

[PATCH v2 00/57] dm: Add programatic generation of ACPI tables (part D)
 2020-08-31 11:38 UTC  (4+ messages)
` [PATCH v2 16/57] i2c: Add a generic driver to generate ACPI info

[PATCH] phy: marvell: a3700: add sata comphy on lane 2 with invert option
 2020-08-31 11:29 UTC  (2+ messages)

Can't boot from sd-card on BeagleBone Black
 2020-08-31  9:17 UTC  (3+ messages)

[PATCH] env: Crash in 'env import' when using checksum and a specific size
 2020-08-31  9:01 UTC 

[PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI
 2020-08-31  8:18 UTC  (4+ messages)
` [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes

[PATCH 0/3] Rename ASPEED SoC clock name
 2020-08-31  6:03 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] cosmetic: aspeed: ast2500: Rename clock header
  ` [PATCH v2 2/3] clock:aspeed: Sync with Linux kernel clock header define
  ` [PATCH v2 3/3] cosmetic: aspeed: Modify for SPDX-License


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