public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-17 19:25:48 to 2020-05-19 17:32:27 UTC [more...]

[PATCH v3 00/22] common: Further reduce the size of common.h
 2020-05-19 17:32 UTC  (15+ messages)
` [PATCH v3 01/22] common: Drop uuid.h from common header
` [PATCH v3 02/22] flash: Tidy up coding style for flash functions
` [PATCH v3 03/22] common: Drop flash.h from common header
` [PATCH v3 04/22] arm: Don't include common.h in header files
` [PATCH v3 05/22] common: Drop net.h from common header
` [PATCH v3 06/22] part: Drop disk_partition_t typedef
` [PATCH v3 07/22] common: Drop part.h from common header

[PATCH v1 00/15] add basic driver support for broadcom NS3 soc
 2020-05-19 17:31 UTC  (4+ messages)

[PATCH] Remove CROSS_COMPILE default from arch/*/config.mk
 2020-05-19 16:47 UTC  (2+ messages)

[PATCH v4] dm: uclass: don't assign aliased seq numbers
 2020-05-19 16:47 UTC  (11+ messages)

[RFC PATCH v3 0/3] ARM: arbitrary virtual-physical mappings for RPi4 XHCI support
 2020-05-19 16:47 UTC  (7+ messages)
  ` [RFC PATCH v3 1/3] arm: provide a function for boards init code to modify MMU virtual-physical map
  ` [RFC PATCH v3 2/3] mmc: bcm283x: fix int to pointer cast
  ` [RFC PATCH v3 3/3] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit)

Warnings on Edison
 2020-05-19 16:47 UTC 

[PATCH v11 00/18] RISC-V SiFive FU540 support SPL
 2020-05-19 16:17 UTC  (22+ messages)
` [PATCH v11 01/18] misc: add driver for the SiFive otp controller
` [PATCH v11 02/18] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v11 03/18] riscv: Add _image_binary_end for SPL
` [PATCH v11 04/18] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v11 05/18] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v11 06/18] sifive: fu540: add ddr driver
` [PATCH v11 07/18] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v11 08/18] riscv: sifive: dts: fu540: add U-Boot dmc node
` [PATCH v11 09/18] clk: sifive: fu540-prci: Add clock enable and disable ops
` [PATCH v11 10/18] clk: sifive: fu540-prci: Add ddr clock initialization
` [PATCH v11 11/18] clk: sifive: fu540-prci: Release ethernet clock reset
` [PATCH v11 12/18] riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
` [PATCH v11 13/18] riscv: cpu: fu540: Add support for cpu fu540
` [PATCH v11 14/18] riscv: sifive: fu540: add SPL configuration
` [PATCH v11 15/18] sifive: fu540: Add sample SD gpt partition layout
` [PATCH v11 16/18] sifive: fu540: Add U-Boot proper sector start
` [PATCH v11 17/18] configs: fu540: Add config options for U-Boot SPL
` [PATCH v11 18/18] doc: sifive: fu540: Add description for OpenSBI generic platform

[PATCH v10 00/18] RISC-V SiFive FU540 support SPL
 2020-05-19 16:11 UTC  (5+ messages)
` [PATCH v10 17/18] configs: fu540: Add config options for U-Boot SPL

[PATCH 1/1] efi_loader: add EFI_MEMORY_SP to memory attributes
 2020-05-19 15:41 UTC 

[PATCH v3 00/17] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-05-19 15:33 UTC  (14+ messages)
` [PATCH v3 10/17] mtd: spi-nor-core: Get command opcode extension type from BFPT
` [PATCH v3 14/17] mtd: spi-nor-core: Perform a Soft Reset on shutdown
` [PATCH v3 15/17] mtd: spi-nor-core: Perform a Soft Reset on boot

[PATCH 1/7] amlogic: Remove ARCH= references from documentation
 2020-05-19 15:28 UTC  (10+ messages)
` [PATCH 2/7] imx: "
` [PATCH 3/7] powerpc: "
` [PATCH 4/7] rockchip: "
` [PATCH 5/7] arm: ti: "
` [PATCH 6/7] m68k: "
` [PATCH 7/7] fu540: "

[PATCH] rockchip: rk3328: rock64 - fix gen3 SPL hang
 2020-05-19 14:30 UTC  (6+ messages)

[PATCH 01/10] kconfiglib: Update to the 14.1.0 release
 2020-05-19 14:18 UTC  (7+ messages)
