public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-03-31 05:57:45 to 2020-04-01 07:19:32 UTC [more...]

[PATCH v9 00/12] Actions S700 SoC support
 2020-04-01  7:19 UTC  (10+ messages)
` [PATCH v9 01/12] arm: actions: Add common framework for Actions Owl Semi SoCs
` [PATCH v9 02/12] arm: actions: rename sysmap-s900 to sysmap-owl
` [PATCH v9 03/12] serial: actions: add compatible string
` [PATCH v9 04/12] arm: dts: sync dts for Action Semi S900
` [PATCH v9 05/12] arm: dts: actions: s900: add u-boot specific dtsi file
` [PATCH v9 06/12] clk: actions: Add common clock driver
` [PATCH v9 07/12] arm: actions: add S700 SoC device tree
` [PATCH v9 08/12] arm: dts: actions: s700: add u-boot specific dtsi file
` [PATCH v9 09/12] arm: add support Actions Semi S700

[PATCH 01/16] arm: stm32mp: update dependency for STM32_ETZPC
 2020-04-01  7:19 UTC  (18+ messages)
` [PATCH 02/16] arm: stm32mp: remove dependency for STM32KEY
` [PATCH 03/16] arm: stm32mp: reset to default environment when serial# change
` [PATCH 04/16] arm: stm32mp: detect U-Boot version used to save environment
` [PATCH 05/16] arm: stm32mp: spl: add bsec driver in SPL
` [PATCH 06/16] arm: stm32mp: spl: display error in board_init_f
` [PATCH 07/16] board: stm32mp1: Keep error led ON in case of low power detection
` [PATCH 08/16] board: stm32mp1: update management of boot-led
` [PATCH 09/16] board: stm32mp1: gt9147 IRQ before reset on EV1
` [PATCH 10/16] board: stm32mp1: set environment variable fdtfile
` [PATCH 11/16] board: stm32mp1: check env_get result in board_late_init
` [PATCH 12/16] board: stm32mp1: add timeout for I/O compensation ready
` [PATCH 13/16] gpio: stm32: support gpio ops in SPL
` [PATCH 14/16] ARM: dts: stm32mp15: use DDR3 files generated by STM32CubeMX
` [PATCH 15/16] configs: stm32mp1: activate Ethernet PHY Realtek
` [PATCH 16/16] configs: stm32mp1: activate CONFIG_ERRNO_STR

[PATCH] configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT
 2020-04-01  7:07 UTC 

[PATCH 00/16] efi_loader: non-volatile and runtime variables
 2020-04-01  7:04 UTC  (23+ messages)
` [PATCH 09/16] efi_loader: imply FAT, FAT_WRITE
` [PATCH 12/16] efi_loader: optional pointer for ConvertPointer
` [PATCH 15/16] efi_loader: enable UEFI variables at runtime
  ` [PATCH 15/16] efi_selftest: adjust runtime test for variables
` [PATCH 16/16] "

[PATCH 0/4] mmc: manage boot area protection
 2020-04-01  6:56 UTC  (5+ messages)
  ` [PATCH 3/4] cmd: mmc: display write protect state of boot partition

[PATCH 1/3] Dockerfile: Install riscv32 toolchain from kernel.org
 2020-04-01  3:31 UTC  (9+ messages)

[PATCH] i2c: muxes: pca954x: add PCA9546 variant
 2020-04-01  2:55 UTC 

[PATCH v1 0/2] Fix A10 clock driver crash after changes in DM core
 2020-04-01  2:33 UTC  (6+ messages)
` [PATCH v1 1/2] clk: socfpga: Read the clock parent's register base in probe function

[PATCH 1/5] arm: dts: rockchip: rk3399: add and enable rng node
 2020-04-01  1:04 UTC  (7+ messages)
` [PATCH 2/5] arm: dts: rockchip: px30: "
` [PATCH 3/5] rockchip: rng: Add a driver for random number generator(rng) device
` [PATCH 4/5] rockchip: rk3399: Enable CONFIG_RNG_ROCKCHIP
` [PATCH 5/5] rockchip: px30: "

[PATCH 1/1] mmc: adjust Kconfig for mmc sub-commands
 2020-04-01  1:04 UTC  (2+ messages)

[PATCH 0/3] Misc fixes for Tegra
 2020-04-01  0:03 UTC  (6+ messages)
` [PATCH 1/3] ARM: tegra: p2771-0000: enable PIE relocation
` [PATCH 3/3] ARM: tegra: p2371-2180: add I2C nodes to DT

[PATCH] mtd: spi: Add Macronix MX25U3235F device
 2020-03-31 23:59 UTC  (3+ messages)

[PATCH 1/4] [RFC] ARM: stm32: Implement board coding on AV96
 2020-03-31 23:48 UTC  (4+ messages)
` [PATCH 2/4] [RFC] ram: stm32mp1: Add support for multiple configs
` [PATCH 3/4] [RFC] ARM: dts: stm32: Rework DDR DT inclusion
` [PATCH 4/4] [RFC] ARM: stm32: Implement DDR3 coding on DHCOR SoM

