public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-07-14 06:09:23 to 2020-07-16 00:45:30 UTC [more...]

[PATCH] test: use virt-make-fs to build image
 2020-07-16  0:45 UTC  (6+ messages)

[PATCH v3 00/17] efi_loader: add capsule update support
 2020-07-16  0:43 UTC  (18+ messages)
` [PATCH v3 02/17] dfu: add a hidden reverse-dependency on UPDATE_TFTP
` [PATCH v3 03/17] dfu: rename dfu_tftp_write() to dfu_write_by_name()
` [PATCH v3 04/17] common: update: add a generic interface for FIT image
` [PATCH v3 05/17] dfu: export dfu_list
` [PATCH v3 06/17] efi_loader: add option to initialise EFI subsystem early

[PATCH 0/4] Add support for the SquashFS filesystem
 2020-07-15 21:56 UTC  (15+ messages)
` [PATCH 1/4] fs/squashfs: new filesystem
` [PATCH 3/4] fs/squashfs: add sources for zlib decompression
` [PATCH 0/3] squashfs fixes
  ` [PATCH 1/3] cmd/sqfs.c, include/fs.h: fix build failures, don't expose do_sqfs_*() functions globally
  ` [PATCH 2/3] fs/squashfs: use "struct disk_partition" instead of "disk_partition_t"
  ` [PATCH 3/3] fs/squashfs: do not use CMD_RET_* defines in the filesystem code
` [PATCH] fs/squashfs/sqfs.c: use sqfs_read_sblk() in sqfs_probe()

[PATCHv2 00/13] powerpc: covert p1010, p1020 and p2020 RDB board to DM_ETH
 2020-07-15 21:22 UTC  (3+ messages)

[PATCH] arm: mach-k3: Clean non-coherent lines out of L3 cache
 2020-07-15 21:02 UTC 

[v2] test: Have test_fs work with non-functional guestmount tools
 2020-07-15 19:51 UTC  (2+ messages)

[PATCH v2 01/14] Kconfig: Introduce CONFIG_SYS_HAS_SRAM
 2020-07-15 19:29 UTC  (19+ messages)
` [PATCH v2 02/14] Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig
` [PATCH v2 03/14] Kconfig: Convert CONFIG_SYS_SRAM_SIZE "
` [PATCH v2 04/14] Kconfig: Remove CONFIG_SYS_SRAM_START
` [PATCH v2 06/14] board_f: m68k: Factor out m68k-specific bdinfo setup
` [PATCH v2 07/14] board_f: ppc: Factor out ppc-specific "
` [PATCH v2 08/14] board_f: sh: Factor out sh-specific "
` [PATCH v2 09/14] board_f: mips: Factor out mips-specific "
` [PATCH v2 13/14] blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC

[PATCH v3 00/49] rockchip: x86: Support building ROM files automatically with binman
 2020-07-15 19:14 UTC  (5+ messages)
` [PATCH v3 29/49] rockchip: Enable building a SPI ROM image on bob

uboot-test-hooks: dfu-util
 2020-07-15 18:14 UTC  (4+ messages)

[PATCH v1 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details
 2020-07-15 17:53 UTC  (2+ messages)

[PATCH for v2020.10 1/1] cmd: drop fitupd command
 2020-07-15 17:45 UTC  (3+ messages)

[PATCH 1/1] efi_loader: pre-seed UEFI variables
 2020-07-15 17:42 UTC 

[PATCH v5 0/2] add optee support for broadcom NS3 soc
 2020-07-15 17:27 UTC  (3+ messages)
` [PATCH v5 1/2] drivers: tee: broadcom: add optee based bnxt fw load driver
` [PATCH v5 2/2] configs: ns3: enable tee and optee driver

[PATCH v4 0/3] add FIT image support for broadcom NS3 soc
 2020-07-15 17:25 UTC  (4+ messages)
` [PATCH v4 1/3] configs: ns3: enable FIT config
` [PATCH v4 2/3] board: ns3: add FIT image its file
` [PATCH v4 3/3] board: ns3: add development keys used in FIT

