public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-11-16 21:47:23 to 2020-11-19 00:51:33 UTC [more...]

[PATCH v8 00/18] efi_loader: add capsule update support
 2020-11-19  0:51 UTC  (19+ messages)
            ` [BUG] Hang shortly after loading FDT when booting on RK3399

[PATCH v2] common: update: fix an "unused" warning against update_flash()
 2020-11-19  0:37 UTC 

Porting U-Boot to a QCA9531 board?
 2020-11-18 18:41 UTC  (4+ messages)

[BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04
 2020-11-18 18:04 UTC  (10+ messages)

[PATCH v3 0/3] tools/sunxi: Use mkimage for SPL generation
 2020-11-18 17:32 UTC  (4+ messages)
` [PATCH v3 1/3] sunxi: Factor out eGON BROM header description
` [PATCH v3 2/3] tools: mkimage: Add Allwinner eGON support
` [PATCH v3 3/3] sunxi: Use mkimage for SPL boot image generation

[RESEND PATCH] fdt: Use phandle to distinguish DT nodes with same name
 2020-11-18 16:55 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH v2 0/9] spl: atf: add support for LOAD_IMAGE_V2
 2020-11-18 16:46 UTC  (10+ messages)
` [PATCH v2 1/9] treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT
` [PATCH v2 2/9] spl: atf: move storage for bl31_params into function
` [PATCH v2 3/9] spl: atf: provide a bl2_plat_get_bl31_params_default()
` [PATCH v2 4/9] spl: atf: remove helper structure from common header
` [PATCH v2 5/9] spl: atf: add support for LOAD_IMAGE_V2
` [PATCH v2 6/9] armv8: layerscape: don't initialize GIC in SPL
` [PATCH v2 7/9] board: sl28: remove u-boot from loadable DT node
` [PATCH v2 8/9] board: sl28: add ATF support (bl31)
` [PATCH v2 9/9] board: sl28: add OP-TEE Trusted OS support (bl32)

[PATCH] dfu: simplify the dependencies of DFU_TFTP
 2020-11-18 16:31 UTC  (2+ messages)

[PATCH] common: update: fix an "unused" warning against update_flash()
 2020-11-18 16:26 UTC  (2+ messages)

[PATCH 0/8] spl: atf: add support for LOAD_IMAGE_V2
 2020-11-18 16:11 UTC  (20+ messages)
` [PATCH 1/8] treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT
` [PATCH 2/8] spl: atf: move storage for bl31_params into function
` [PATCH 3/8] spl: atf: provide a bl2_plat_get_bl31_params_default()
` [PATCH 4/8] spl: atf: remove helper structure from common header
` [PATCH 5/8] spl: atf: add support for LOAD_IMAGE_V2
` [PATCH 6/8] armv8: layerscape: don't initialize GIC in SPL
` [PATCH 7/8] board: sl28: add ATF support (bl31)
` [PATCH 8/8] board: sl28: add OP-TEE Trusted OS support (bl32)

[PATCH 3/3] riscv: Complete efi header for RV32/64
 2020-11-18 15:47 UTC  (2+ messages)

[SPECIFICATION RFC] The firmware and bootloader log specification
 2020-11-18 15:01 UTC  (2+ messages)

[PATCH V3] dm: core: Add late driver remove option
 2020-11-18 14:53 UTC  (5+ messages)

[PATCH 0/5] allow default environment to be amended from dtb
 2020-11-18 14:37 UTC  (13+ messages)
` [PATCH 1/5] fdtdec: make fdtdec_get_config_string() return const char*
` [PATCH 2/5] fdtdec: introduce fdtdec_get_config_property
` [PATCH 4/5] env: allow default environment to be amended from control dtb

[PATCH 00/18] Minor board_f/board_r cleanups
 2020-11-18 14:37 UTC  (5+ messages)