[PATCH 00/11] Fixes for Nokia RX-51
 2020-03-31 22:42 UTC  (13+ messages)
` [PATCH 01/11] Nokia RX-51: Update my email address
` [PATCH 02/11] Nokia RX-51: Add README.nokia_rx51 file to MAINTAINERS
` [PATCH 03/11] Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct place
` [PATCH 04/11] Nokia RX-51: Move code from defconfig back to C header file
` [PATCH 05/11] Nokia RX-51: Revert back onenand defitions
` [PATCH 06/11] Nokia RX-51: Remove PART* macros
` [PATCH 07/11] Nokia RX-51: Remember setup_console_atag option
` [PATCH 08/11] Nokia RX-51: Enable CONFIG_CONSOLE_MUX
` [PATCH 09/11] Nokia RX-51: Disable some unused features to decrease size of u-boot binary
` [PATCH 10/11] Nokia RX-51: Update README.nokia_rx51
` [PATCH 11/11] Nokia RX-51: Add automated test for running RX-51 build in qemu
` U-Boot is broken on real N900 HW (Was: Re: [PATCH 00/11] Fixes for Nokia RX-51)

buildman summary quesiton
 2020-03-31 20:45 UTC 

[PATCH v3 00/29] dm: Add programmatic generation of ACPI tables (part A)
 2020-03-31 19:34 UTC  (14+ messages)
` [PATCH v3 11/29] x86: apl: Add Global NVS table header
  ` Antwort: "
` [PATCH v3 12/29] dm: core: Add basic ACPI support
  ` Antwort: "
` [PATCH v3 13/29] dts: Add a binding for hid-over-i2c
  ` Antwort: "
` [PATCH v3 19/29] acpi: Add a central location for table version numbers
  ` Antwort: "
` [PATCH v3 20/29] acpi: Add support for DMAR
  ` Antwort: "
` [PATCH v3 29/29] acpi: Add an acpi command

[U-Boot] Please pull last-minute fixes for ARC
 2020-03-31 19:12 UTC  (2+ messages)

[PATCH 1/1] cmd: mmc: fix typo 'a EMMC'
 2020-03-31 19:10 UTC  (2+ messages)

[PATCH] net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled
 2020-03-31 19:10 UTC  (2+ messages)

[PATCH] image-fit: Allow loading FIT image for VxWorks
 2020-03-31 19:10 UTC  (2+ messages)

[PATCH resend 0/5] spi: mpc8xxx_spi: bug fixes, real ->set_speed and a pseudo-gpio driver
 2020-03-31 19:10 UTC  (11+ messages)
` [PATCH resend 1/5] gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signal
` [PATCH resend 2/5] gazerbeam: add clocks property to SPI node
` [PATCH resend 3/5] mpc8xxx_spi: put max_cs to use
` [PATCH resend 4/5] mpc8xxx_spi: always use 8-bit characters, don't read or write garbage
` [PATCH resend 5/5] mpc8xxx_spi: implement real ->set_speed

[PATCH resend 0/2] gpio: mpc8xxx: honour shadow register when writing gpdat
 2020-03-31 19:09 UTC  (9+ messages)
` [PATCH resend 1/2] gpio: mpc8xxx: don't modify gpdat when setting gpio as input
` [PATCH resend 2/2] gpio: mpc8xxx: don't do RMW on gpdat register when setting value

Pull request for UEFI sub-system for efi-2020-04-rc5
 2020-03-31 19:09 UTC  (2+ messages)

[PULL] u-boot-socfpga/master
 2020-03-31 19:09 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2020-03-31 19:09 UTC  (2+ messages)

[PATCH V3 00/14] ARM: stm32: Fix Avenger96
 2020-03-31 17:51 UTC  (15+ messages)
` [PATCH V3 01/14] ARM: dts: stm32: Repair SD1 pre-reloc pinmux DT node on AV96
` [PATCH V3 02/14] ARM: dts: stm32: Add alternate pinmux for SDMMC1 direction pins
` [PATCH V3 03/14] ARM: dts: stm32: Repair SDMMC1 operation on AV96
` [PATCH V3 04/14] ARM: dts: stm32: Add alternate pinmux for SDMMC2 pins 4-7
` [PATCH V3 05/14] ARM: dts: stm32: Repair SDMMC2 operation
` [PATCH V3 06/14] ARM: dts: stm32: Add QSPI NOR on AV96
` [PATCH V3 07/14] ARM: dts: stm32: Use DT alias for the configuration EEPROM
` [PATCH V3 08/14] ARM: dts: stm32: Add configuration EEPROM on AV96
` [PATCH V3 09/14] ARM: dts: stm32: Add alternate pinmux for ethernet RGMII
` [PATCH V3 10/14] ARM: dts: stm32: Repair ethernet operation on AV96
` [PATCH V3 11/14] ARM: dts: stm32: Add missing ethernet PHY reset "
` [PATCH V3 12/14] ARM: dts: stm32: Repair PMIC configuration "
` [PATCH V3 13/14] ARM: dts: stm32: Adjust PLL4 settings "
` [PATCH V3 14/14] ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 board

