public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-05-14 10:28:27 to 2019-05-15 20:31:36 UTC [more...]

[U-Boot] [PATCH 00/13] System Firmware Loader for TI K3 family SoCs
 2019-05-15 20:31 UTC  (11+ messages)
` [U-Boot] [PATCH 01/13] mmc: k3_arasan: Allow driver to probe without PDs specified
` [U-Boot] [PATCH 02/13] spl: Allow skipping clearing BSS during relocation
` [U-Boot] [PATCH 03/13] spl: Make image loader infrastructure more universal
` [U-Boot] [PATCH 04/13] arm: K3: Introduce System Firmware loader framework

[U-Boot] [PATCH] Import include/android_bootloader_message.h from AOSP
 2019-05-15 20:31 UTC  (2+ messages)

[U-Boot] [PATCH 00/18] Add EEPROM-based board detect support for TI
 2019-05-15 20:11 UTC  (6+ messages)
` [U-Boot] [PATCH 13/18] arm: K3: am654: Map common EEPROM data into SRAM scratch space

[U-Boot] [ANN] U-Boot v2019.07-rc2 released
 2019-05-15 19:59 UTC 

[U-Boot] [PATCH 0/7] Switch WaRP7 BL33 to mbed Linux specific bootflow
 2019-05-15 19:13 UTC  (8+ messages)
` [U-Boot] [PATCH 3/7] warp7: include: configs: Differentiate bootscript address from loadaddr

[U-Boot] AM3517 SPL fails with CONFIG_DM enabled
 2019-05-15 19:09 UTC  (5+ messages)

[U-Boot] [PATCH] efi_loader: variable: attributes may not be changed if a variable exists
 2019-05-15 18:48 UTC  (5+ messages)

[U-Boot] [PATCH v3 1/2] net: eth-uclass: Write MAC address to hardware after probe
 2019-05-15 18:33 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] net: eth-uclass: Support device tree MAC addresses

[U-Boot] [PATCH] spl: kconfig: separate sysreset and firmware drivers from misc
 2019-05-15 18:00 UTC  (3+ messages)

[U-Boot] Pull request: u-boot-net.git master
 2019-05-15 17:42 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-stm32 for v2019.07​ (round 3)​
 2019-05-15 17:41 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] Add Avenger96 board support
 2019-05-15 16:39 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] arm: dts: stm32mp157: Add missing pinctrl definitions
` [U-Boot] [PATCH v2 2/3] board: stm32mp1: Add Avenger96 board support
` [U-Boot] [PATCH v2 3/3] arm: mach-stm32mp: Add newline to the MAC error message

[U-Boot] [PATCH v3] riscv: Add Microchip MPFS Icicle board support
 2019-05-15 15:55 UTC  (2+ messages)

[U-Boot] [PATCH] x86: qemu-x86_64: Enable NVMe
 2019-05-15 15:51 UTC 

[U-Boot] [PATCH 1/2] riscv: qemu: Enable PCI host ECAM generic driver
 2019-05-15 15:42 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] riscv: qemu: Enable e1000 and nvme support

[U-Boot] [PATCH] nvme: Fix warning of cast from pointer to integer of different size
 2019-05-15 15:37 UTC 

[U-Boot] Pull request: u-boot-net.git master
 2019-05-15 14:58 UTC  (11+ messages)
