public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-10-13 08:08:39 to 2017-10-16 14:41:59 UTC [more...]

[U-Boot] [PATCH v3 00/20] Add FPGA, SDRAM, SPL loadfs U-boot & booting to console
 2017-10-16 14:41 UTC  (23+ messages)
` [U-Boot] [PATCH v3 02/20] dts: Add FPGA bitstream properties to Arria 10 DTS
` [U-Boot] [PATCH v3 03/20] arm: socfpga: Add Arria 10 SoCFPGA programming interface
` [U-Boot] [PATCH v3 04/20] dts: Enable fpga-mgr node build for Arria 10 SPL
` [U-Boot] [PATCH v3 05/20] fs: Enable generic filesystems interface support in SPL
` [U-Boot] [PATCH v3 06/20] common: Generic firmware loader for file system
` [U-Boot] [PATCH v3 07/20] arm: socfpga: Fix with the correct polling status bit
` [U-Boot] [PATCH v3 08/20] arm: socfpga: Add drivers for programing FPGA from flash
` [U-Boot] [PATCH v3 09/20] arm: socfpga: Rename the gen5 sdram driver to more specific name
` [U-Boot] [PATCH v3 10/20] arm: socfpga: Add DRAM bank size initialization function
` [U-Boot] [PATCH v3 11/20] arm: socfpga: Add DDR driver for Arria 10
` [U-Boot] [PATCH v3 12/20] configs: Add DDR Kconfig support "
` [U-Boot] [PATCH v3 13/20] arm: socfpga: Enable SPL memory allocation
` [U-Boot] [PATCH v3 14/20] arm: socfpga: Improve comments for Intel SoCFPGA program header
` [U-Boot] [PATCH v3 15/20] arm: socfpga: Enhance Intel SoCFPGA program header to support Arria 10
` [U-Boot] [PATCH v3 16/20] arm: socfpga: Adding clock frequency info for U-boot
` [U-Boot] [PATCH v3 17/20] arm: socfpga: Adding SoCFPGA info for both SPL and U-boot
` [U-Boot] [PATCH v3 18/20] arm: socfpga: Enable function visible to other file
` [U-Boot] [PATCH v3 19/20] arm: socfpga: Enable DDR working
` [U-Boot] [PATCH v3 20/20] arm: socfpga: Enable SPL booting U-boot

[U-Boot] [PATCH v2] usb: dwc3: Allocate and flush dwc->ep0_trb in a cache aligned manner
 2017-10-16 14:41 UTC  (6+ messages)

[U-Boot] [PATCH] libfdt: give setup.py optional interpreter
 2017-10-16 13:55 UTC  (2+ messages)

[U-Boot] [PATCH v2] ARC: HSDK: introduce CREG GPIO driver
 2017-10-16 13:47 UTC  (2+ messages)
` [U-Boot] [uboot-snps-arc] "

[U-Boot] [PATCH] ARC: HSDK: introduce CREG GPIO driver
 2017-10-16 12:30 UTC  (6+ messages)

[U-Boot] [PATCH V2] imx: mx6slevk: fix mmc breakage
 2017-10-16 12:23 UTC 

[U-Boot] [PATCH] ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO
 2017-10-16 12:15 UTC 

[U-Boot] [PATCH] imx: mx6slevk: fix mmc breakage
 2017-10-16 12:10 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] net: phy: Add Broadcom BCM53xx switch driver
 2017-10-16  9:36 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] "
` [U-Boot] [PATCH 2/4] net: designware: Pad small packets
` [U-Boot] [PATCH 3/4] net: phy: b53: Add b53_reg read/write commands
` [U-Boot] [PATCH 4/4] configs: Update Lamobo_R1 with B53 switch options

[U-Boot] [PATCH] cmd:fastboot:Kconfig Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devices
 2017-10-16  7:36 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Disable hybrid mode for SPANSION S25FS-S family
 2017-10-16  7:24 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] sf: "
` [U-Boot] [PATCH 2/2] sf: Fix s25fs512s erase size and remove SECT_4K flag

