public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-07-30 18:15:51 to 2017-08-01 09:48:16 UTC [more...]

[U-Boot] [RFC PATCH 0/6] rockchip: rk3368: remove secure timer usage and use DM timer
 2017-08-01  9:48 UTC  (11+ messages)
` [U-Boot] [RFC PATCH 1/6] timer: add OF_PLATDATA support for timer-uclass
` [U-Boot] [RFC PATCH 2/6] dm: timer: normalise SPL and TPL support
` [U-Boot] [RFC PATCH 3/6] rockchip: timer: add device-model timer driver for RK3368 (and similar)
` [U-Boot] [RFC PATCH 4/6] dts: rk3368: make timer0 accessible for SPL and TPL
` [U-Boot] [RFC PATCH 5/6] rockchip: lion-rk3368: defconfig: enable DM timer for all stages

[U-Boot] [PATCH v2 00/22] x86: kconfig clean up
 2017-08-01  9:18 UTC  (47+ messages)
` [U-Boot] [PATCH v2 01/22] x86: kconfig: Select TIMER and X86_TSC_TIMER
` [U-Boot] [PATCH v2 02/22] x86: kconfig: Select USE_PRIVATE_LIBGCC
` [U-Boot] [PATCH v2 03/22] x86: kconfig: Select PCI and DM_PCI
` [U-Boot] [PATCH v2 04/22] x86: kconfig: Imply HAVE_INTEL_ME in the platform Kconfig
` [U-Boot] [PATCH v2 05/22] x86: kconfig: Let board select BOARD_EARLY_INIT_F
` [U-Boot] [PATCH v2 06/22] x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig
` [U-Boot] [PATCH v2 07/22] x86: kconfig: Select ARCH_EARLY_INIT_R "
` [U-Boot] [PATCH v2 08/22] x86: kconfig: Imply ENABLE_MRC_CACHE "
` [U-Boot] [PATCH v2 09/22] x86: kconfig: Select OF_CONTROL
` [U-Boot] [PATCH v2 10/22] x86: kconfig: Imply DM uclass drivers
` [U-Boot] [PATCH v2 11/22] x86: baytrail: kconfig: Imply platform specific drivers
` [U-Boot] [PATCH v2 12/22] x86: ivybridge: "
` [U-Boot] [PATCH v2 13/22] x86: broadwell: "
` [U-Boot] [PATCH v2 14/22] x86: coreboot: kconfig: Imply drivers that are useful
` [U-Boot] [PATCH v2 15/22] x86: queensbay: kconfig: Imply platform specific drivers
` [U-Boot] [PATCH v2 16/22] x86: tangier: "
` [U-Boot] [PATCH v2 17/22] x86: quark: "
` [U-Boot] [PATCH v2 18/22] x86: qemu: "
` [U-Boot] [PATCH v2 19/22] x86: qemu: Remove SPI flash from defconfigs
` [U-Boot] [PATCH v2 20/22] x86: kconfig: Let board select SPI flash
` [U-Boot] [PATCH v2 21/22] x86: kconfig: Move USB to platform Kconfig
` [U-Boot] [PATCH v2 22/22] x86: Convert INTEL_ICH6_GPIO to Kconfig

[U-Boot] [PATCH 1/1] x86: ivybridge: remove unused uma_memory_size
 2017-08-01  9:12 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/4] x86: Convert all boards to DM MMC and SCSI
 2017-08-01  9:12 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/4] dm: scsi: Add a generic PCI-based AHCI driver
` [U-Boot] [PATCH v2 2/4] block: ide: Fix build error when CONFIG_BLK is on
` [U-Boot] [PATCH v2 3/4] x86: Convert MMC to driver model
` [U-Boot] [PATCH v2 4/4] x86: Switch all boards to use DM SCSI

[U-Boot] [PATCH 1/6] x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO
 2017-08-01  9:11 UTC  (12+ messages)
` [U-Boot] [PATCH 2/6] x86: tsc: Identify Intel-specific code
` [U-Boot] [PATCH 3/6] x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()
` [U-Boot] [PATCH 4/6] x86: tsc: Update comments and expand definitions in freq_desc_tables[]
` [U-Boot] [PATCH 5/6] x86: tsc: Correct Silvermont reference clock values
` [U-Boot] [PATCH 6/6] x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()

[U-Boot] [PATCH 1/2] sf: Add Macronix MX25U6435F device parameters
 2017-08-01  9:11 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] sf: Preserve QE bit when clearing BP# bits for Macronix flash

[U-Boot] [PATCH v2 1/2] x86: Use default stack boundary alignment
 2017-08-01  9:11 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot

[U-Boot] [PATCH 1/2] x86: Use default stack boundary alignment
 2017-08-01  9:10 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/56] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
 2017-08-01  8:20 UTC  (3+ messages)
` [U-Boot] [PATCH v2 54/56] rockchip: board: lion-rk3368: add support for the RK3368-uQ7