` [U-Boot] [EXT] "

[U-Boot] [PATCH v6] ARM: am335x: Add phyCORE AM335x R2 support
 2019-05-15 14:53 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] Add PCIe root complex support for AM654x SoC
 2019-05-15 14:15 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] clk: add support for clk_is_match()
` [U-Boot] [PATCH 2/7] dm: core: add support for getting register address and size
` [U-Boot] [PATCH 3/7] pcie: ti: add driver for AM65x PCIe RC
` [U-Boot] [PATCH 4/7] phy: add support for AM654x SERDES
` [U-Boot] [PATCH 5/7] configs: am65x_evm_a53: enable PCIe support
` [U-Boot] [PATCH 6/7] arm: dts: k3-am65: add support for PCIe and SERDES
` [U-Boot] [PATCH 7/7] configs: am65x_evm_a53: enable support for PCIe ethernet cards

[U-Boot] [PATCH] Kconfig: fix FIT offset prompt text
 2019-05-15 14:08 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: omap3_logic/omap35_logic: Enable GPIO in SPL
 2019-05-15 13:37 UTC 

[U-Boot] [PATCH v2 0/9] miscellaneous ubispl and ubi improvements
 2019-05-15 13:16 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] moveconfig: expand simple expressions
` [U-Boot] [PATCH v2 2/9] env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND
` [U-Boot] [PATCH v2 3/9] at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs
` [U-Boot] [PATCH v2 4/9] env: ubi: support configurable VID offset
` [U-Boot] [PATCH v2 5/9] ubi: fix UBI_SILENCE_MSG
` [U-Boot] [PATCH v2 6/9] ubispl: migrate configuration to Kconfig
` [U-Boot] [PATCH v2 7/9] configs: migrate ubispl boards to KConfig
` [U-Boot] [PATCH v2 8/9] ubispl: add support for loading volumes by name
` [U-Boot] [PATCH v2 9/9] ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG

[U-Boot] [PATCH 0/4] fs: fat: fixes for write under root directory
 2019-05-15 12:49 UTC  (11+ messages)
` [U-Boot] [PATCH 1/4] fs: fat: write to non-cluster-aligned "
` [U-Boot] [PATCH 2/4] fs: fat: flush a directory cluster properly
` [U-Boot] [PATCH 3/4] fs: fat: allocate a new cluster for root directory of fat32
` [U-Boot] [PATCH 4/4] test/py: test_fs: add tests for creating/deleting many files

[U-Boot] [PATCH] drivers: core: use strcmp when find device by name
 2019-05-15 11:57 UTC  (3+ messages)

[U-Boot] [PATCH] drivers: net: mc: Report extra memory to Linux
 2019-05-15 11:09 UTC  (5+ messages)
` [U-Boot] [PATCH v1] "
  ` [U-Boot] [PATCH v2] cover letter for drivers: net: mc: Report extra memory to linux
    ` [U-Boot] [PATCH v2] drivers: net: mc: Report extra memory to Linux

[U-Boot] [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc socs
 2019-05-15 10:22 UTC  (8+ messages)
          ` [U-Boot] [EXT] "

[U-Boot] [PATCH v4 1/2] armv8: fsl-lsch3: add clock support for the second eSDHC
 2019-05-15 10:07 UTC  (2+ messages)
` [U-Boot] [PATCH v4 2/2] mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled

[U-Boot] [v1] ls1028a: hdp: Add support for HDP firmware loading
 2019-05-15 10:01 UTC 

[U-Boot] [PATCH 0/5] i.MX7ULP EVK: update ddr script to make board boot
 2019-05-15  9:57 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] mx7ulp: Fix APLL num and denom setting issue
` [U-Boot] [PATCH 2/5] mx7ulp_evk: Update LPDDR3 script
` [U-Boot] [PATCH 3/5] mx7ulp_evk: Change APLL and its PFD0 frequencies
` [U-Boot] [PATCH 4/5] mx7ulp: Select the SCG1 APLL PFD as a system clock source
` [U-Boot] [PATCH 5/5] mx7ulp_evk: Update DDR freq to 352.8Mhz for ULP B0

[U-Boot] [PATCH] configs: sama5d2_ptc_ek: fix NAND PMECC_CAP
 2019-05-15  9:12 UTC 

[U-Boot] [u-boot 2/2] drivers/fsl-mc: Support DPSPARSER object and apply spb command
 2019-05-15  9:09 UTC 

[U-Boot] [u-boot 1/2] drivers/fsl-mc: Create Kconfig file to manage driver specific configs better
 2019-05-15  9:09 UTC 

[U-Boot] [BUG] simple-bus and rsa-sw with DM_FLAG_PRE_RELOC
 2019-05-15  9:05 UTC  (8+ messages)

[U-Boot] [PATCH v4 0/2] arm64: zynqmp: pass a PMUFW config object
 2019-05-15  8:56 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/2] arm64: zynqmp: spl: install a PMU firmware config object at runtime