[U-Boot] [PATCH] i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclass
 2017-10-16  6:26 UTC  (2+ messages)

[U-Boot] [PATCH 00/20] ARM: uniphier: various refactoring for v2017.11-rc2
 2017-10-16  6:25 UTC  (29+ messages)
` [U-Boot] [PATCH 01/20] ARM: uniphier: switch to CONFIG_ENV_IS_NOWHERE
` [U-Boot] [PATCH 02/20] gpio: uniphier: rework single device node model
` [U-Boot] [PATCH 03/20] ARM: dts: uniphier: update GPIO nodes
` [U-Boot] [PATCH 04/20] pinctrl: uniphier: set PUPD_SIMPLE cap flag for PXs3
` [U-Boot] [PATCH 05/20] pinctrl: uniphier: simplify input enable and delete pin arrays
` [U-Boot] [PATCH 06/20] ARM: uniphier: use pr_() instead of printf() where appropriate
` [U-Boot] [PATCH 07/20] usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>
` [U-Boot] [PATCH 08/20] i2c: uniphier: replace debug() with dev_dbg()
` [U-Boot] [PATCH 09/20] i2c: uniphier-f: "
` [U-Boot] [PATCH 10/20] clk: uniphier: rework for better clock tree structure
` [U-Boot] [PATCH 11/20] clk: uniphier: add PXs3 clock data
` [U-Boot] [PATCH 12/20] clk: uniphier: add peripheral "
` [U-Boot] [PATCH 13/20] reset: uniphier: fix the first argument passed to dev_err()
` [U-Boot] [PATCH 14/20] i2c: uniphier: use clk for enable and get_rate
` [U-Boot] [PATCH 15/20] i2c: uniphier-f: "
` [U-Boot] [PATCH 16/20] ARM: uniphier: split u-boot, dm-pre-reloc out to uniphier-v7-u-boot.dtsi
` [U-Boot] [PATCH 17/20] ARM: dts: uniphier: prepare to use clock for serial
` [U-Boot] [PATCH 18/20] serial: uniphier: use clk for enable and get_rate
` [U-Boot] [PATCH 19/20] ARM: dts: uniphier: sync DT with Linux 4.14-rc4
` [U-Boot] [PATCH 20/20] ARM: uniphier: change the default of SoC select to UNIPHIER_V7_MULTI

[U-Boot] [PATCH v3 1/2] LS1088A_QSPI: SECURE_BOOT: Images validation
 2017-10-16  5:04 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] LS1088A_QSPI: Add secure boot defconfigs for QSPI boot
` [U-Boot] [Patch v2] LS2080A_SECURE_BOOT: Enable CONFIG_FSL_LS_PPA

[U-Boot] Silencing SPL output
 2017-10-16  4:24 UTC  (2+ messages)

[U-Boot] [GIT PULL] u-boot-uniphier
 2017-10-15 23:25 UTC  (2+ messages)

[U-Boot] [PATCH V3] usb: xhci: Add Renesas R-Car xHCI driver
 2017-10-15 15:17 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] ARM: uniphier: enable DWC3 xHCI driver
 2017-10-15 13:37 UTC  (5+ messages)
` [U-Boot] [PATCH 2/4] ARM: uniphier: adjust ifdefs for new UniPhier DWC3 CONFIG
` [U-Boot] [PATCH 3/4] mtd: nand: denali_dt: add clock support
` [U-Boot] [PATCH 4/4] clk: uniphier: add NAND controller clock

[U-Boot] efi_loader triggers fec_mxc messages when booting off mmc
 2017-10-15 13:35 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
 2017-10-15 13:31 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mtd: nand: do not check R/B# for CMD_SET_FEATURES "

[U-Boot] [PATCH 1/2] wandboard: Remove cpu type check prior to setup_sata()
 2017-10-15 13:21 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] udoo: "