[PATCH v5 0/7] add basic driver support for broadcom NS3 soc
 2020-07-15 17:23 UTC  (8+ messages)
` [PATCH v5 1/7] configs: ns3: enable pinctrl driver
` [PATCH v5 2/7] dt-bindings: pinctrl: add ns3 pads definition
` [PATCH v5 3/7] configs: ns3: enable BCM IPROC mmc driver
` [PATCH v5 4/7] configs: ns3: enable mmc commands
` [PATCH v5 5/7] configs: ns3: enable gpt commands
` [PATCH v5 6/7] configs: ns3: enable EXT4 and FAT fs support
` [PATCH v5 7/7] configs: ns3: enable sp805 watchdog driver

[PATCH 1/1] efi_loader: simplify 'printenv -e'
 2020-07-15 17:23 UTC 

[PATCH v5 00/15] add initial support for broadcom NS3 soc
 2020-07-15 17:19 UTC  (16+ messages)
` [PATCH v5 01/15] board: ns3: add support for Broadcom Northstar 3
` [PATCH v5 02/15] arm: cpu: armv8: add L3 memory flush support
` [PATCH v5 03/15] configs: ns3: enable clock subsystem
` [PATCH v5 04/15] dt-bindings: memory: ns3: add memory definitions
` [PATCH v5 05/15] board: ns3: add api to save boot parameters passed from BL31
` [PATCH v5 06/15] board: ns3: default reset type to L3
` [PATCH v5 07/15] board: ns3: program GIC LPI tables
` [PATCH v5 08/15] configs: ns3: enable GIC_V3 ITS
` [PATCH v5 09/15] dt-bindings: memory: ns3: add ddr memory definition
` [PATCH v5 10/15] board: ns3: define ddr memory layout
` [PATCH v5 11/15] board: ns3: limit U-boot relocation within 16MB memory
` [PATCH v5 12/15] include/configs: ns3: add env variables for Linux boot
` [PATCH v5 13/15] include/configs: ns3: add support for flashing images
` [PATCH v5 14/15] doc: add README doc for bcmns3 platform
` [PATCH v5 15/15] MAINTAINERS: update maintainers for broadcom ns3 platform

[PATCH v4 00/15] add initial support for broadcom NS3 soc
 2020-07-15 15:19 UTC  (11+ messages)
` [PATCH v4 02/15] arm: cpu: armv8: add L3 memory flush support
` [PATCH v4 06/15] board: ns3: default reset type to L3
` [PATCH v4 07/15] board: ns3: program GIC LPI tables
` [PATCH v4 14/15] doc: add README doc for bcmns3 platform

[RFC] dfu: remove UPDATE_TFTP
 2020-07-15 14:48 UTC  (7+ messages)

[PATCH] Fix corner case in bad block table handling
 2020-07-15 14:46 UTC 

[PATCH 0/6] Improve USB Keyboard support for all rpi boards
 2020-07-15 13:51 UTC  (7+ messages)
` [PATCH 1/6] xhci: Add polling support for USB keyboards
` [PATCH 2/6] usb_kbd: succeed even if no interrupt is pending
` [PATCH 3/6] common/usb.c: Work around keyboard reporting "USB device not accepting new address"
` [PATCH 4/6] xhci-ring.c: Add the poll_pend state to properly abort transactions
` [PATCH 5/6] xhci-ring: Fix crash when issuing "usb reset"
` [PATCH 6/6] usb.c: Add a retry in the usb_prepare_device()

[PATCH 1/2] xilinx: Align dfu ram with booti command
 2020-07-15 13:51 UTC  (2+ messages)
` [PATCH 2/2] xilinx: zynqmp: Enable DFU tftp support

[PATCH] doc: fit: Write hex address as hex instead of int
 2020-07-15 13:10 UTC 

[PATCH 1/2] fdt_support: call mtdparts_init() after finding MTD node to fix up
 2020-07-15 10:56 UTC  (2+ messages)
` [PATCH 2/2] fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()