` [PATCH 02/10] kconfig: Add scripts/Kconfig.include from v4.19

[PATCH] cbfs: drop file_cbfs_result declaration
 2020-05-19 14:17 UTC  (4+ messages)

[PATCH] x86: coreboot: add SMBIOS cbmem entry parsing
 2020-05-19 14:16 UTC  (3+ messages)

[PATCH 00/13] x86: cbfs: Various clean-ups to CBFS implementation
 2020-05-19 14:04 UTC  (13+ messages)
` [PATCH 01/13] cbfs: Rename the result variable
` [PATCH 02/13] cbfs: Use ulong consistently
` [PATCH 03/13] cbfs: Use bool type for whether initialised
` [PATCH 04/13] cbfs: Adjust return value of file_cbfs_next_file()
` [PATCH 05/13] cbfs: Adjust file_cbfs_load_header() to use cbfs_priv
` [PATCH 06/13] cbfs: Adjust cbfs_load_header_ptr() "

[PATCH V2 1/5] libfdt: Export overlay_apply_node() as fdt_overlay_apply_node()
 2020-05-19 13:58 UTC  (9+ messages)
` [PATCH V2 2/5] fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup()
` [PATCH V2 3/5] ARM: dts: rmobile: Reserve space in R-Car Gen3 DTs
` [PATCH V2 4/5] ARM: rmobile: Merge prior-stage firmware DT fragment into U-Boot DT on Gen3
` [PATCH V2 5/5] ARM: rmobile: Enable support for OpTee "

[PATCH v2 00/35] dm: Add programmatic generation of ACPI tables (part B)
 2020-05-19 13:14 UTC  (15+ messages)
` [PATCH v2 04/35] irq: Add a method to convert an interrupt to ACPI
  ` Antwort: "
      ` Antwort: "
` [PATCH v2 08/35] acpi: Support string output
  ` Antwort: "
` [PATCH v2 09/35] acpi: Support generation of GPIO descriptor
` [PATCH v2 10/35] acpi: Support generation of a GPIO/irq for a device
  ` Antwort: "
` [PATCH v2 11/35] acpi: Support generation of I2C descriptor
  ` Antwort: "
` [PATCH v2 13/35] acpigen: Support writing a length
  ` Antwort: "

[PATCH v1] i2c: octeon_i2c: Add I2C controller driver for Octeon
 2020-05-19 12:32 UTC  (3+ messages)

U-Boot DM device tree and Linux device tree - what are the differences and why?
 2020-05-19 12:23 UTC  (3+ messages)

Issue with 'ubi part' ubi_io_read: error -74 (ECC error)
 2020-05-19 12:06 UTC  (3+ messages)

Patch for CVE-2018-18440 and CVE-2018-18439
 2020-05-19 12:02 UTC 

[PATCH 0/4] arm: imx6q: pcm058: Convert support to use DM with DTs
 2020-05-19 12:01 UTC  (5+ messages)
` [PATCH 1/4] dts-bindings: regulator: Add dlg,da9063-regulator
` [PATCH 2/4] arm: dts: imx6q: Add Linux dts files for Phytec Mira
` [PATCH 3/4] arm: imx6q: pcm058: change MAINTAINER
` [PATCH 4/4] arm: imx6q: pcm058: Convert pcm058 to use DM with DTs

[PATCH 1/2] cpu: imx8: fix type and rate detection
 2020-05-19 11:57 UTC  (15+ messages)
` [PATCH 2/2] thermal: imx_scu_thermal: fix getting DT alert property value

[PATCH] efi_loader: Remove unnecessary debug
 2020-05-19 10:24 UTC  (2+ messages)

add commands to uboot
 2020-05-19  9:31 UTC 

[PATCH] arm: mach-k3: Enable dcache in SPL
 2020-05-19  9:07 UTC  (5+ messages)

[PATCH] mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is ready
 2020-05-19  7:37 UTC  (3+ messages)

TI boards vs. distro boot
 2020-05-19  7:35 UTC 

[PATCH v7 0/8] Cortina Access Drivers Package 2
 2020-05-19  5:46 UTC  (5+ messages)
` [PATCH v7 3/8] i2c: i2c-cortina: added CAxxxx I2C support
` [PATCH v7 4/8] board: presidio-asic: Add "

[PATCH v4 0/3] Move FSP configuration to devicetree
 2020-05-19  5:31 UTC  (5+ messages)
` [PATCH v4 1/3] arch: x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled
` [PATCH v4 2/3] arch: x86: apl: Use devicetree for FSP-M configuration
` [PATCH v4 3/3] arch: x86: apl: Use devicetree for FSP-S configuration

TPM 2.0
 2020-05-19  5:09 UTC 

[PATCH] net: tftp: fix option validation as per RFCs
 2020-05-19  4:35 UTC 

[PATCH] bdinfo: Show information about fdt blob via bdinfo
 2020-05-19  4:04 UTC  (6+ messages)

[v2, 1/2] mmc: fsl_esdhc: read register once for card inserted status
 2020-05-19  3:13 UTC  (4+ messages)
` [v2, 2/2] mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issue

[PATCH 0/4] bootefi fixes for aarch64/layerscape
 2020-05-18 19:23 UTC  (8+ messages)
` [PATCH 4/4] efi_loader: call smp_kick_all_cpus()

[PATCH] kconfig: show compiler version text in the top comment
 2020-05-18 18:48 UTC 

[PATCH v4 0/5] TI Ethernet PHY changes
 2020-05-18 18:20 UTC  (2+ messages)

U-Boot custodian workflow
 2020-05-18 18:05 UTC  (2+ messages)

[PATCH 0/4] Various build dependency fixes
 2020-05-18 17:34 UTC  (6+ messages)
` [PATCH 4/4] kbuild: arm: Fix duplicate builds of dtbs