[U-Boot] [PATCH V2] usb: xhci: Add Renesas R-Car xHCI driver
 2017-10-15 13:03 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: rmobile: Enable xHCI on RCar Gen3 boards
 2017-10-15 13:02 UTC 

[U-Boot] [PATCH] net: fec_mxc: Change "error frame" message to debug level
 2017-10-15 13:01 UTC 

[U-Boot] [PATCH] [RFC] MAINTAINERS: Add myself as RCar/RMobile comaintainer
 2017-10-15 12:53 UTC 

[U-Boot] 'filesize' env var - making U-Boot command more scriptable?
 2017-10-15 11:50 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__
 2017-10-15  9:48 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/3] kbuild: Get rid of KBUILD_STR
` [U-Boot] [PATCH v2 2/3] kbuild: add stringify helper to quote a string passed to C files
` [U-Boot] [PATCH v2 3/3] kbuild: redefine __FILE__ as relative path from $(srctree) if possible

[U-Boot] [PATCH v3 1/1] x86: provide CONFIG_BUILD_ROM
 2017-10-15  9:21 UTC  (4+ messages)

[U-Boot] [PATCH] moveconfig: Fix error message for a missing toolchain
 2017-10-15  9:17 UTC  (3+ messages)

[U-Boot] [PATCH] moveconfig: fix error message in do_autoconf()
 2017-10-15  9:14 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin
 2017-10-15  7:54 UTC  (2+ messages)

[U-Boot] [PATCH] spi: kirkwood_spi: implement workaround for FE-9144572
 2017-10-15  7:53 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] net: phy: Add Broadcom BCM53xx switch driver
 2017-10-14 20:21 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] "
` [U-Boot] [PATCH 2/4] net: designware: Pad small packets
` [U-Boot] [PATCH 3/4] net: phy: b53: Add b53_reg read/write commands
` [U-Boot] [PATCH 4/4] configs: Update Lamobo_R1 with B53 switch options

[U-Boot] [PATCH v2 00/26] mmc: Add support for HS200 and UHS modes
 2017-10-14 14:51 UTC  (4+ messages)

[U-Boot] [PATCH v4 1/2] wandboard: Add support for the latest revd1 revision
 2017-10-14 12:23 UTC  (6+ messages)
` [U-Boot] [PATCH v4 2/2] wandboard: Add support for the MX6QP variant

[U-Boot] [PATCH v5] wandboard: Add support for the MX6QP variant
 2017-10-14 12:17 UTC 

[U-Boot] [PATCH] am33xx: Add a function to query MPU voltage in uV
 2017-10-14  3:07 UTC  (2+ messages)

[U-Boot] [PULL] efi patch queue 2017-10-13
 2017-10-14  2:35 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] arm: am57xx: Add vendor partition to Android GPT table for eMMC
 2017-10-14  2:34 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] arm: dra7xx: "
` [U-Boot] [PATCH 3/4] omap-common: fastboot: extend cpu type for DRA71x rev 2.1
` [U-Boot] [PATCH 4/4] arm: dra76: fastboot: extend cpu type for getvar command