[U-Boot] [PATCH v3 00/66] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
 2017-08-01  7:30 UTC  (6+ messages)
` [U-Boot] [PATCH v3 05/66] rockchip: back-to-bootrom: simplify the #ifdef-check for LIBGENERIC in TPL/SPL
` [U-Boot] [PATCH v3 50/66] rockchip: rk3368: add DRAM controller driver with DRAM initialisation

[U-Boot] [GIT PULL V2] Please pull u-boot-mmc master
 2017-08-01  5:52 UTC 

[U-Boot] [PATCH v2 00/40] dm: sata: Complete driver-model support for SATA
 2017-08-01  5:05 UTC  (11+ messages)
` [U-Boot] [PATCH v2 03/40] dm: blk: Add a generic function for block device commands
` [U-Boot] [PATCH v2 04/40] dm: sata: Adjust the 'sata' command to use blk_common_cmd()
` [U-Boot] [PATCH v2 05/40] dm: scsi: Adjust the 'scsi' "
` [U-Boot] [PATCH v2 06/40] dm: ide: Adjust the 'ide' "
` [U-Boot] [PATCH v2 07/40] dm: usb: Adjust the 'usb' "

[U-Boot] [PATCH v2 0/3] power: Add a driver to handle the PBIAS cell of the TI SOCs
 2017-08-01  4:23 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2 2/3] regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1

[U-Boot] [PATCH] mtd/spi: Add MT35XU512ABA1G12 NOR flash support
 2017-08-01  4:13 UTC 

[U-Boot] [GIT PULL] Please pull u-boot-mmc master
 2017-08-01  2:48 UTC  (3+ messages)

[U-Boot] [PATCH] rockchip: rk3399-firefly: update gmac parameter
 2017-08-01  1:40 UTC 

[U-Boot] [PATCH v2 07/14] Convert CONFIG_CMD_REGINFO to Kconfig
 2017-08-01  1:35 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [ANN] U-Boot v2017.09-rc1 released
 2017-08-01  0:42 UTC 

[U-Boot] [PATCHv2] configs: Migrate CMD_NAND*
 2017-08-01  0:42 UTC  (2+ messages)
` [U-Boot] [U-Boot,PATCHv2] "

[U-Boot] [PATCH 3/3] dm: console: Check for serial devices properly
 2017-08-01  0:42 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/3] console: Unify the check for a serial console
 2017-08-01  0:42 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig
 2017-08-01  0:42 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: mach-omap2: Align image address before cache operations
 2017-08-01  0:42 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HS
 2017-08-01  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/3] am43xx: Remove ethboot / usbhost_boot variants
 2017-08-01  0:41 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT
  ` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] Remove unused CONFIG_TWL4030_PWM
 2017-08-01  0:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/1] serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig
 2017-08-01  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] dm: Kconfig: fix typo in help for SPL_PINCTRL
 2017-08-01  0:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] mkimage: check environment for dtc binary location
 2017-07-31 20:17 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] armv7m: mpu_config add missing break
 2017-07-31 18:18 UTC  (2+ messages)

[U-Boot] compilation failure on Powerpc with SPL
 2017-07-31 17:59 UTC  (6+ messages)

[U-Boot] [PATCH 2/2] MIPS: Stop building position independent code
 2017-07-31 17:13 UTC  (8+ messages)
` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH] board/freescale: Share qbman init between archs
 2017-07-31 16:53 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] image: Add TI PMMC image type
 2017-07-31 15:58 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: k2g: Add FIT image handler for PMMC firmware
