U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-14 15:17:14 to 2020-11-17 19:08:21 UTC [more...]

[BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04
 2020-11-17 19:08 UTC  (3+ messages)

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

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

[PATCH 0/5] allow default environment to be amended from dtb
 2020-11-17 18:23 UTC  (12+ 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

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

[PATCH V2] mmc: display an error number to debug
 2020-11-17 15:31 UTC  (2+ messages)

[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 

[PATCH 00/26] TI J7 SoC HSM Rearch support series
 2020-11-17  9:22 UTC  (27+ messages)
` [PATCH 03/26] remoteproc: k3-r5: remove sysfw PM calls if not supported
` [PATCH 05/26] clk: fixed_rate: add API for directly registering fixed rate clocks
` [PATCH 06/26] clk: fix clock tree dump to properly dump out every registered clock
` [PATCH 08/26] clk: add support for setting clk rate from cmdline
` [PATCH 19/26] arm: mach-k3: j721e: force enable A72 core 0 during spl shutdown
` [PATCH 20/26] arm: mach-k3: do board config for PM and RM only if supported
` [PATCH 21/26] arm: mach-k3: common: Drop main r5 start

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  (6+ messages)
` [PATCH v3 1/1] riscv: Add timer_get_us() for tracing

[PATCH 3/3] riscv: Complete efi header for RV32/64
 2020-11-17  8:07 UTC 

[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 

Pull request: u-boot-riscv/master 20201117
 2020-11-17  8:02 UTC 

[PATCH 00/18] Minor board_f/board_r cleanups
 2020-11-17  8:00 UTC  (22+ messages)
` [PATCH 01/18] common: board_f: Drop initf_console_record wrapper
` [PATCH 03/18] common: board_f: Move setup_machine code to setup_bdinfo
` [PATCH 11/18] common: board_r: Drop initr_noncached wrapper
` [PATCH 12/18] common: board_r: Drop initr_xen wrapper
` [PATCH 13/18] common: board_r: Drop initr_jumptable wrapper
` [PATCH 14/18] common: board_r: Drop initr_api wrapper
` [PATCH 15/18] common: board_r: Drop initr_bbmii wrapper
` [PATCH 16/18] common: board_r: Drop arch-specific ifdefs around initr_trap
` [PATCH 17/18] spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF
` [PATCH 18/18] global_data: Enable spl_handoff only if CONFIG_HANDOFF is set

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

[PATCH] common/board_r: make sure to call initr_dm() before initr_trace()
 2020-11-17  5:23 UTC  (4+ messages)

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

[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  (10+ messages)
` [PATCH v3 2/7] net: macb: Add DMA 64-bit address support for macb
` [PATCH v3 3/7] net: macb: Add phy address to read it from device tree
` [PATCH v3 5/7] riscv: dts: Add device tree for Microchip Icicle Kit
` [PATCH v3 7/7] doc: board: Add Microchip MPFS Icicle Kit doc

[PATCH v3] env: mmc: Correct partition comparison in mmc_offset_try_partition
 2020-11-17  1:34 UTC  (5+ 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] dfu: simplify the dependencies of DFU_TFTP
 2020-11-17  0:27 UTC 

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

[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  (8+ messages)
` [PATCH v5 18/27] misc: am33xx: add control module driver

[dwi2c PATCH v1] dwi2c add offsets to reads
 2020-11-16 23:20 UTC  (6+ messages)

[GIT PULL] TI changes for v2021.01-rc3
 2020-11-16 23:11 UTC  (2+ messages)

[PATCH 0/8] spl: atf: add support for LOAD_IMAGE_V2
 2020-11-16 21:47 UTC  (9+ 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] mmc: display an error number to debug
 2020-11-16 21:38 UTC  (3+ messages)

[PATCH] common: fit: add missing newline
 2020-11-16 21:01 UTC 

[PULL u-boot] Please pull u-boot-amlogic-20201116
 2020-11-16 18:39 UTC  (2+ messages)

Pull request: u-boot-rockchip-20201113
 2020-11-16 18:39 UTC  (2+ messages)

[PATCH 1/3] net: e1000: Remove unused bus_to_phys() macro
 2020-11-16 17:02 UTC  (3+ messages)
` [PATCH 2/3] net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()
` [PATCH 3/3] net: e1000: Add missing address translations

[PATCH v2 0/6] microblaze: Cleanup series
 2020-11-16 15:02 UTC  (7+ messages)
` [PATCH v2 1/6] microblaze: Clean config file from ifdef mess
` [PATCH v2 2/6] microblaze: Simplify cache handling
` [PATCH v2 3/6] microblaze: Get rid of xparameters.h
` [PATCH v2 4/6] microblaze: Remove CONFIG_SYS_FDT_SIZE
` [PATCH v2 5/6] microblaze: Unify of setting for SPL_NOR/XIP support
` [PATCH v2 6/6] microblaze: Detect NOR flash based on DT

[U-Boot] Booting on RK3399
 2020-11-16 14:55 UTC  (11+ messages)
              ` [U-Boot] Booting on RK3399[Please note, mail behalf by sjg@google.com]
                  `  "

Please pull u-boot-dm
 2020-11-16 14:49 UTC  (2+ messages)

[PATCH v4 0/4] Add Renesas SoC identification driver support
 2020-11-16 13:03 UTC  (5+ messages)
` [PATCH v4 1/4] dm: core: Add of_match_node helper function
` [PATCH v4 2/4] soc: Fix comments from SOC to SoC
` [PATCH v4 3/4] dm: soc: Add SoC id for attribute matching
` [PATCH v4 4/4] dm: soc: SoC identification driver for Renesas SoC's

[PATCH] net: sun8i-emac: Allow all RGMII PHY modes
 2020-11-16  9:46 UTC 

[SPECIFICATION RFC] The firmware and bootloader log specification
 2020-11-16  8:57 UTC  (5+ messages)
` Antw: [EXT] [systemd-devel] "

[PATCH v2] usb: xhci: fix lack of short packet event trb handling
 2020-11-16  6:55 UTC  (2+ messages)

[PATCH] efi_loader: tcg2 protocol updates
 2020-11-16  6:52 UTC 

[PATCH] efi_loader: improve detection of ESP for storing UEFI variables
 2020-11-16  5:02 UTC  (8+ messages)

[PATCH 1/6] Nokia RX-51: Remove old comments from configs/nokia_rx51.h file
 2020-11-16  3:27 UTC  (4+ messages)

[PATCH] env: mmc: Correct partition comparison in mmc_offset_try_partition
 2020-11-16  3:06 UTC  (4+ messages)

[PATCH v4] env: mmc: Correct partition comparison in mmc_offset_try_partition
 2020-11-16  0:54 UTC 

[PATCH] dm: core: Fix incorrect flag check
 2020-11-15 20:22 UTC 

[PATCH v3 0/2] pinctrl: renesas: trivial fixes and enhancements
 2020-11-15 17:47 UTC  (3+ messages)
` [PATCH v3 1/2] pinctrl: renesas: Make sure the pin type is updated after setting the MUX
` [PATCH v3 2/2] pinctrl: renesas: Implement get_pin_muxing() callback

Pull request for UEFI sub-system for efi-2021-01-rc3
 2020-11-15 17:17 UTC  (3+ messages)

[PATCH v2 0/2] pinctrl: renesas: trivial fixes and enhancements
 2020-11-15 17:01 UTC  (4+ messages)
` [PATCH v2 1/2] pinctrl: renesas: Make sure the pin type is updated after setting the MUX

[PATCH v2] env: mmc: Correct partition comparison in mmc_offset_try_partition
 2020-11-15 17:01 UTC  (5+ messages)

[PATCH v3 0/4] Add Renesas SoC identification driver support
 2020-11-15 14:29 UTC  (4+ messages)
` [PATCH v3 3/4] dm: soc: Add SoC id for attribute matching

[PATCH 0/7] patman: Minor improvements to 'patman status'
 2020-11-15 14:07 UTC  (13+ messages)
` [PATCH 1/7] patman: Refactor how the default subcommand works
` [PATCH 2/7] patman: Correct Change-Ids error message args
` [PATCH 4/7] patman: Update defaults in subparsers
` [PATCH 5/7] patman: Allow specifying the patchwork URL
` [PATCH 6/7] patman: Add a setting for the Patchwork URL
` [PATCH 7/7] patman: Add a Series-patchwork-url option

[PATCH 1/2] cros_ec: Correct collection of EC hash
 2020-11-15 14:07 UTC  (4+ messages)
` [PATCH 2/2] cros_ec: Increase command timeout for flash erase

[PATCH 1/1] cros_ec: Handling EC_CMD_GET_NEXT_EVENT
 2020-11-15 14:07 UTC  (5+ messages)

[PATCH V3] dm: core: Add late driver remove option
 2020-11-15 13:15 UTC  (3+ messages)

[PATCH v3] arm: vexpress: don't reset flags in board_init to avoid losing previous ones
 2020-11-15 11:54 UTC 

[PATCH 2/2] Nokia RX-51: Convert to CONFIG_DM_I2C
 2020-11-15 10:19 UTC  (3+ messages)
` [PATCH v2] "

[u-boot PATCH] configs: am65/j72x: Set CONFIG_LOGLEVEL to 7
 2020-11-15 10:18 UTC  (2+ messages)

[PATCH v2] ARM: am335x: Add phyBOARD REGOR support
 2020-11-15 10:04 UTC  (2+ messages)

[PATCH] net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP address
 2020-11-15  3:12 UTC 

[PATCH 0/2] rockchip: Fix SPI boot on Pinebook Pro and RK3399-ROC-PC
 2020-11-14 18:06 UTC  (3+ messages)
` [PATCH 1/2] rockchip: pinebook-pro: default to SPI bus 1 for SPI-flash
` [PATCH 2/2] rockchip: rk3399-roc-pc: "


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