public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-18 15:41:07 to 2020-05-19 19:25:57 UTC [more...]

[PATCH v4] net: tftp: Add client support for RFC 7440
 2020-05-19 19:25 UTC 

[PATCH 0/5] sf: Cleanup
 2020-05-19 19:25 UTC  (11+ messages)
` [PATCH 1/5] mtd: spi: Call sst_write in _write ops
` [PATCH 2/5] cmd: sf Drop reassignment of new into flash
` [PATCH 3/5] env: sf: Preserve and free the previous flash

[PATCH v2 0/9] riscv: sifive/fu540: Booting from SPI
 2020-05-19 19:23 UTC  (10+ messages)
` [PATCH v2 1/9] spl: Try to get SPL boot device via board_get_int
` [PATCH v2 2/9] dt-bindings: board: Document sifive,fu540-modeselect
` [PATCH v2 3/9] riscv: dts: fu540-c000-u-boot: Add sifive, fu540-modeselect
` [PATCH v2 4/9] drivers: Add fu540 board driver
` [PATCH v2 5/9] sifive: fu540: Add Booting from SPI
` [PATCH v2 6/9] env: Enable SPI flash env for SiFive FU540
` [PATCH v2 7/9] sifive: fu540: Mark the default env as SPI flash
` [PATCH v2 8/9] sifive: fu540: Add boot flash script offset, size
` [PATCH v2 9/9] sifive: fu540: Enable SF distro bootcmd

[PATCH] doc: rockchip: Update documentation with Rock Pi 4
 2020-05-19 18:57 UTC  (2+ messages)

[PATCH v11 00/18] RISC-V SiFive FU540 support SPL
 2020-05-19 18:56 UTC  (35+ 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 1/7] amlogic: Remove ARCH= references from documentation
 2020-05-19 18:39 UTC  (11+ 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 v3 0/4] mx6cuboxi: enable support for OF_CONTROL and DM in SPL
 2020-05-19 18:24 UTC  (5+ messages)
` [PATCH v3 1/4] mx6cuboxi: enable MMC and eMMC in DT for SPL
` [PATCH v3 2/4] mx6cuboxi: customize board_boot_order to access eMMC
` [PATCH v3 3/4] mx6cuboxi: enable OF_CONTROL and DM in SPL
` [PATCH v3 4/4] mx6cuboxi: remove unused code

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

[PATCH v3 00/22] common: Further reduce the size of common.h
 2020-05-19 17:34 UTC  (45+ 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 v3 08/22] bootstage: Use BOOTSTAGE instead of BOOTSTATE
` [PATCH v3 09/22] common: Drop bootstage.h from common header
` [PATCH v3 10/22] common: Drop image.h "
` [PATCH v3 11/22] common: Drop init.h "
` [PATCH v3 12/22] command: Remove the cmd_tbl_t typedef
` [PATCH v3 13/22] Fix some checkpatch warnings in calls to debug()
` [PATCH v3 14/22] common: Drop log.h from common header
` [PATCH v3 15/22] common: Drop asm/ptrace.h "
` [PATCH v3 16/22] common: Drop asm_offsets.h "
` [PATCH v3 17/22] common: Drop linux/bug.h "
` [PATCH v3 18/22] common: Drop linux/stringify.h "
` [PATCH v3 19/22] Fix some checkpatch warnings in calls to udelay()
` [PATCH v3 20/22] common: Drop linux/delay.h from common header
` [PATCH v3 21/22] Use __ASSEMBLY__ as the assembly macros
` [PATCH v3 22/22] common: Drop linux/bitops.h from common header

[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  (5+ messages)
  ` [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 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] 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  (11+ messages)
` [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  (2+ messages)

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


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