` [PATCH 03/18] common: board_f: Move setup_machine code to setup_bdinfo

[PATCH] common/board_r: make sure to call initr_dm() before initr_trace()
 2020-11-18 14:37 UTC  (5+ messages)

[PATCH] dm: core: Fix incorrect flag check
 2020-11-18 14:37 UTC  (2+ messages)

[PATCH RFC 00/20] MIPS: Add support for JZ4730 and Skytone Alpha 400
 2020-11-18 13:56 UTC  (26+ messages)
` [PATCH RFC 01/20] config: Remove CONFIG_SYS_ID_EEPROM
` [PATCH RFC 02/20] mtd: Allow building nand_spl_simple w/o SPL_NAND_ECC
` [PATCH RFC 03/20] cmd/mac: Don't build unless CONFIG_CMD_MAC is enabled
` [PATCH RFC 04/20] mips: Don't access CP0_EBASE on JZ47XX
` [PATCH RFC 05/20] ns16550: Turn on the UME bit if on ARCH_JZ47XX
` [PATCH RFC 06/20] clk: Add driver for Ingenic JZ4730 CGU
` [PATCH RFC 07/20] timer-uclass: Tolerate failure to get clock rate in pre_probe
` [PATCH RFC 08/20] timer: Add Ingenic JZ4730 timer driver
` [PATCH RFC 09/20] mmc: Default to JZ47XX_MMC=y on ARCH_JZ47XX
` [PATCH RFC 10/20] mmc/jz_mmc: Add a JZ4740 compatible string
` [PATCH RFC 11/20] mmc/jz_mmc: Support wp-gpio/cd-gpio
` [PATCH RFC 12/20] pinctrl: Add Ingenic JZ4730 pin control and GPIO driver
` [PATCH RFC 13/20] nand: Use correct prototype of board_nand_init() with SPL_NAND_SIMPLE
` [PATCH RFC 14/20] nand/raw: Add Ingenic JZ4730 NAND flash driver
` [PATCH RFC 15/20] watchdog: Add Ingenic JZ4730 watchdog timer driver
` [PATCH RFC 16/20] net: Add Ingenic JZ4730 Ethernet driver
` [PATCH RFC 17/20] mips: dts: Add Ingenic JZ4730
` [PATCH RFC 18/20] mips/mach-jz47xx: Add Ingenic JZ4730 support
` [PATCH RFC 19/20] mips: dts: Add Skytone Alpha 400
` [PATCH RFC 20/20] board: "

[U-Boot] [PATCH v2 4/4] Correct return code from builtin_run_command_list()
 2020-11-18 12:46 UTC 

[U-Boot] [GIT PULL] fpga changes
 2020-11-18 12:45 UTC 

[U-Boot] [PATCH 0/2] kbuild - trivial fixes
 2020-11-18 12:42 UTC 

[U-Boot] [PATCH v2 02/11] Do not apply: tools: add genkconfig
 2020-11-18 12:39 UTC 

[PATCH v3] sunxi: add PineCube board
 2020-11-18 11:43 UTC  (2+ messages)

[PATCH 0/8] Renesas drop leading 0x from rpc nodes
 2020-11-18 11:32 UTC  (10+ messages)
` [PATCH 1/8] ARM: dts: r8a77965-u-boot: Remove leading 0x from rpc node
` [PATCH 2/8] ARM: dts: r8a77990-u-boot: "
` [PATCH 3/8] ARM: dts: 8a77980-u-boot: "
` [PATCH 4/8] M: dts: r8a77950-u-boot: "
` [PATCH 5/8] ARM: dts: r8a77960-u-boot: "
` [PATCH 6/8] ARM: dts: r8a77995-u-boot: "
` [PATCH 7/8] ARM: dts: r8a77970-u-boot: "
` [PATCH 8/8] ARM: dts: r7s72100-gr-peach-u-boot: "

[PATCH 00/26] TI J7 SoC HSM Rearch support series
 2020-11-18 10:23 UTC  (7+ messages)
` [PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported

[PATCH v2] sunxi: add PineCube board
 2020-11-18 10:09 UTC  (2+ messages)

[PATCH] pinctrl: renesas: Add support for R8A774C0
 2020-11-18  9:30 UTC 

[PATCH v4] usb: xhci: fix lack of short packet event trb handling
 2020-11-18  7:49 UTC 

[dwi2c PATCH v1] dwi2c add offsets to reads
 2020-11-18  7:41 UTC  (7+ messages)

[RESEND PATCH v3] usb: xhci: fix lack of short packet event trb handling
 2020-11-18  7:23 UTC  (2+ messages)

[PATCH] Makefile: Correctly propagate failure when removing target
 2020-11-18  4:00 UTC  (4+ messages)

[PATCH v3] usb: xhci: fix lack of short packet event trb handling
 2020-11-18  3:42 UTC  (4+ messages)

Pull request: u-boot-riscv/master 20201117
 2020-11-18  2:02 UTC  (2+ messages)

[PATCH V2] mmc: display an error number to debug
 2020-11-18  0:55 UTC  (5+ messages)

RFC: Partition type GUID for U-Boot environment
 2020-11-17 18:27 UTC  (4+ messages)

Raspberry pi CM3+ with u-boot
 2020-11-17 17:27 UTC 

[PATCH] armv8: fsl-layerscape: Fix automatic setting of bootmcd with TF-A
 2020-11-17 15:20 UTC 

[PATCH v3 0/2] dm: core: drivers: add function uclass_probe_all()
 2020-11-17 15:08 UTC  (4+ messages)
` [PATCH v3 1/2] dm: core: add function uclass_probe_all() to probe all devices

[PATCH v4 0/2] dm: core: drivers: add function uclass_probe_all()
 2020-11-17 15:00 UTC  (3+ messages)
` [PATCH v4 1/2] dm: core: add function uclass_probe_all() to probe all devices
` [PATCH v4 2/2] drivers: serial: probe all uart devices

Pull request: u-boot-sunxi/pr-2020-11-17
 2020-11-17 14:52 UTC  (2+ messages)

[PATCH] riscv: timer: Add support for an early timer
 2020-11-17 11:05 UTC 

Pull request: u-boot-sunxi/master
 2020-11-17  8:50 UTC  (8+ messages)

[PATCH v3 0/1] RISC-V tracing support
 2020-11-17  8:30 UTC  (4+ messages)
` [PATCH v3 1/1] riscv: Add timer_get_us() for tracing

[PATCH 2/3] riscv: Fix efi header size for RV32
 2020-11-17  8:06 UTC 

[PATCH 1/3] riscv: Fix efi header for RV32
 2020-11-17  8:04 UTC 

[PATCH 0/3] Complete Optional Header fields in EFI header
 2020-11-17  8:03 UTC 

[PATCH 1/1] riscv: Fix efi header size for RV32
 2020-11-17  7:51 UTC  (3+ messages)

[PATCH v2 0/2] tools/sunxi: Use mkimage for SPL generation
 2020-11-17  4:01 UTC  (3+ messages)
` [PATCH v2 1/2] tools: mkimage: Add Allwinner eGON support

[PATCH v5] env: mmc: Correct partition comparison in mmc_offset_try_partition
 2020-11-17  3:32 UTC 

[PATCH v3 0/7] Microchip PolarFire SoC support
 2020-11-17  2:16 UTC  (3+ messages)
` [PATCH v3 5/7] riscv: dts: Add device tree for Microchip Icicle Kit

[PATCH v3] env: mmc: Correct partition comparison in mmc_offset_try_partition
 2020-11-17  1:34 UTC  (3+ messages)

[PATCH v9 00/11] efi_loader: add capsule update support
 2020-11-17  0:28 UTC  (12+ messages)
` [PATCH v9 01/11] efi_loader: define UpdateCapsule api
` [PATCH v9 02/11] efi_loader: capsule: add capsule_on_disk support
` [PATCH v9 03/11] efi_loader: capsule: add memory range capsule definitions
` [PATCH v9 04/11] efi_loader: capsule: support firmware update
` [PATCH v9 05/11] efi_loader: add firmware management protocol for FIT image
` [PATCH v9 06/11] efi_loader: add firmware management protocol for raw image
` [PATCH v9 07/11] cmd: add "efidebug capsule" command
` [PATCH v9 08/11] tools: add mkeficapsule command for UEFI capsule update
` [PATCH v9 09/11] test/py: efi_capsule: test for FIT image capsule
` [PATCH v9 10/11] test/py: efi_capsule: test for raw "
` [PATCH v9 11/11] sandbox: enable capsule update for testing

[PATCH] tools: image-host.c: use random instead of rand
 2020-11-16 23:53 UTC  (2+ messages)

[PATCH] tools: image-host.c: use correct variable for strerrno
 2020-11-16 23:53 UTC  (2+ messages)

[PATCH v2 0/4] sandbox: exception handling
 2020-11-16 23:53 UTC  (7+ messages)
` [PATCH v2 1/4] sandbox: add handler for exceptions
` [PATCH v2 3/4] efi_selftest: implement exception test for sandbox
` [PATCH v2 4/4] test: unit test for exception command

[Patch] fdt: Use phandle to distinguish DT nodes with same name
 2020-11-16 23:53 UTC  (2+ messages)

[PATCH] rockchip: Enable BINMAN for boards enable SPL_OPTEE
 2020-11-16 23:52 UTC  (2+ messages)

[PATCH v5 15/27] clk: move clk-ti-sci driver to 'ti' directory
 2020-11-16 23:52 UTC  (7+ messages)
` [PATCH v5 18/27] misc: am33xx: add control module driver

[GIT PULL] TI changes for v2021.01-rc3
 2020-11-16 23:11 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