[RFC PATCH 0/3] DM_MDIO for fsl_tsec driver
 2020-07-15 10:37 UTC  (4+ messages)
` [RFC PATCH 3/3] net: tsec: convert fsl_pq_mdio to DM_MDIO

[PATCH] fdt_support: add static to fdt_node_set_part_info()
 2020-07-15 10:35 UTC 

[PATCH v2 00/14] toradex: imx: fixes and updates for v2020.10
 2020-07-15 10:31 UTC  (15+ messages)
` [PATCH v2 01/14] imx: mx7: fix DDRC size in A7-M4 mapping table
` [PATCH v2 02/14] toradex: tdx-cfg-block: add EEPROM read/store wrappers
` [PATCH v2 03/14] toradex: tdx-cfg-block: add carrier boards and display adapters
` [PATCH v2 04/14] toradex: tdx-cfg-block: add support for EEPROM
` [PATCH v2 05/14] toradex: tdx-cfg-clock: add migration routine from PID8
` [PATCH v2 06/14] toradex: tdx-cfg-block: add carrier board info printing
` [PATCH v2 07/14] ARM: dts: imx8mm-verdin: eeprom nodes adjustments
` [PATCH v2 08/14] verdin-imx8mm: add EEPROM support for carrier board
` [PATCH v2 09/14] ARM: dts: imx6ull-colibri: move u-boot specific node
` [PATCH v2 10/14] toradex: common: show boot logo
` [PATCH v2 11/14] ARM: dts: imx7-colibri: multiple node updates
` [PATCH v2 12/14] colibri-imx6ull: show boot logo
` [PATCH v2 13/14] colibri-imx6ull: fix splash screen logo drawing
` [PATCH v2 14/14] colibri-imx7: fix splash "

[PATCH v5 0/6] riscv: sifive/fu540: SPI boot
 2020-07-15 10:09 UTC  (7+ messages)
` [PATCH v5 1/6] sifive: fu540: Add runtime boot mode detection
` [PATCH v5 2/6] sifive: fu540: Add Booting from SPI
` [PATCH v5 3/6] env: Enable SPI flash env for SiFive FU540
` [PATCH v5 4/6] sifive: fu540: Mark the default env as SPI flash
` [PATCH v5 5/6] sifive: fu540: Add boot flash script offset, size
` [PATCH v5 6/6] sifive: fu540: Enable SF distro bootcmd

[RFC PATCH 00/16] RFC: patman: Collect review tags and comments from Patchwork
 2020-07-15  9:10 UTC  (2+ messages)

rockchip RK3399 emmc booting
 2020-07-15  8:42 UTC  (2+ messages)

Using gerrit or github for review?
 2020-07-15  6:39 UTC  (12+ messages)

[PATCH] serial: Fix SIFIVE debug serial dependency
 2020-07-15  6:28 UTC  (6+ messages)

[PATCH v2 00/44] x86: Programmatic generation of ACPI tables (Part C)
 2020-07-15  1:05 UTC  (6+ messages)
` [PATCH v2 17/44] sound: Add an ACPI driver for Maxim MAX98357ac

[PATCH 1/7] dm: button: add an uclass for button
 2020-07-15  1:05 UTC  (14+ messages)
` [PATCH 2/7] dm: button: add a driver for button driven by gpio
` [PATCH 3/7] cmd: button: add a new 'button' command
` [PATCH 4/7] sandbox: dtsi: add buttons
` [PATCH 5/7] sandbox64: enable button
` [PATCH 6/7] sandbox: "
` [PATCH 7/7] test/py: add tests for the button commands

[PATCH v2 0/3] xilinx: Enable Versal allocation from low memory
 2020-07-15  1:05 UTC  (5+ messages)
` [PATCH v2 1/3] lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest()
` [PATCH v2 2/3] lib: fdt: Convert fdtdes_setup_mem..() to livetree API