` [U-Boot] [PATCH v4 2/2] arm64: zynqmp: add tool to convert PMU config object .c to binary

[U-Boot] [PATCH 1/1] configs:ls1046afrwy: Add tfa secure boot defonfig
 2019-05-15  8:45 UTC 

[U-Boot] [PATCH] dm: core: Fix dm_extended_scan_fdt()
 2019-05-15  8:25 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/2] arm64: zynqmp: pass a PMUFW config object
 2019-05-15  8:19 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/2] arm64: zynqmp: spl: install a PMU firmware config object at runtime

[U-Boot] [PATCH 00/21] patman: Update to support Python 3
 2019-05-15  8:01 UTC  (24+ messages)
` [U-Boot] [PATCH 01/21] patman: Update cros_subprocess to use bytearray
` [U-Boot] [PATCH 02/21] patman: Convert print statements to Python 3
` [U-Boot] [PATCH 03/21] binman: "
` [U-Boot] [PATCH 04/21] binman: Don't show errors for failed tests
` [U-Boot] [PATCH 05/21] binman: Remove use of Set()
` [U-Boot] [PATCH 06/21] patman: Use items() instead of iteritems()
` [U-Boot] [PATCH 07/21] binman: "
` [U-Boot] [PATCH 08/21] tools: binman: Open all binary files in binary mode
` [U-Boot] [PATCH 09/21] tools: dtoc: "
` [U-Boot] [PATCH 10/21] patman: Provide a way to get program output "
` [U-Boot] [PATCH 11/21] binman: Use binary mode when compressing data
` [U-Boot] [PATCH 12/21] binman: Drop an unused input file
` [U-Boot] [PATCH 13/21] binman: Handle repeated bytes for Python 3
` [U-Boot] [PATCH 14/21] Add a simple script to remove boards
` [U-Boot] [PATCH 15/21] patman: Support use of stringIO in Python 3
` [U-Boot] [PATCH 16/21] patman: Move unicode helpers to tools
` [U-Boot] [PATCH 17/21] patman: Sort series output for repeatabily
` [U-Boot] [PATCH 18/21] patman: Avoid unicode type in settings unit tests
` [U-Boot] [PATCH 19/21] patman: Adjust functional tests for Python 3
` [U-Boot] [PATCH 20/21] patman: Tidy up a few more unicode conversions
` [U-Boot] [PATCH 21/21] patman: Don't require Python 2

[U-Boot] [BUG] dm_extended_scan_fdt()
 2019-05-15  7:56 UTC  (2+ messages)

[U-Boot] [v1] ls1028a: hdp: Add support for HDP firmware loading
 2019-05-15  7:54 UTC 

[U-Boot] [PATCH v2 00/19] spi: Convert MPC8XXX to DM
 2019-05-15  7:16 UTC  (9+ messages)
` [U-Boot] [PATCH v2 10/19] spi: mpc8xxx: Simplify logic a bit

[U-Boot] [PATCH v3 00/10] spi: Add Atmel QuadSPI driver
 2019-05-15  7:01 UTC  (4+ messages)
` [U-Boot] [PATCH v3 02/10] "
    ` [U-Boot] [PATCH v4 "

[U-Boot] [PATCH 1/3] board: atmel: sama5d2_icp: add periph reset in SPL hw init
 2019-05-15  6:42 UTC  (2+ messages)

[U-Boot] [PATCH] mips: mt7688: gardena-smart-gateway-mt7688: Enable CMD_WDT
 2019-05-15  6:41 UTC  (3+ messages)
` [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: "

[U-Boot] [PATCH v3 1/2] mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled
 2019-05-15  6:33 UTC  (2+ messages)
` [U-Boot] [PATCH v3 2/2] armv8: fsl-lsch3: add clock support for the second eSDHC

[U-Boot] [PATCH] Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue"
 2019-05-15  6:13 UTC  (8+ messages)

[U-Boot] [PATCH 1/2] watchdog: Split WDT from SPL_WDT
 2019-05-15  5:54 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] watchdog: imx: Add DM support

[U-Boot] [PATCH 1/1] pci: pci_mvebu: fix bus enumeration if some buses have empty slots
 2019-05-15  5:05 UTC  (4+ messages)

[U-Boot] [PATCH] fit: Add support for printing more than one FPGA node name
 2019-05-15  4:20 UTC  (5+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 0/2] fit: Image node compression
 2019-05-15  3:11 UTC  (11+ messages)
` [U-Boot] [PATCH v3 1/2] fit: Support compression for non-kernel components (e.g. FDT)
` [U-Boot] [PATCH v3 2/2] fit: Support compat string property in configuration node

[U-Boot] [PATCH v4 0/8] pico-imx7d: Add support for BL33 case
 2019-05-15  0:55 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] iMX6 SPL NAND flash detection fixes
 2019-05-14 20:56 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] mtd: mxs_nand_spl: fix nand_command protocol violation

[U-Boot] [PATCH] eth: mtk-eth: fix incorrect read of phy-handle
 2019-05-14 20:03 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [RESEND PATCH 2/2] net: rtl8169: Support RTL-8168h/8111h
 2019-05-14 20:03 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [RESEND PATCH 1/2] net: rtl8169: Implement ->hwaddr_write() callback
 2019-05-14 20:03 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] phy: ti: Init node before reading
 2019-05-14 20:03 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used together
 2019-05-14 20:03 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] tools: use read-only mmap in fit_check_sign
 2019-05-14 18:35 UTC 

[U-Boot] [PATCH] sun50i: h6: Fix Beelink GS1 board config
 2019-05-14 18:26 UTC 

[U-Boot] [PATCH 0/8] spi: Mark non-dm spi drivers as BROKEN
 2019-05-14 18:00 UTC  (14+ messages)
` [U-Boot] [PATCH 4/8] spi: Kconfig: Mark MXS_SPI has BROKEN

[U-Boot] [PATCH] ARM: renesas: grpeach: Align env position
 2019-05-14 17:51 UTC 

[U-Boot] sun50i: a64: Beelink GS1 box is likely broken
 2019-05-14 16:22 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] sysreset: switch to using SYSRESET_POWER_OFF for poweroff
 2019-05-14 16:07 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] sysreset: move stm32mp sysreset poweroff implementation to sysreset uclass

