public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-07-07 10:33:27 to 2017-07-10 22:09:29 UTC [more...]

[U-Boot] [PATCH 00/30] env: Move environment code to use location drivers
 2017-07-10 22:09 UTC  (35+ messages)
` [U-Boot] [PATCH 01/30] Makefile: Rename 'env' target to 'environ'
` [U-Boot] [PATCH 02/30] Move environment files from common/ to env/
` [U-Boot] [PATCH 03/30] Convert CONFIG_ENV_IS_IN_MMC et al to Kconfig
` [U-Boot] [PATCH 04/30] env: Move help from README "
` [U-Boot] [PATCH 05/30] Convert CONFIG_ENV_IS_IN_FLASH "
` [U-Boot] [PATCH 06/30] Convert CONFIG_ENV_IS_IN_NVRAM "
` [U-Boot] [PATCH 07/30] Convert CONFIG_ENV_IS_IN_EEPROM "
` [U-Boot] [PATCH 08/30] Convert CONFIG_ENV_IS_IN_DATAFLASH "
` [U-Boot] [PATCH 09/30] Convert CONFIG_ENV_IS_IN_SPI_FLASH "
` [U-Boot] [PATCH 10/30] Convert CONFIG_ENV_IS_IN_REMOTE "
` [U-Boot] [PATCH 11/30] Convert CONFIG_ENV_IS_IN_FAT "
` [U-Boot] [PATCH 12/30] env: common: Make env_get_addr/get_char_memory() static
` [U-Boot] [PATCH 13/30] env: common: Drop env_get_addr()
` [U-Boot] [PATCH 14/30] env: common: Factor out the common env_valid check
` [U-Boot] [PATCH 15/30] env: common: Drop env_get_char_init()
` [U-Boot] [PATCH 16/30] env: common: Drop env_get_char_memory()
` [U-Boot] [PATCH 17/30] env: Add an enum for environment state
` [U-Boot] [PATCH 18/30] env: Rename nand env_location to nand_env_location
` [U-Boot] [PATCH 19/30] env: Create a location driver for each location
` [U-Boot] [PATCH 20/30] env: Add a new implementation of environment access
` [U-Boot] [PATCH 21/30] env: Switch over to use environment location drivers
` [U-Boot] [PATCH 22/30] env: Drop common init() functions
` [U-Boot] [PATCH 23/30] env: Drop the env_name_spec global
` [U-Boot] [PATCH 24/30] env: Drop unused env_ptr variables
` [U-Boot] [PATCH 25/30] env: Drop env_init_new()
` [U-Boot] [PATCH 26/30] env: Drop env_get_char_spec()
` [U-Boot] [PATCH 27/30] env: Drop env_relocate_spec() in favour of env_load()
` [U-Boot] [PATCH 28/30] env: Drop saveenv() in favour of env_save()
` [U-Boot] [PATCH 29/30] env: Adjust the get_char() method to return an int
` [U-Boot] [PATCH 30/30] env: Adjust the load() method to return an error

[U-Boot] [PATCH 1/4] wandboard: Set fdt based on board_rev and board_name
 2017-07-10 21:40 UTC  (11+ messages)
` [U-Boot] [PATCH 2/4] wandboard: Use PARTUUID to specify the rootfs location
` [U-Boot] [PATCH 3/4] mx6cuboxi: "
` [U-Boot] [PATCH 4/4] embestmx6boards: "

[U-Boot] [ PATCH v3] net: move Broadcom SF2 driver to Kconfig
 2017-07-10 21:05 UTC 

[U-Boot] [PATCH 1/2] moveconfig: Tidy up imply flag parsing
 2017-07-10 20:47 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] RFC: moveconfig: Use toolchains from buildman

[U-Boot] [ANN] U-Boot v2017.07 is released
 2017-07-10 20:42 UTC  (2+ messages)

[U-Boot] [PATCH] km/common: remove unused function declarations
 2017-07-10 20:09 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 0/6] AM43xx OP-TEE support
 2017-07-10 19:48 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/6] arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c
` [U-Boot] [PATCH v2 2/6] arm: mach-omap2: Factor out common FDT fixup suport
` [U-Boot] [PATCH v2 3/6] arm: mach-omap2: fdt-common: Add OP-TEE node when firmware node is defined
` [U-Boot] [PATCH v2 4/6] arm: mach-omap2: am33xx: Add FDT fixup suport for AM33xx/AM43xx boards
` [U-Boot] [PATCH v2 5/6] board: ti: am43xx: Add TEE loading and firewall setup
` [U-Boot] [PATCH v2 6/6] board: ti: am43xx: Add FDT fixup for HS devices

[U-Boot] [PATCH 0/6] AM43xx OP-TEE support
 2017-07-10 19:45 UTC  (4+ messages)
