public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-08 05:59:11 to 2020-05-09 20:05:38 UTC [more...]

[PATCH v2 0/2] Fix boot from SPI flash on Synology DS414
 2020-05-09 20:05 UTC  (2+ messages)
` [PATCH v2 1/2] arm: mvebu: ds414: add u-boot,dm-pre-reloc to spi0

[PATCH v8 00/21] RISC-V SiFive FU540 support SPL
 2020-05-09 19:47 UTC  (23+ messages)
` [PATCH v8 01/21] misc: add driver for the SiFive otp controller
` [PATCH v8 02/21] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v8 03/21] riscv: Add _image_binary_end for SPL
` [PATCH v8 04/21] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v8 05/21] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v8 06/21] sifive: fu540: add ddr driver
` [PATCH v8 07/21] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v8 08/21] riscv: sifive: dts: fu540: add U-Boot dmc node
` [PATCH v8 09/21] clk: sifive: fu540-prci: Add clock enable and disable ops
` [PATCH v8 10/21] clk: sifive: fu540-prci: Add ddr clock initialization in SPL
` [PATCH v8 11/21] clk: sifive: fu540-prci: Add ehternet "
` [PATCH v8 12/21] riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
` [PATCH v8 13/21] riscv: cpu: fu540: Add support for cpu fu540
` [PATCH v8 14/21] riscv: Add place-holder for driver compilation
` [PATCH v8 15/21] riscv: sifive: fu540: add SPL configuration
` [PATCH v8 16/21] sifive: fu540: Add sample SD gpt partition layout
` [PATCH v8 17/21] sifive: fu540: Add U-Boot proper sector start
` [PATCH v8 18/21] configs: fu540: Add config options for U-Boot SPL
` [PATCH v8 19/21] sifive: dts: fu540: Enable L2 Cache in U-Boot
` [PATCH v8 20/21] riscv: sifive: fu540: enable all cache ways from U-Boot proper
` [PATCH v8 21/21] doc: sifive: fu540: Add description for OpenSBI generic platform

[PATCH 1/1] tools: value checks in rkcommon_check_params()
 2020-05-09 19:31 UTC 

[PATCH 1/1] common/board_f: avoid -Wtype-limits warning
 2020-05-09 19:21 UTC 

[PATCH 2/3] mksunxi_fit_atf.sh: Update FIT component descriptions
 2020-05-09 19:09 UTC  (4+ messages)

[PATCH 0/5] CMD_SAVEENV ifdef cleanup
 2020-05-09 18:56 UTC  (7+ messages)
` [PATCH v2 0/2] allow CONFIG_SPL_SAVEENV to work with ENV_IS_IN_SPI_FLASH
  ` [PATCH v2 1/2] env: add SAVEENV as an alias of the CMD_SAVEENV symbol
  ` [PATCH v2 2/2] env/sf.c: honour CONFIG_SPL_SAVEENV

spl: allow board_spl_fit_post_load() to fail
 2020-05-09 18:34 UTC  (5+ messages)

[PATCH][v4 1/6] board: tbs2910: disable loadb and loads commands
 2020-05-09 17:59 UTC  (6+ messages)
` [PATCH][v4 6/6] board: tbs2910: add documentation

[PATCH v3 0/6] rockchip: Add PCIe host support
 2020-05-09 16:56 UTC  (7+ messages)
` [PATCH v3 1/6] clk: rk3399: Add enable/disable clks
` [PATCH v3 2/6] clk: rk3399: Enable/Disable the PCIEPHY clk
` [PATCH v3 3/6] pci: Add Rockchip PCIe controller driver
` [PATCH v3 4/6] pci: Add Rockchip PCIe PHY "
` [PATCH v3 5/6] rockchip: Enable PCIe/M.2 on rk3399 board w/ M.2
` [PATCH v3 6/6] rockchip: Enable PCIe/M.2 on rock960 board

[PATCH v2 0/8] rockchip: Add PCIe host support
 2020-05-09 16:46 UTC  (4+ messages)
` [PATCH v2 8/8] rockchip: Enable PCIe/M.2 on rock960 board

[PATCH 11/11] Nokia RX-51: Add automated test for running RX-51 build in qemu
 2020-05-09 16:35 UTC  (8+ messages)
` [PATCH v2] "

Pull request: u-boot-spi/master
 2020-05-09 16:26 UTC 

[PATCH 1/1] i2c: observe scl_count in i2c_deblock_gpio_loop()
 2020-05-09 16:20 UTC 

[PATCH 1/1] cmd: efidebug: fix -Werror=type-limits warning
 2020-05-09 16:03 UTC 

[PATCH 1/1] tools: ftdgrep: use /* fallthrough */ as needed
 2020-05-09 15:12 UTC 

[PATCH 1/1] tools: mkimage: use /* fallthrough */ as needed
 2020-05-09 15:10 UTC  (2+ messages)

[PATCH v1 0/7] add Ethernet support for S700
 2020-05-09 14:25 UTC  (8+ messages)