[PATCH 0/3] lib: fdt: Remove two functions from fdtdec.c
 2020-07-15  1:05 UTC  (7+ messages)
` [PATCH 1/3] ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()
` [PATCH 2/3] Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"
` [PATCH 3/3] Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"

[PATCH v4 0/2] add optee support for broadcom NS3 soc
 2020-07-15  1:05 UTC  (3+ messages)
` [PATCH v4 1/2] drivers: tee: broadcom: add optee based bnxt fw load driver

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

[PATCH v2] serial: Fix SIFIVE debug serial dependency
 2020-07-15  1:05 UTC  (2+ messages)

[PATCH] rockchip: sdram: fix dram_init_banksize
 2020-07-14 23:03 UTC 

[PATCH v2 1/1] Dockerfile: provide kernel for libguestfs-tools
 2020-07-14 22:10 UTC  (4+ messages)

[PATCH v2 1/1] efi_loader: update secure state
 2020-07-14 20:34 UTC  (2+ messages)

[PATCH 1/1] efi_loader: configuration of variables store
 2020-07-14 20:06 UTC  (2+ messages)

Pinebook Pro keyboard (RK3399 OHCI)?
 2020-07-14 17:18 UTC  (9+ messages)

[PATCH] memsize: Make get_ram_size() work with arbitary RAM size
 2020-07-14 16:09 UTC  (6+ messages)

[GIT PULL] TI changes for v2020.10-rc1
 2020-07-14 15:42 UTC  (2+ messages)

[PATCH 1/2] patman: Make sure sendemail.suppresscc is (un)set correctly
 2020-07-14 13:32 UTC  (4+ messages)
` [PATCH 2/2] patman: When no tracking branch is provided, tell the user

[PATCH v1 00/43] x86: Programmatic generation of ACPI tables (Part C)
 2020-07-14 13:31 UTC  (13+ messages)
` [PATCH v1 07/43] dm: acpi: Add support for the NHLT table

Pull request for UEFI sub-system for efi-2020-10-rc1 (3)
 2020-07-14 12:51 UTC  (2+ messages)

[PATCH v1 0/4] Agilex's clock driver updates and fixes
 2020-07-14 11:53 UTC  (6+ messages)
` [PATCH v1 3/4] clk: agilex: Handle clock configuration differently in SPL and U-Boot proper
` [PATCH v1 4/4] clk: agilex: Additional membus writes for HPS PLL

[PATCH 1/1] efi_loader: update secure state
 2020-07-14 11:17 UTC  (3+ messages)

[PATCH 1/1] doc: provide links to Microsoft UEFI certificates
 2020-07-14 10:55 UTC 

[PATCH 1/1] efi_loader: restructure code for TEE variables
 2020-07-14 10:05 UTC 

[PATCH] arm: socfpga: soc64: Initialize timer in SPL only
 2020-07-14 10:00 UTC  (2+ messages)

[PATCH] arm: socfpga: soc64: Remove PHY interface setup from misc arch init
 2020-07-14 10:00 UTC  (2+ messages)

[GIT PULL] please pull NXP i.MX
 2020-07-14  9:47 UTC  (2+ messages)

[PATCH v5 0/5] roc-rk3399-pc: Custom SPL
 2020-07-14  9:32 UTC  (6+ messages)
` [PATCH v5 1/5] roc-rk3399-pc: Move leds setup in SPL
` [PATCH v5 2/5] rockchip: Don't clear the reset status reg
` [PATCH v5 3/5] rockchip: Separate the reset cause from display cpuinfo
` [PATCH v5 4/5] rockchip: spl: Move board_early_init_f after cpu timer
` [PATCH v5 5/5] roc-rk3399-pc: Set LED only during POR and pwr_key=y

[GIT PULL] please pull mmc-7-24-2020
 2020-07-14  8:00 UTC 

[PATCH] mmc: Parse new binding for eMMC fixed driver type
 2020-07-14  7:51 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