` [U-Boot] [PATCH 5/6] board: ti: am43xx: Add TEE loading and firewall setup

[U-Boot] [PATCH] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-07-10 19:44 UTC  (7+ messages)

[U-Boot] [PATCH 1/2] mx6sabreauto: Do not enable WEIM by default
 2017-07-10 18:59 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mx6sabre: Use PARTUUID to specify the rootfs location

[U-Boot] [PATCH] stm32: Correct positioning of declaration
 2017-07-10 17:39 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd, nand: fix broken output of "nand info"
 2017-07-10 17:07 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] libfdt: Drop -FDT_ERR_TOODEEP
 2017-07-10 17:07 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [ANN] U-Boot v2017.07-rc2 released
 2017-07-10 16:38 UTC  (18+ messages)

[U-Boot] U-Boot image with multiple u-Boot dt blobs selected at low level boot
 2017-07-10 16:38 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] mtd/spi: Support of non-jedec MRAM devices
 2017-07-10 16:31 UTC 

[U-Boot] [PATCH v2 00/18] usb: xhci: Fix USB xHCI support on Intel platform
 2017-07-10 14:46 UTC  (2+ messages)

[U-Boot] [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC
 2017-07-10 13:44 UTC  (3+ messages)

[U-Boot] USB power is not enabled fro BeagleBone Black
 2017-07-10 13:17 UTC  (6+ messages)

[U-Boot] u-boot for loading RTOS instead of Linux
 2017-07-10 11:49 UTC  (2+ messages)

[U-Boot] [PATCH v6 0/5] Extend xhci-dwc3
 2017-07-10 10:03 UTC  (8+ messages)
` [U-Boot] [PATCH v6 1/5] usb: host: xhci-dwc3: Convert driver to DM
` [U-Boot] [PATCH v6 2/5] usb: host: xhci-dwc3: Add dual role mode support from DT
` [U-Boot] [PATCH v6 3/5] drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails
` [U-Boot] [PATCH v6 4/5] drivers: phy: add generic_phy_valid() method
` [U-Boot] [PATCH v6 5/5] usb: host: xhci-dwc3: Add generic PHY support

[U-Boot] [PATCH] mmc: pic32_sdhci: Complete the transition to driver model
 2017-07-10  9:17 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] arm: zynq: Label whole PL part as fpga_full region
 2017-07-10  7:33 UTC  (3+ messages)

[U-Boot] Arria 10 binary too large
 2017-07-10  7:21 UTC  (2+ messages)

[U-Boot] [PATCH] net: gmac_rockchip: Add support for pinctrl
 2017-07-10  6:43 UTC  (3+ messages)

[U-Boot] [PATCH 1/8] armv8: Add workaround for USB erratum A-009008
 2017-07-10  2:24 UTC  (8+ messages)
` [U-Boot] [PATCH 2/8] armv8: Add workaround for USB erratum A-009798
` [U-Boot] [PATCH 3/8] armv8: Add workaround for USB erratum A-008997
` [U-Boot] [PATCH 4/8] armv8: Add workaround for USB erratum A-009007
` [U-Boot] [PATCH 5/8] armv7: Add workaround for USB erratum A-009008
` [U-Boot] [PATCH 6/8] armv7: Add workaround for USB erratum A-009798
` [U-Boot] [PATCH 7/8] armv7: Add workaround for USB erratum A-008997
` [U-Boot] [PATCH 8/8] armv7: Add workaround for USB erratum A-009007

[U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver
 2017-07-10  2:14 UTC  (7+ messages)

[U-Boot] [PATCH v2 0/4] Add support for Meson GXBB GPIOs to U-Boot
 2017-07-09 22:30 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] arm: dts: meson: import dts files from Linux 4.12
` [U-Boot] [PATCH v2 2/4] pinctrl: meson: add GPIO support
` [U-Boot] [PATCH v2 3/4] odroid-c2: enable GPIO
` [U-Boot] [PATCH v2 4/4] pinctrl: meson: convert to livetree

[U-Boot] Sinovoip M2+ defconfig
 2017-07-09 15:16 UTC  (2+ messages)

[U-Boot] [PATCH 00/12] tegra: nyan-big: Support chainloading and add documentation
 2017-07-09 13:59 UTC  (12+ messages)

[U-Boot] [PATCH] MAINTAINERS: drop bcm283x/rpi maintainership
 2017-07-09  0:43 UTC  (2+ messages)

[U-Boot] [PATCH v4] powerpc, 8xx: Add support for MCR3000 board from CSSI
 2017-07-09  0:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 10/10] powerpc, 8xx: move Serial driver to drivers/serial/
 2017-07-09  0:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 09/10] powerpc, 8xx: move SPI driver to drivers/spi/
 2017-07-09  0:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 08/10] powerpc, 8xx: move FEC Ethernet driver in drivers/net
 2017-07-09  0:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 07/10] powerpc, 8xx: Migrate to Kconfig
 2017-07-09  0:25 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,07/10] "

[U-Boot] [PATCH v2 06/10] powerpc, 8xx: Properly set CPM frequency in the device tree
 2017-07-09  0:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 05/10] powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks
 2017-07-09  0:24 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2b 04/10] powerpc, 8xx: Implement GLL2 ERRATA
 2017-07-09  0:24 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2b, "