` [PATCH v1 1/7] clk: actions: Add Ethernet clocks
` [PATCH v1 2/7] net: phy: realtek: Add support for RTL8201F PHY module
` [PATCH v1 3/7] net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings
` [PATCH v1 4/7] net: designware: s700: Add glue code for S700 mac
` [PATCH v1 5/7] arm: dts: s700: add node for ethernet controller
` [PATCH v1 6/7] owl: Kconfig: Enable DM eth for OWL platform
` [PATCH v1 7/7] configs: Enable mac and phy configs

[PATCH 0/3] Fix the SPL loading of a FIT image from NAND
 2020-05-09 12:07 UTC  (5+ messages)
` [PATCH 1/3] spl: fix format of function documentation
` [PATCH 2/3] spl: fit: fail fit loading in case of FDT appending error
` [PATCH 3/3] spl: fit: nand: fix fit loading in case of bad blocks

[PATCH 1/2] arm: mvebu: armada-370-xp.dtsi: add u-boot, dm-pre-reloc to spi0
 2020-05-09 11:52 UTC  (8+ messages)
` [PATCH 1/2] arm: mvebu: armada-370-xp.dtsi: add u-boot,dm-pre-reloc "

[PATCH v7 00/22] RISC-V SiFive FU540 support SPL
 2020-05-09 11:29 UTC  (13+ messages)
` [PATCH v7 04/22] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v7 10/22] clk: sifive: fu540-prci: ddr and ethernet clock initialization in SPL

[PATCH] kbuild: add -Werror=implicit-function-declaration
 2020-05-09 10:58 UTC  (7+ messages)

[PATCH V2] ARM: omap3_logic boards: Convert to DM_ETH
 2020-05-09 10:48 UTC 

[PATCH v4 0/2] Calculate SDRAM size for Actions OWL SoCs
 2020-05-09 10:12 UTC  (5+ messages)
` [PATCH v4 1/2] Actions: OWL: Calculate SDRAM size
` [PATCH v4 2/2] arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs

[PATCH 0/8] qemu: arm64: Add support for uefi firmware management protocol routines
 2020-05-09 10:04 UTC  (11+ messages)
` [PATCH 3/8] qemu: arm64: Add support for efi "

[PATCH 0/6] EFI variable support via OP-TEE
 2020-05-09  9:58 UTC  (13+ messages)
` [PATCH 1/6] charset: Add support for calculating bytes occupied by a u16 string
` [PATCH 2/6] efi_loader: Add headers for EDK2 StandAloneMM communication
` [PATCH 3/6] efi_loader: Implement EFI variable handling via OP-TEE
` [PATCH 4/6] cmd: efidebug: Add support for querying UEFI variable storage
` [PATCH 5/6] MAINTAINERS: Add maintainer for EFI variables via OP-TEE
` [PATCH 6/6] doc: uefi.rst: Add OP-TEE variable storage config options

[PATCH 1/1] test: unit test for u16_strsize()
 2020-05-09  7:23 UTC  (2+ messages)

[PATCH v2 0/2] Calculate SDRAM size for Actions OWL SoCs
 2020-05-09  7:15 UTC  (5+ messages)
` [PATCH v2 1/2] Actions: OWL: Calculate SDRAM size
` [PATCH v2 2/2] arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs

[PATCH 0/2] lib: charset: function descriptions
 2020-05-09  7:06 UTC  (3+ messages)
` [PATCH 1/2] lib: charset: correct "
` [PATCH 2/2] doc: add Unicode functions to API description

[PATCH v3 0/2] Calculate SDRAM size for Actions OWL SoCs
 2020-05-09  7:03 UTC  (3+ messages)
` [PATCH v3 1/2] Actions: OWL: Calculate SDRAM size
` [PATCH v3 2/2] arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs

[PATCH 0/8] Add dwc_eth_qos support for rockchip
 2020-05-09  6:56 UTC  (21+ messages)
` [PATCH 3/8] net: dwc_eth_qos: Add option "snps, reset-gpio" phy-rst gpio for stm32
  ` [PATCH 3/8] net: dwc_eth_qos: Add option "snps,reset-gpio" "
` [PATCH 4/8] net: dwc_eth_qos: Move interface() to eqos_ops struct
` [PATCH 5/8] net: dwc_eth_qos: Make clk_rx and clk_tx optional
` [PATCH 6/8] net: dwc_eth_qos: Split eqos_start() to get link speed
` [PATCH 8/8] net: gmac_rockchip: Add dwc_eth_qos support

[PATCH 1/1] efi_selftest: add unit test functions to HTML documentation
 2020-05-09  5:35 UTC 

[PATCH v3 0/7] Add Rockchip RK3399 USB3.0 Host support
 2020-05-09  3:08 UTC  (12+ messages)
` [PATCH v3 1/7] usb: dwc3: add dis_enblslpm_quirk
` [PATCH v3 2/7] usb: dwc3: add dis_u2_freeclk_exists_quirk
` [PATCH v3 7/7] configs: evb-rk3399: update support usb3.0 host

[PATCH] rpi_4_defconfig: add missing CONFIG_ARCH_FIXUP_FDT_MEMORY
 2020-05-08 23:25 UTC  (4+ messages)