[PATCH v2 0/4] mx6cuboxi: enable support for OF_CONTROL and DM in SPL
 2020-05-18 17:25 UTC  (12+ messages)
` [PATCH v2 2/4] mx6cuboxi: customize board_boot_order to access eMMC

[PATCH 0/8] qemu: arm64: Add support for uefi firmware management protocol routines
 2020-05-18 17:14 UTC  (17+ messages)
` [PATCH 1/8] semihosting: Change semihosting file operation functions into global symbols
` [PATCH 2/8] semihosting: Add support for writing to a file
` [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

[PATCH v3 1/4] lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY
 2020-05-18 16:12 UTC  (6+ messages)
` [PATCH v3 2/4] lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()
  ` [PATCH v3.1 "
` [PATCH v3 3/4] spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATURE
` [PATCH v3 4/4] spl: fit: select SPL_CRYPTO_SUPPORT "

u-boot DT configuration node
 2020-05-18 16:05 UTC  (9+ messages)

[PATCH 01/15] net: pcnet: Drop typedef struct pcnet_priv_t
 2020-05-18 16:03 UTC  (5+ messages)
` [PATCH 15/15] net: pcnet: Add Kconfig entries

[PATCH 0/5] sf: Cleanup
 2020-05-18 15:41 UTC  (7+ messages)
` [PATCH 3/5] env: sf: Preserve and free the previous flash

Pull request for UEFI sub-system for efi-2020-07-rc3
 2020-05-18 15:04 UTC  (2+ messages)

[PATCH] Azure: Add 'tools-only' build for macOS X hosts
 2020-05-18 12:52 UTC  (3+ messages)

[PATCH v2] ARM: dts: sama5d2: Add uart4 definition
 2020-05-18 12:02 UTC  (2+ messages)

[PATCH v3 0/3] boards: ls2080aqds: transition to CONFIG_DM_ETH
 2020-05-18 11:48 UTC  (4+ messages)
` [PATCH v3 1/3] board: ls2080aqds: transition to DM_ETH
` [PATCH v3 2/3] arm: dts: ls2080aqds: add CONFIG_MULTI_DTB_FIT support
` [PATCH v3 3/3] configs: ls2080aqds_tfa_defconfig: enable DM_ETH and related

[PATCH v2 0/3] boards: ls2080aqds: transition to CONFIG_DM_ETH
 2020-05-18  9:45 UTC  (4+ messages)
` [PATCH v2 1/3] board: ls2080aqds: transition to DM_ETH

[PATCH] arm64: xilinx: Print fpga error value in hex
 2020-05-18  8:59 UTC 

[PATCH] spi: zynq_[q]spi: Convert config's to macro's
 2020-05-18  8:21 UTC 

[PATCH v3] net: tftp: Add client support for RFC 7440
 2020-05-18  8:03 UTC 

[PATCH v2] net: tftp: Add client support for RFC 7440
 2020-05-18  7:53 UTC  (3+ messages)

[PATCH] mmc: bcm283x: fix int to pointer cast
 2020-05-18  7:24 UTC  (4+ messages)

[PATCH v2] efi_loader: round the memory area in efi_add_memory_map()
 2020-05-18  6:21 UTC  (2+ messages)

[PATCH] mpc83xx, abb: remove suvd3 board
 2020-05-18  4:26 UTC  (3+ messages)

[PATCH 1/5] libfdt: Export overlay_apply_node() as fdt_overlay_apply_node()
 2020-05-18  3:17 UTC  (4+ messages)

[PATCH v3 0/3] Move FSP configuration to devicetree
 2020-05-18  3:17 UTC  (7+ messages)
` [PATCH v3 1/3] arch: x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled
` [PATCH v3 2/3] arch: x86: apl: Use devicetree for FSP-M configuration
` [PATCH v3 3/3] arch: x86: apl: Use devicetree for FSP-S configuration

[PATCH 0/3] x86: Correct SPI memory-mapping query
 2020-05-18  3:00 UTC  (4+ messages)
` [PATCH 1/3] x86: spi: Add a way to access the SPI mapping via registers
` [PATCH 2/3] x86: spi: Rewrite logic for obtaining the SPI memory map
` [PATCH 3/3] x86: spl: Print the error on SPL failure

[PATCH 00/10] efi_loader: add capsule update support
 2020-05-18  1:43 UTC  (9+ messages)
` [PATCH 02/10] efi_loader: add option to initialise EFI subsystem early
` [PATCH 03/10] efi_loader: define UpdateCapsule api

[PATCH 0/2] test/py: fix test_efi_secboot/conftest.py
 2020-05-18  0:47 UTC  (4+ messages)
` [PATCH 1/2] test/py: efi_secboot should not assume sbin is in the path

[PATCH 0/7 v4] EFI variable support via OP-TEE
 2020-05-17 19:25 UTC  (3+ messages)
` [PATCH 6/7 v4] configs: lx2160a: Add default config for lx2160a using StMM in OP-TEE
` [PATCH 7/7 v4] dts: nxp2160ardb: add op-tee node


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