[U-Boot] [PATCH v3 0/3] Add Beelink GS1 Board
 2019-05-14 15:08 UTC  (10+ messages)
` [U-Boot] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog
        ` [U-Boot] [linux-sunxi] "
  ` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH 1/2] opos6uldev: don't call enable_lcdif_clock
 2019-05-14 14:50 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] opos6uldev: remove board_ehci_hcd_init function

[U-Boot] [PATCH 00/11] dm: Removal of some boards due to DM_MMC deadline
 2019-05-14 14:11 UTC  (6+ messages)

[U-Boot] Pull request for UEFI sub-system for v2019.07-rc3
 2019-05-14 14:07 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2019-05-14 14:07 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2019-05-14 14:07 UTC  (2+ messages)

[U-Boot] [PATCH 00/14] Add Intel Agilex SoC support
 2019-05-14 13:56 UTC  (13+ messages)
` [U-Boot] [PATCH 04/14] arm: socfpga: agilex: Add reset manager support
` [U-Boot] [PATCH 05/14] arm: socfpga: Move Stratix10 and Agilex system manager common code

[U-Boot] [PATCH 1/1] opos6ul: set REFSEL and REFR fields
 2019-05-14 12:15 UTC  (2+ messages)

[U-Boot] [PATCH] sun50i: a64: Fix broken A64-Teres-I board config
 2019-05-14 12:14 UTC 

[U-Boot] [PATCH 1/2] arm: socfpga: remove re-added ad-hoc reset code
 2019-05-14 12:12 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] board
 2019-05-14 12:12 UTC  (2+ messages)

[U-Boot] [v2, 0/5] Split fsl_esdhc driver for i.MX
 2019-05-14 11:14 UTC  (6+ messages)

[U-Boot] [PATCH] cmd: env: print a message when setting UEFI variable failed
 2019-05-14 10:38 UTC  (4+ messages)

[U-Boot] [PATCH v4 0/2] support for ROHM BD71837 and BD71847 PMICs
 2019-05-14 10:37 UTC  (3+ messages)
` [U-Boot] [PATCH v4 2/2] regulator: bd718x7: support "

[U-Boot] [PATCH v3 0/2] support for ROHM BD71837 and BD71847 PMICs
 2019-05-14 10:37 UTC  (5+ messages)
` [U-Boot] [PATCH v3 2/2] regulator: bd718x7: support "

[U-Boot] [PATCH] efi_loader: bootmgr: print a message when loading from BootNext failed
 2019-05-14 10:36 UTC  (4+ messages)

[U-Boot] [PATCH v2] mtd: spi: add spi flash id mt25qu512a
 2019-05-14 10:32 UTC 


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