[PATCH] rockchip: sdram: fix DRAM bank declaration around OP-TEE
 2020-03-31 17:25 UTC 

[PATCH V2 00/14] ARM: stm32: Fix Avenger96
 2020-03-31 17:06 UTC  (48+ messages)
` [PATCH V2 01/14] ARM: dts: stm32: Repair SD1 pre-reloc pinmux DT node on AV96
` [PATCH V2 02/14] ARM: dts: stm32: Add alternate pinmux for SDMMC1 direction pins
` [PATCH V2 03/14] ARM: dts: stm32: Repair SDMMC1 operation on AV96
` [PATCH V2 04/14] ARM: dts: stm32: Add alternate pinmux for SDMMC2 pins 4-7
` [PATCH V2 05/14] ARM: dts: stm32: Repair SDMMC2 operation
` [PATCH V2 06/14] ARM: dts: stm32: Add QSPI NOR on AV96
` [PATCH V2 07/14] ARM: dts: stm32: Use DT alias for the configuration EEPROM
` [PATCH V2 08/14] ARM: dts: stm32: Add configuration EEPROM on AV96
` [PATCH V2 09/14] ARM: dts: stm32: Add alternate pinmux for ethernet RGMII
` [PATCH V2 10/14] ARM: dts: stm32: Repair ethernet operation on AV96
` [PATCH V2 11/14] ARM: dts: stm32: Add missing ethernet PHY reset "
` [PATCH V2 12/14] ARM: dts: stm32: Repair PMIC configuration "
` [PATCH V2 13/14] ARM: dts: stm32: Adjust PLL4 settings "
` [PATCH V2 14/14] ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 board

[U-Boot] [PATCH v1 0/2] stm32f7 gpio driver fixes
 2020-03-31 16:29 UTC  (9+ messages)
` [U-Boot] [PATCH v1 2/2] gpio: stm32f7: Fix SPL code size

[PATCH 0/8] Add support for MediaTek xHCI host controller
 2020-03-31 16:05 UTC  (21+ messages)
` [PATCH 5/8] xhci: mediatek: Add support for MTK "

[RFC PATCH 0/9] produce working binaries by default
 2020-03-31 14:58 UTC  (7+ messages)
` [RFC PATCH 6/9] mkimage_fit_atf.sh: "

[PATCH v2 0/3] ARC: IO: rework IO accessors
 2020-03-31 14:23 UTC  (3+ messages)

[PATCH v2 00/14] vboot: Fix forged-configuration vulnerability
 2020-03-31 13:26 UTC  (3+ messages)

[PATCH] fdtdec: support multiple phandles in memory carveout
 2020-03-31 13:16 UTC 

[PATCH] x86: spi: Only use the fast SPI peripheral when support
 2020-03-31 13:16 UTC  (9+ messages)

[PATCH v8 00/12] Actions S700 SoC support
 2020-03-31 12:59 UTC  (4+ messages)

[PATCH 0/6] rockchip: rk3328: sync dts and add ROC-RK3328-CC board
 2020-03-31 12:37 UTC  (7+ messages)
` [PATCH 6/6] rockchip: rk3328: Add support for "

[PATCH] rpi_4_defconfig: add missing CONFIG_ARCH_FIXUP_FDT_MEMORY
 2020-03-31 12:26 UTC 

[PATCH] Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"
 2020-03-31 12:01 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()
 2020-03-31 11:27 UTC  (21+ messages)

[PATCH u-boot-marvell 1/4] arm: mvebu: turris_mox: Fix early SPI communication
 2020-03-31 10:38 UTC  (8+ messages)
` [PATCH u-boot-marvell 2/4] arm: mvebu: dts: turris_mox: update sdhci properties
` [PATCH u-boot-marvell 3/4] arm: mvebu: turris_mox: Setup Linux's device tree before boot
` [PATCH u-boot-marvell 4/4] arm: mvebu: dts: turris_mox: fix USB3 regulator

[PATCH v2] x86: acpi: Describe USB 3 host controller found on Intel Tangier
 2020-03-31  9:00 UTC  (2+ messages)

[PATCH] configs: ls1012afrwy: drop env qspi_bootcmd
 2020-03-31  8:24 UTC 

[PATCH v1 0/4] fix memory leak and compilation warning and rearrange code
 2020-03-31  7:36 UTC  (4+ messages)
  ` [PATCH v1 2/4] drivers: mmc: iproc_sdhci: enable broken R1B response quirk

[PATCH] rockchip: px30-evb: remove redundant include file
 2020-03-31  7:33 UTC 

[PATCH] rockchip: px30: add -u-boot dtsi for soc
 2020-03-31  7:32 UTC 

[PATCH v1 1/1] driver: watchdog: get timeout and clock from dt file
 2020-03-31  7:14 UTC  (2+ messages)

[PATCH v2 0/4] rockchip: rk3399: Fix HDMI out
 2020-03-31  5:59 UTC  (4+ messages)
` [PATCH v2 1/4] arm64: dts: rk3399-u-boot: Delete vop assigned-clocks/rates

u-boot environment on x86
 2020-03-31  5:57 UTC  (3+ messages)


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