[U-Boot] [PATCH 1/1] test/py/tests/test_sleep.py: test time approximately
 2017-10-13 20:35 UTC  (6+ messages)
      ` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH v3 0/7] Enable falcon boot for LS1043ARDB
 2017-10-13 18:34 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/7] spl: fix assignment of board info to global data

[U-Boot] [PATCH v2] armv8: ls1088a: Update MC boot sequence
 2017-10-13 18:32 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: fsl-layerscape: Allocate Secure memory from first ddr region
 2017-10-13 18:32 UTC  (2+ messages)

[U-Boot] [PATCH] ls1021aiot: Move CONFIG_CMD_BOOTZ to Kconfig
 2017-10-13 18:30 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: Apply workaround for USB erratum A-009007 to LS1088A
 2017-10-13 18:30 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: ls1046aqds: Fix NAND offset for Fman ucode and env
 2017-10-13 18:29 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/9] efi_loader: implement SetWatchdogTimer
 2017-10-13 17:33 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] efi_loader: move efi_search_obj up in code
` [U-Boot] [PATCH v2 2/9] efi_loader: implement SetWatchdogTimer
` [U-Boot] [PATCH v2 3/9] efi_selftest: provide test for watchdog timer
` [U-Boot] [PATCH v2 4/9] efi_loader: new function utf8_to_utf16
` [U-Boot] [PATCH v2 5/9] efi_loader: guard against double inclusion of efi_loader.h
` [U-Boot] [PATCH v2 6/9] efi_selftest: allow to select a single test for exexution
` [U-Boot] [PATCH v2 7/9] efi_selftest: test reboot by watchdog
` [U-Boot] [PATCH v2 8/9] test/py: test reboot by EFI watchdog
` [U-Boot] [PATCH v2 9/9] test/py: fix typo in test_efi_loader.py

[U-Boot] [PATCH 1/1] scripts/get_maintainer.pl: update to current version
 2017-10-13 17:31 UTC 

[U-Boot] [PATCH v2] DW SPI: Get clock value from Device Tree
 2017-10-13 15:18 UTC 

[U-Boot] [PATCH] power: extend prefix match to regulator-name property
 2017-10-13 15:02 UTC  (3+ messages)

[U-Boot] [PATCH 00/11] efi_loader: patches for Shell.efi
 2017-10-13 14:08 UTC  (4+ messages)
` [U-Boot] [PATCH 07/11] efi_loader: fix events

[U-Boot] fsl_esdhc driver is broken with DM
 2017-10-13 13:33 UTC  (13+ messages)

[U-Boot] [PATCH v2] mx6slevk: Fix MMC breakage for the SPL target
 2017-10-13 13:27 UTC 

[U-Boot] U-Boot download link broken
 2017-10-13 12:41 UTC 

[U-Boot] [PATCH 1/6] mmc: uniphier-sd: Always check controller version
 2017-10-13 11:40 UTC  (4+ messages)
` [U-Boot] [PATCH 2/6] mmc: uniphier-sd: Use mmc_of_parse()

[U-Boot] [PATCH] drivers: core: Add translation in live tree case
 2017-10-13 11:21 UTC 

[U-Boot] [PATCH 1/3] x86: fsp: Consolidate Azalia header file
 2017-10-13 11:14 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] x86: baytrail: fsp: Use a function to update the Azalia config pointer
` [U-Boot] [PATCH 3/3] x86: baytrail: fsp: Move Azalia update codes to board

[U-Boot] [PATCH 1/2] x86: baytrail: Fix unstable ACPI S3 resume
 2017-10-13 11:09 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] x86: Turn off running VGA ROM during "

[U-Boot] [PATCH v2 0/2] Support for TI bandgap temperature sensor
 2017-10-13 11:02 UTC  (2+ messages)

[U-Boot] [PATCH] [RFC] imx: dek_blob: Fix lock-up on dek_blob command
 2017-10-13 10:53 UTC 

[U-Boot] [PATCH] simple-bus: remove DECLARE_GLOBAL_DATA_PTR and <common.h>
 2017-10-13 10:28 UTC 

[U-Boot] [PATCH 0/3] kbuild: always use relative path for __FILE__
 2017-10-13  9:12 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] kbuild: Get rid of KBUILD_STR
` [U-Boot] [PATCH 2/3] kbuild: add stringify helper to quote a string passed to C files
` [U-Boot] [PATCH 3/3] kbuild: redefine __FILE__ as relative path from $(srctree) if possible

[U-Boot] [PATCH] arm: Start AArch32 Linux in EL1 instead of EL2 on AArch64
 2017-10-13  8:42 UTC  (6+ messages)

[U-Boot] [PATCH 0/11] efi_loader: implement SetWatchdogTimer
 2017-10-13  8:22 UTC  (5+ messages)
` [U-Boot] [PATCH 05/11] efi_loader: move efi_search_obj up in code


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