[PATCH 0/2] test: fix naming of test functions in the log test suite
 2020-05-08 22:59 UTC  (5+ messages)
` [PATCH 1/2] test: describe naming conventions for macro UNIT_TEST
` [PATCH 2/2] test: fix naming of test functions in the log test suite

[PATCH 1/4] sata: ahsata: Fix resource leak
 2020-05-08 22:59 UTC  (8+ messages)
` [PATCH 2/4] sata: ahsata: Fix wrong operand for checking SERR DIAG_X
` [PATCH 3/4] sata: dwc_ahsata: Fix incorrect free
` [PATCH 4/4] sata: dwc_ahsata: Fix memory issue in reset_sata

raspberrypi cm3 v2019.07 not working
 2020-05-08 21:39 UTC  (5+ messages)

[PATCH v2 00/10] USB host support for Raspberry Pi 4 board
 2020-05-08 21:26 UTC  (11+ messages)
  ` [PATCH v2 09/10] pci: Add driver for Broadcom STB PCIe controller
    ` [PATCH v2 06/10] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit)

Pull request for UEFI sub-system for efi-2020-07-rc2 (3)
 2020-05-08 20:47 UTC  (2+ messages)

[PATCH V2] mkimage: fit: Do not tail-pad fitImage with external data
 2020-05-08 19:21 UTC  (13+ messages)

[PATCH] config: Enable USB Keyboard support on RPi4
 2020-05-08 19:07 UTC  (4+ messages)

efi_loader: tighten PE verification code?
 2020-05-08 18:56 UTC 

[PATCH] usb: dwc3: Add disable u2mac linestate check quirk
 2020-05-08 18:53 UTC  (4+ messages)

[PATCH v2 00/22] common: Further reduce the size of common.h
 2020-05-08 18:36 UTC  (2+ messages)

[PATCH] ARM: uniphier: delete or replace <common.h> includes
 2020-05-08 18:33 UTC  (6+ messages)

wandboard does not boot with current mainline
 2020-05-08 18:33 UTC  (11+ messages)

[PATCH] Makefile: add file 'defconfig' to clean target
 2020-05-08 18:33 UTC  (2+ messages)

[PATCH v2 1/1] cmd: gpt: add eMMC and GPT support
 2020-05-08 18:33 UTC  (3+ messages)

[PATCH 0/3] Move memtest configurations to Kconfig
 2020-05-08 17:49 UTC  (7+ messages)
` [PATCH 1/3] treewide: mem: Remove alternate memtest setup from Mox and x530
` [PATCH 2/3] treewide: mem: Enable MEMTEST via defconfig
` [PATCH 3/3] treewide: mem: Move mtest related defines to Kconfig

[PATCH] cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping
 2020-05-08 17:49 UTC  (2+ messages)

[PATCH 1/2] configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs
 2020-05-08 17:49 UTC  (4+ messages)
` [PATCH 2/2] configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME "

[PATCH] cmd: env: fix unreachable statements
 2020-05-08 17:41 UTC  (5+ messages)

[PATCH 0/4] Various build dependency fixes
 2020-05-08 15:54 UTC  (4+ messages)
` [PATCH 4/4] kbuild: arm: Fix duplicate builds of dtbs

[PATCH] imx8mp_evk: Make SPL binary size smaller
 2020-05-08 15:54 UTC  (10+ messages)

[PATCH] spl: Always define preloader_console_init
 2020-05-08 14:50 UTC  (3+ messages)

[PATCH] efi_loader: variable: fix an reachable statement
 2020-05-08 14:15 UTC  (2+ messages)

[RFC] dm: uclass: add functions to get device by platdata
 2020-05-08 13:18 UTC  (18+ messages)

[PATCH u-boot-marvell 00/11] Armada 37xx: port comphy to generic-phys (PLEASE TEST)
 2020-05-08 13:05 UTC  (2+ messages)

[PATCH 0/8] CLK: ARC: HSDK: add separate clock map for HSDK-4xD
 2020-05-08 12:44 UTC  (9+ messages)
` [PATCH 1/8] CLK: ARC: HSDK: avoid code duplication
` [PATCH 2/8] CLK: ARC: HSDK: drop unused offset
` [PATCH 3/8] CLK: ARC: HSDK: use appropriate config data types
` [PATCH 4/8] CLK: ARC: HSDK: driver cleanup
` [PATCH 5/8] CLK: ARC: HSDK: prepare for multiple clock maps support
` [PATCH 6/8] CLK: ARC: HSDK: make set_clock optional
` [PATCH 7/8] CLK: ARC: HSDK: define clock map with DT binding constants
` [PATCH 8/8] CLK: ARC: HSDK: add separate clock map for HSDK-4xD

[PATCH] musb-new: Use predefined configuration data for SUN50I_H6
 2020-05-08 12:29 UTC 

imx: move ATF to the back of the FIT to fix loading over yModem
 2020-05-08  9:59 UTC 

[PATCH 1/3] spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY
 2020-05-08  9:47 UTC  (2+ messages)

No subject
 2020-05-08  9:43 UTC 

[PATCH] drivers: net: fsl-mc: fixup msi-map property
 2020-05-08  6:24 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