` [U-Boot] [PATCH 3/3] configs: k2g_evm: Remove PMMC loading environment commands

[U-Boot] [PATCH 0/3] console: Tidy up console_dev_is_serial()
 2017-07-31 15:25 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] test/py: Handle the banner being printed after relocation

[U-Boot] [PULL] efi patch queue 2017-07-29
 2017-07-31 15:21 UTC  (2+ messages)

[U-Boot] [PATCH] efi_loader: Fix warning in efi_gop
 2017-07-31 15:20 UTC  (2+ messages)

[U-Boot] [RFC 1/1] m68k: mfc5227x: do not rely on uninitialized stack values
 2017-07-31 15:16 UTC  (2+ messages)

[U-Boot] [RFC PATCH 1/1] dm: core: add clocks node scan
 2017-07-31 15:12 UTC 

[U-Boot] [PATCH v4 00/29] env: Move environment code to use location drivers
 2017-07-31 14:46 UTC  (30+ messages)
` [U-Boot] [PATCH v4 01/29] Makefile: Rename 'env' target to 'environ'
` [U-Boot] [PATCH v4 02/29] Move environment files from common/ to env/
` [U-Boot] [PATCH v4 03/29] env: Move help from README to Kconfig
` [U-Boot] [PATCH v4 04/29] env: common: Make env_get_addr/get_char_memory() static
` [U-Boot] [PATCH v4 05/29] env: common: Drop env_get_addr()
` [U-Boot] [PATCH v4 06/29] env: common: Factor out the common env_valid check
` [U-Boot] [PATCH v4 07/29] env: common: Drop env_get_char_init()
` [U-Boot] [PATCH v4 08/29] env: common: Drop env_get_char_memory()
` [U-Boot] [PATCH v4 09/29] env: Add an enum for environment state
` [U-Boot] [PATCH v4 10/29] env: Rename nand env_location to nand_env_location
` [U-Boot] [PATCH v4 11/29] env: Create a location driver for each location
` [U-Boot] [PATCH v4 12/29] env: Add a new implementation of environment access
` [U-Boot] [PATCH v4 13/29] env: Switch over to use environment location drivers
` [U-Boot] [PATCH v4 14/29] env: Drop common init() functions
` [U-Boot] [PATCH v4 15/29] env: Drop the env_name_spec global
` [U-Boot] [PATCH v4 16/29] env: Drop unused env_ptr variables
` [U-Boot] [PATCH v4 17/29] env: Drop env_init_new()
` [U-Boot] [PATCH v4 18/29] env: Drop env_get_char_spec()
` [U-Boot] [PATCH v4 19/29] env: Drop env_relocate_spec() in favour of env_load()
` [U-Boot] [PATCH v4 20/29] env: Drop saveenv() in favour of env_save()
` [U-Boot] [PATCH v4 21/29] env: Rename setenv() to env_set()
` [U-Boot] [PATCH v4 22/29] env: Rename common functions related to setenv()
` [U-Boot] [PATCH v4 23/29] env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
` [U-Boot] [PATCH v4 24/29] env: Rename getenv/_f() to env_get()
` [U-Boot] [PATCH v4 25/29] env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
` [U-Boot] [PATCH v4 26/29] env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
` [U-Boot] [PATCH v4 27/29] env: Rename some other getenv()-related functions
` [U-Boot] [PATCH v4 28/29] env: Adjust the get_char() method to return an int
` [U-Boot] [PATCH v4 29/29] env: Adjust the load() method to return an error

[U-Boot] [PATCH 00/14] dm: sata: mmc: Convert a sunxi board to driver model for MMC, SATA
 2017-07-31 14:45 UTC  (13+ messages)
` [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

[U-Boot] [PATCH] arm64: zynqmp: Move dts zcu102 to zcu102-revA
 2017-07-31 14:45 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] clk: zynqmp: Add support for CCF driver
 2017-07-31 14:45 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] clk: zynqmp: Dont panic incase of mmio write/read failures
` [U-Boot] [PATCH 3/3] clk: zynqmp: Remove unused macros/variables

[U-Boot] [PATCH 0/2] misc: i2c_eeprom: Add compatibles
 2017-07-31 13:11 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] misc: i2c_eeprom: Add compatible for 24AA02E48
` [U-Boot] [PATCH 2/2] misc: i2c_eeprom: Add compatible for AT24MAC402

[U-Boot] [PATCH] env: add ENV_IS_ANYWHERE
 2017-07-31 12:42 UTC  (2+ messages)
` [U-Boot] [PATCH] vsprintf.c: add wide string (%ls) support

[U-Boot] [PATCH] arm: omap: Fix 'get_device_type()' for OMAP34XX
 2017-07-31 12:41 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH 0/5] Add intermediate driver(cff driver) between flash & FPGA
 2017-07-31 10:55 UTC  (9+ messages)
` [U-Boot] [PATCH 1/5] arm: socfpga: Add checking function on searching boot device
` [U-Boot] [PATCH 2/5] arm: socfpga: Add checking function on FPGA setting in FDT
` [U-Boot] [PATCH 3/5] configs: socfpga: Add config for RBF loading from FAT fs
` [U-Boot] [PATCH 4/5] arm: socfpga: Add intermediate driver between flash and FPGA manager
` [U-Boot] [PATCH 5/5] arm: socfpga: Enable cff driver build

[U-Boot] [PATCH 0/3] Remove unused FPGA feature from gen5 SPL
 2017-07-31 10:03 UTC  (10+ messages)
` [U-Boot] [PATCH 1/3] arm: socfpga: "