[U-Boot] [PATCH v2 03/10] powerpc, 8xx: Use IO accessors to access IO memory
 2017-07-09  0:24 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 02/10] powerpc, 8xx: move specific reginfo
 2017-07-09  0:24 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,02/10] "

[U-Boot] [PATCH v2 01/10] powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/
 2017-07-09  0:24 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v6] powerpc: Partialy restore core of mpc8xx
 2017-07-09  0:24 UTC  (2+ messages)
` [U-Boot] [U-Boot,v6] "

[U-Boot] [PATCH v4 00/17] nand: remove direct acces to nand_info array
 2017-07-08 18:32 UTC  (6+ messages)
` [U-Boot] [PATCH v4 01/18] cmd: nand: abstract global variable usage for dm conversion

[U-Boot] [PATCH] mx6sabreauto: Add Falcon mode support
 2017-07-08 15:24 UTC  (2+ messages)

[U-Boot] Sinovoip Bananapi M1+ defconfig
 2017-07-08  5:36 UTC 

[U-Boot] [PATCH v3 00/35] dm: tegra: Move nyan-big, jetson-tk1, beaver to livetree
 2017-07-07 22:09 UTC  (8+ messages)
` [U-Boot] [PATCH v3 25/35] dm: tegra: pci: Convert "

[U-Boot] [PATCH 1/5] net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021
 2017-07-07 20:46 UTC  (11+ messages)
` [U-Boot] [PATCH 2/5] net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers
  ` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH 3/5] configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1
` [U-Boot] [PATCH 4/5] net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxx
  ` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH 5/5] net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options
  ` [U-Boot] [U-Boot, "
` [U-Boot] [U-Boot, 1/5] net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021

[U-Boot] [PATCH] ARM: ti816x: Fix enabling GPIO0, enable GPIO1 as well
 2017-07-07 19:21 UTC 

[U-Boot] [PATCH 0/5] db410c: updates for grub + gfxterm
 2017-07-07 15:17 UTC  (3+ messages)
` [U-Boot] [PATCH 1/5] board/db410c: use fdt passed from lk

[U-Boot] [PATCH 0/2] dm: ahci: Fix dwc_ahci
 2017-07-07 14:34 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] pipe3: Fix broken dependency

[U-Boot] [RFC PATCH 0/2] Add support for two modules from Laird
 2017-07-07 14:33 UTC  (5+ messages)
` [U-Boot] [RFC PATCH 1/2] board: laird: add WB45N CPU module
` [U-Boot] [RFC PATCH 2/2] board: laird: add WB50N "

[U-Boot] [PATCH v4 0/6] Support for the Turris Omnia router
 2017-07-07 13:36 UTC  (5+ messages)
` [U-Boot] [PATCH v4 3/7] arch/arm/dts: Add Turris Omnia device tree

[U-Boot] UBOOT For R-Car/Boards/H3SK (Over Xen Hypervisor )
 2017-07-07 11:49 UTC 

[U-Boot] [PATCH] am335x: sl50: Enable CONFIG_AUTOBOOT_KEYED
 2017-07-07 11:42 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] board/BuR/brppt1: fix MMC boot
 2017-07-07 11:42 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH v1 3/3] wdt: Unify option of timeout value
 2017-07-07 11:42 UTC  (2+ messages)
` [U-Boot] [U-Boot,v1,3/3] "

[U-Boot] [PATCH v1 1/3] wdt: Fix spelling Resettting -> Resetting
 2017-07-07 11:42 UTC  (5+ messages)
` [U-Boot] [PATCH v1 2/3] wdt: Timeout better to be in microseconds
` [U-Boot] [U-Boot, v1, 1/3] wdt: Fix spelling Resettting -> Resetting

[U-Boot] [PATCH v3] avr32: Retire AVR32 for good
 2017-07-07 11:42 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3] "

[U-Boot] [PATCH] km/common: remove unused code
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 1/1] configs: Odroid C2: enable device tree overlays
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2] mkimage: fix display of image types list
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH 4/4] CHIP: add device tree overlay support
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] [U-Boot,4/4] "

[U-Boot] [PATCH 3/4] 96boards: dragonboard/hikey: add device tree overlay support
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/4] am335x: beagle/evm: add device tree overlay support
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4] Raspberry Pi: add device tree overlay support
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] arm64: use psci reset on snapdragon
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] igep003x: Falcon mode
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] igep00x0: Enable UBI fastmap
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] spl: Make UBI fastmap support Kconfig selectable
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] odroid-c2: Populate serial# environment variable from efuse
 2017-07-07 11:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] gpio: add static to get_function()
 2017-07-07 11:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] serial: make serial_stub_* to static functions
 2017-07-07 11:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 0/5] uboot overlays and FIT image
 2017-07-07 10:33 UTC  (4+ messages)
` [U-Boot] [PATCH 4/5] test: overlay: Add unit test for stacked overlay


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