public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-19 08:47:34 to 2020-05-20 03:07:25 UTC [more...]

[RFC 0/6] improve OF_PLATDATA support
 2020-05-20  3:07 UTC  (14+ messages)
` [RFC 1/6] dtoc: add support to scan drivers
` [RFC 2/6] core: extend struct driver_info to point to device
` [RFC 3/6] dtoc: extend dtoc to use struct driver_info when linking nodes
` [RFC 4/6] dtoc: update tests to match new platdata
` [RFC 5/6] dtoc: update dtb_platdata to support cd-gpios
` [RFC 6/6] dtoc add test for cd-gpios

[PATCH 01/10] kconfiglib: Update to the 14.1.0 release
 2020-05-20  3:07 UTC  (9+ messages)
` [PATCH 02/10] kconfig: Add scripts/Kconfig.include from v4.19
` [PATCH 05/10] x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE

[PATCH v3 0/7] Arm Juno board OF_CONTROL upgrade
 2020-05-20  3:07 UTC  (5+ messages)
` [PATCH v3 2/7] uart: pl011: Add proper DM clock support

U-CLASS SPI Bus and Devices
 2020-05-20  3:07 UTC  (4+ messages)

[PATCH v5 0/3] gpio: add possibility to search for gpio label name
 2020-05-20  3:06 UTC  (7+ messages)
` [PATCH v5 1/3] gpio-uclass.c: save the GPIOD flags also in the gpio descriptor
` [PATCH v5 2/3] sandbox, test: add test for GPIO_HOG function
` [PATCH v5 3/3] gpio: search for gpio label if gpio is not found through bank name

[PATCH] ARM: add psci_arch_init() declaration for CONFIG_ARMV7_PSCI
 2020-05-20  2:43 UTC 

[PATCH 1/2] cpu: imx8: fix type and rate detection
 2020-05-20  2:17 UTC  (18+ messages)
` [PATCH 2/2] thermal: imx_scu_thermal: fix getting DT alert property value
  ` [PATCH] cpu: imx8: use intended cpu-thermal device when getting temp value

[PATCH v1 0/3] add optee support for broadcom NS3 soc
 2020-05-20  2:15 UTC  (3+ messages)
` [PATCH v1 1/3] board: ns3: add optee based bnxt fw load driver

[PATCH v1 00/15] add basic driver support for broadcom NS3 soc
 2020-05-20  2:04 UTC  (6+ messages)

[PING][PATCH] Optionally: Set the serial# environment variable on the i.MX7
 2020-05-20  1:58 UTC  (3+ messages)

[PATCH v1 0/3] add FIT image support for broadcom NS3 soc
 2020-05-20  1:55 UTC  (3+ messages)
` [PATCH v1 2/3] board: ns3: add FIT image its file

[PATCH v2] patman: Avoid circular dependency between command and tools
 2020-05-20  0:53 UTC 

patman: ImportError
 2020-05-20  0:52 UTC  (4+ messages)

[PATCH] psci: add 'static inline' to invoke_psci_fn() stub
 2020-05-20  0:32 UTC 

PINE64 Rock64 - How to get SPI driver working
 2020-05-19 23:41 UTC 

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

[PATCH 00/26] x86: video: Speed up the framebuffer
 2020-05-19 23:10 UTC  (27+ messages)
` [PATCH 01/26] x86: fsp: Reinit the FPU after FSP meminit
` [PATCH 02/26] console: Add a way to output to serial only
` [PATCH 03/26] video: Show an error when a vidconsole function fails
` [PATCH 04/26] sandbox: video: Allow selection of rotated console
` [PATCH 05/26] video: Split out expression parts into variables
` [PATCH 06/26] video: Adjust rotated console to start at right edge
` [PATCH 07/26] video: Drop unnecessary #ifdef around vid_console_color()
` [PATCH 08/26] video: Add a comment for struct video_uc_platdata
` [PATCH 09/26] video: Add support for copying to a hardware framebuffer
` [PATCH 10/26] video: Set up the copy framebuffer when enabled
` [PATCH 11/26] video: Clear the copy framebuffer when clearing the screen
` [PATCH 12/26] video: Add helpers for vidconsole for the copy framebuffer
` [PATCH 13/26] video: Update normal console to support copy buffer
` [PATCH 14/26] video: Update truetype "
` [PATCH 15/26] video: Update rotated "
` [PATCH 16/26] video: Update the copy framebuffer when writing bitmaps
` [PATCH 17/26] video: Add comments to struct sandbox_sdl_plat
` [PATCH 18/26] video: sandbox: Add support for the copy framebuffer
` [PATCH 19/26] video: pci: Set up "
` [PATCH 20/26] x86: fsp: video: Allocate a frame buffer when needed
` [PATCH 21/26] video: Correctly handle multiple framebuffers
` [PATCH 22/26] x86: video: Support copy framebuffer with probed devices
` [PATCH 23/26] x86: chromebook_samus: Enable the copy framebuffer
` [PATCH 24/26] x86: chromebook_link: "
` [PATCH 25/26] x86: minnowmax: "
` [PATCH 26/26] x86: minnowmax: Drop screen resolution to 1024x768

[PATCH] mtd: spi-nor-core: call WATCHDOG_RESET() in spi_nor_ready()
 2020-05-19 22:12 UTC  (3+ messages)
` [PATCH v2 1/2] spi: call WATCHDOG_RESET() in spi_nor_wait_till_ready_with_timeout()

[PATCH 0/6] rtc: add rtc_{read,write}8_array and rtc command
 2020-05-19 22:01 UTC  (12+ messages)
` [PATCH v2 00/10] new rtc methods, rtc command, and tests
  ` [PATCH v2 01/10] rtc: add rtc_read helper and ->read method
  ` [PATCH v2 02/10] rtc: add rtc_write() helper
  ` [PATCH v2 03/10] rtc: fall back to ->{read, write} if ->{read, write}8 are not provided
  ` [PATCH v2 04/10] rtc: pcf2127: provide ->read method
  ` [PATCH v2 05/10] rtc: pcf2127: provide ->write method
  ` [PATCH v2 06/10] rtc: add rtc command
  ` [PATCH v2 07/10] rtc: sandbox-rtc: fix set method
  ` [PATCH v2 08/10] rtc: i2c_rtc_emul: catch any write to the "reset" register
  ` [PATCH v2 09/10] test: dm: rtc: add test of rtc_read, rtc_write
  ` [PATCH v2 10/10] test: dm: rtc: add tests of rtc shell command

[PATCH] doc: rockchip: Update documentation with Rock Pi 4
 2020-05-19 21:06 UTC  (5+ messages)

[PATCH v2 5/5] mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef
 2020-05-19 19:33 UTC  (2+ messages)

[PATCH 0/5] sf: Cleanup
 2020-05-19 19:32 UTC  (8+ messages)
` [PATCH 1/5] mtd: spi: Call sst_write in _write ops
` [PATCH 2/5] cmd: sf Drop reassignment of new into flash
` [PATCH 4/5] mtd: sf: Drop plat from sf_probe

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

[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 v11 00/18] RISC-V SiFive FU540 support SPL
 2020-05-19 18:56 UTC  (31+ 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 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 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 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  (11+ messages)
` [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] 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  (9+ messages)
` [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  (2+ 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] 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)


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