[U-Boot] [PATCH] usb: dwc2: Align size of invalidating dcache before starting DMA
 2017-07-31  9:33 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] ARM64: zynqmp: avoid out of buffer access
 2017-07-31  8:33 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/8] sf: improve support of (Q)SPI flash memories
 2017-07-31  7:29 UTC  (2+ messages)

[U-Boot] [PATCH v2] clk: Kconfig: Add dependences of SPL_CLK
 2017-07-31  7:21 UTC 

[U-Boot] [PATCH v2 0/6] board: atmel: Add new board SAMA5D27-SOM1-EK board
 2017-07-31  6:57 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] ARM: at91: spl: Adjust switching to oscillator for SAMA5D2
` [U-Boot] [PATCH v2 2/6] ARM: at91: spl: Add mck function to lower rate while switching
` [U-Boot] [PATCH v2 3/6] ARM: at91: spl: Add boot device for boot from QSPI
` [U-Boot] [PATCH v2 4/6] ARM: at91: mach: Add missing defines of MPDDRC
` [U-Boot] [PATCH v2 5/6] ARM: at91: Get the Chip ID of SAMA5D2 SiP
` [U-Boot] [PATCH v2 6/6] board: atmel: Add SAMA5D27 SOM1 EK board

[U-Boot] [PATCH 0/7] board: atmel: Convert to support DM_VIDEO
 2017-07-31  6:02 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] lib: at91: Add logo files used by API from DM_VIDEO
` [U-Boot] [PATCH 2/7] atmel: common: Add function to display via DM_VIDEO's API
` [U-Boot] [PATCH 3/7] board: sama5d2_xplained: Convert to support DM_VIDEO
` [U-Boot] [PATCH 4/7] board: sama5d3xek: "
` [U-Boot] [PATCH 5/7] board: sama5d4ek: "
` [U-Boot] [PATCH 6/7] board: sama5d4_xplained: "
` [U-Boot] [PATCH 7/7] board: at91sam9x5ek: "

[U-Boot] [PATCH 0/6] board: atmel: Add new board: SAMA5D27-SOM1-EK board
 2017-07-31  5:43 UTC  (7+ messages)
` [U-Boot] [PATCH 2/6] ARM: at91: spl: Add mck function to lower rate while switching
` [U-Boot] [PATCH 6/6] board: atmel: Add SAMA5D27 SOM1 EK board

[U-Boot] [PATCH v2 0/3] board: atmel: Set the ethernet mac address from eeprom
 2017-07-31  5:10 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] board: atmel: Create board/$(VENDOR)/common folder
` [U-Boot] [PATCH v2 2/3] board: sama5d2_xplained: Replace code to set mac address
` [U-Boot] [PATCH v2 3/3] board: sama5d4_xplained: Set mac address from eeprom

[U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA
 2017-07-31  2:46 UTC  (6+ messages)

[U-Boot] [PATCH] i2c: at91: Add missing probe function to device driver
 2017-07-31  1:56 UTC 

[U-Boot] [PATCH] rockchip: rk3288: fix EMMC_DIV_MASK definition in header
 2017-07-31  1:28 UTC 

[U-Boot] [PATCH 0/3] usb: xhci: Add interrupt transfer support
 2017-07-30 23:42 UTC  (6+ messages)
` [U-Boot] [PATCH 3/3] usb: configs: Clean up CONFIG_SYS_USB_EVENT_POLL_(xxx) in board configs

[U-Boot] [PATCH 1/1] lcd: avoid possible NULL dereference
 2017-07-30 19:59 UTC 

[U-Boot] [PATCH 1/1] arm: mvebu: ddr3_debug: remove self assignments
 2017-07-30 19:54 UTC 

[U-Boot] [PATCH 1/1] arm: mvebu: remove self assignment
 2017-07-30 19:51 UTC 

[U-Boot] [PATCH 1/1] tpm: add missing va_end
 2017-07-30 19:40 UTC 

[U-Boot] [PATCH 1/1] ARM: hisilicon: hikey: do not rely on random stack value
 2017-07-30 19:30 UTC 

[U-Boot] [PATCH 1/1] stm32: remove redundant 'else if'
 2017-07-30 18:46 UTC 

[U-Boot] [PATCH 1/1] arm: mvebu: avoid possible NULL dereference
 2017-07-30 18:40 UTC 

[U-Boot] [PATCH 1/1] bcm281xx: clock: avoid possible NULL dereference
 2017-07-30 18:27 UTC 

[U-Boot] [PATCH 1/1] arm: bcm235xx: clk_set_rate avoid possible NULL deref
 2017-07-30 18:22 UTC 

[U-Boot] [PATCH 1/1] arm: bcm235xx: avoid possible NULL dereference
 2017-07-30 18:15 UTC 


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