messages from 2017-08-01 09:48:49 to 2017-08-02 20:34:49 UTC [more...]
[U-Boot] [PATCH v4 00/66] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
2017-08-02 20:34 UTC (55+ messages)
` [U-Boot] [PATCH v4 01/66] spl: add a 'return to bootrom' boot method
` [U-Boot] [PATCH v4 02/66] spl: configure 'return to bootrom' separately for SPL and TPL
` [U-Boot] [PATCH v4 03/66] rockchip: back-to-bootrom: add 'back-to-bootrom' support for AArch64
` [U-Boot] [PATCH v4 04/66] rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL
` [U-Boot] [PATCH v4 05/66] rockchip: back-to-bootrom: simplify the #ifdef-check for LIBGENERIC in TPL/SPL
` [U-Boot] [PATCH v4 06/66] spl: use TPL_SYS_MALLOC_F_LEN for TPL
` [U-Boot] [PATCH v4 07/66] spl: dm: Kconfig: fix help text for SPL/TPL confusion
` [U-Boot] [PATCH v4 08/66] spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON
` [U-Boot] [PATCH v4 09/66] spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL
` [U-Boot] [PATCH v4 10/66] spl: dm: Kconfig: SPL_RAM depends on SPL_DM
` [U-Boot] [PATCH v4 11/66] spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)
` [U-Boot] [PATCH v4 12/66] spl: dm: Kconfig: SPL_CLK depends on SPL_DM
` [U-Boot] [PATCH v4 13/66] spl: dm: Kconfig: split CLK support for SPL and TPL
` [U-Boot] [PATCH v4 14/66] spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between "
` [U-Boot] [PATCH v4 15/66] spl: dm: use CONFIG_IS_ENABLED to test for the DM option
` [U-Boot] [PATCH v4 16/66] armv8: move low-level assembly functions into function-sections
` [U-Boot] [PATCH v4 17/66] armv8: spl: Support separate stack for TPL
` [U-Boot] [PATCH v4 18/66] spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE "
` [U-Boot] [PATCH v4 19/66] spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL
` [U-Boot] [PATCH v4 20/66] lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata
` [U-Boot] [PATCH v4 21/66] spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds
` [U-Boot] [PATCH v4 22/66] spl: add TPL_DRIVER_MISC_SUPPORT option
` [U-Boot] [PATCH v4 23/66] drivers: spl: consistently use the $(SPL_TPL_) macro
` [U-Boot] [PATCH v4 24/66] rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/U-Boot
` [U-Boot] [PATCH v4 25/66] rockchip: rk3368: improve Kconfig text for the RK3368
` [U-Boot] [PATCH v4 26/66] rockchip: rk3368: mkimage: add support "
` [U-Boot] [PATCH v4 27/66] rockchip: rk3368: pmugrf: add definitions for os_reg[0..3]
` [U-Boot] [PATCH v4 28/66] rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHz
` [U-Boot] [PATCH v4 29/66] rockchip: rk3368: spl: add memory layout for TPL and SPL
` [U-Boot] [PATCH v4 30/66] rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA
` [U-Boot] [PATCH v4 31/66] rockchip: rk3368: syscon: SGRF "
` [U-Boot] [PATCH v4 32/66] rockchip: rk3368: grf: use shifted-constants
` [U-Boot] [PATCH v4 33/66] rockchip: rk3368: dts: add sgrf node
` [U-Boot] [PATCH v4 34/66] rockchip: pinctrl: rk3368: add GMAC (RGMII only) support
` [U-Boot] [PATCH v4 35/66] rockchip: pinctrl: rk3368: add support for configuring the MMC pins
` [U-Boot] [PATCH v4 36/66] rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver
` [U-Boot] [PATCH v4 37/66] rockchip: pinctrl: rk3368: add SPI support
` [U-Boot] [PATCH v4 38/66] rockchip: clk: rk3368: implement bandwidth adjust for PLLs
` [U-Boot] [PATCH v4 39/66] rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver
` [U-Boot] [PATCH v4 40/66] rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM
` [U-Boot] [PATCH v4 41/66] rockchip: clk: rk3368: implement DPLL (DRAM PLL) support
` [U-Boot] [PATCH v4 42/66] rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ
` [U-Boot] [PATCH v4 43/66] rockchip: clk: rk3368: implement MMC/SD clock reparenting
` [U-Boot] [PATCH v4 44/66] rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)
` [U-Boot] [PATCH v4 45/66] rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock
` [U-Boot] [PATCH v4 46/66] rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()
` [U-Boot] [PATCH v4 47/66] rockchip: clk: rk3368: add support for configuring the SPI clocks
` [U-Boot] [PATCH v4 48/66] net: gmac_rockchip: Add support for the RK3368 GMAC
` [U-Boot] [PATCH v4 49/66] rockchip: Makefile: streamline SPL/TPL configuration
` [U-Boot] [PATCH v4 50/66] rockchip: rk3368: add DRAM controller driver with DRAM initialisation
` [U-Boot] [PATCH v4 51/66] rockchip: rk3368: dts: add DMC node in rk3368.dtsi
` [U-Boot] [PATCH v4 52/66] rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h
` [U-Boot] [PATCH v4 53/66] rockchip: rk3368: spl: add TPL support
` [U-Boot] [PATCH v4 54/66] rockchip: spl: make spl-boot-order code reusable (split from rk3399)
[U-Boot] [PATCH 5/5] boot: fdt: fixup the memory dt nodes falcon boot
2017-08-02 19:32 UTC (3+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] env: add ENV_IS_ANYWHERE
2017-08-02 18:15 UTC (6+ messages)
` [U-Boot] [PATCH] vsprintf.c: add wide string (%ls) support
[U-Boot] [PATCH v2 1/2] dm: core: Drop use of strlcpy()
2017-08-02 18:12 UTC (2+ messages)
` [U-Boot] [PATCH v2 2/2] dm: core: Show driver name with 'dm tree'
[U-Boot] [PATCH 0/5] x86: bootstage: Fix bootstage operation on link
2017-08-02 18:08 UTC (7+ messages)
` [U-Boot] [PATCH 1/5] board_f: Drop the timer after relocation
` [U-Boot] [PATCH 2/5] dm: x86: Allow TSC timer to be used before DM is ready
[U-Boot] [PATCH] mx6sabreauto: Fix IOMUXC_GPR6 and IOMUXC_GPR7 values
2017-08-02 17:08 UTC
[U-Boot] [PATCH] mx6sabresd: Fix IOMUXC_GPR6 and IOMUXC_GPR7 values
2017-08-02 17:03 UTC
[U-Boot] [PATCH] efi_loader: make pool allocations cacheline aligned
2017-08-02 16:24 UTC (5+ messages)
[U-Boot] [PATCH] imx-common: spl: return boot mode for asked MMC device in spl_boot_mode()
2017-08-02 15:32 UTC (3+ messages)
[U-Boot] [PATCH] misc: Makefile: Add condition on build i2c_eeprom
2017-08-02 15:31 UTC (2+ messages)
[U-Boot] [PATCH 1/8] armv8: Add workaround for USB erratum A-009008
2017-08-02 15:13 UTC (3+ messages)
[U-Boot] [PATCH v2 1/2] imx: imx6ul: correct get_cpu_speed_grade_hz on 696MHz SoCs
2017-08-02 15:05 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] imx: imx6ull: correct get_cpu_speed_grade_hz
[U-Boot] [RFC PATCH 0/2] Add support for two modules from Laird
2017-08-02 14:49 UTC (4+ messages)
` [U-Boot] [RFC PATCH 1/2] board: laird: add WB45N CPU module
[U-Boot] [PATCH 1/5] net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021
2017-08-02 14:35 UTC (11+ messages)
` [U-Boot] [PATCH 3/5] configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1
` [U-Boot] [PATCH 1/2] Move PHYLIB to Kconfig
` [U-Boot] [PATCH 2/2] Move PHY_MICREL and PHY_MICREL_KSZ90X1 "
[U-Boot] [PATCH] imx6: clock: correct comment for PLL_VIDEO
2017-08-02 14:18 UTC (2+ messages)
[U-Boot] [PATCH] imx6: fix SDn_CMD mux mode bitfield arguments
2017-08-02 13:58 UTC (5+ messages)
` [U-Boot] [PATCH] imx6: use SION macro in "
[U-Boot] Please pull u-boot-x86
2017-08-02 13:55 UTC (2+ messages)
[U-Boot] [GIT PULL V2] Please pull u-boot-mmc master
2017-08-02 13:54 UTC (2+ messages)
[U-Boot] [PATCH 1/3] rockchip: add u-boot specific dts for rk3368 based boards
2017-08-02 13:27 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] rockchip: set Pre-reloc malloc pool size to 4kb "
` [U-Boot] [PATCH 3/3] rockchip: remove the hard coded uart iomux setting for px5 evb
[U-Boot] [PATCH 1/1] imx: imx6ull: correct get_cpu_speed_grade_hz on 696MHz SoCs
2017-08-02 13:09 UTC (4+ messages)
[U-Boot] [PATCH 1/1] lcd: avoid possible NULL dereference
2017-08-02 13:03 UTC (3+ messages)
[U-Boot] [PATCH v3 00/66] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
2017-08-02 12:59 UTC (28+ messages)
` [U-Boot] [PATCH v3 16/66] armv8: move low-level assembly functions into function-sections
` [U-Boot] [PATCH v3 18/66] spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPL
` [U-Boot] [PATCH v3 31/66] rockchip: rk3368: syscon: SGRF support for OF_PLATDATA
` [U-Boot] [PATCH v3 48/66] net: gmac_rockchip: Add support for the RK3368 GMAC
` [U-Boot] [PATCH v3 50/66] rockchip: rk3368: add DRAM controller driver with DRAM initialisation
` [U-Boot] [PATCH v3 51/66] rockchip: rk3368: dts: add DMC node in rk3368.dtsi
` [U-Boot] [PATCH v3 56/66] rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368
` [U-Boot] [PATCH v3 61/66] spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig
` [U-Boot] [PATCH v3 62/66] armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK
` [U-Boot] [PATCH v3 63/66] rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL
` [U-Boot] [PATCH v3 65/66] rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its
[U-Boot] U-boot 2017.07 not working on Raspberry Pi
2017-08-02 12:13 UTC
[U-Boot] [RFC PATCH 0/6] rockchip: rk3368: remove secure timer usage and use DM timer
2017-08-02 11:30 UTC (6+ messages)
` [U-Boot] [RFC PATCH 3/6] rockchip: timer: add device-model timer driver for RK3368 (and similar)
[U-Boot] [PATCH][v3] ARMv8/sec_firmware : Update chosen/kaslr-seed with random number
2017-08-02 11:24 UTC
[U-Boot] [GIT PULL] Xilinx fixes for v2017.09
2017-08-02 11:15 UTC
[U-Boot] [PATCH 0/5] Add intermediate driver(cff driver) between flash & FPGA
2017-08-02 10:23 UTC (7+ messages)
` [U-Boot] [PATCH 1/5] arm: socfpga: Add checking function on searching boot device
` [U-Boot] [PATCH 3/5] configs: socfpga: Add config for RBF loading from FAT fs
[U-Boot] [PATCH] timer: Add Atmel PIT timer driver
2017-08-02 8:41 UTC
[U-Boot] [PATCH v3 0/3] board: atmel: Set the ethernet mac address from eeprom
2017-08-02 8:08 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/3] board: atmel: Create board/$(VENDOR)/common folder
` [U-Boot] [PATCH v3 2/3] board: sama5d2_xplained: Replace code to set mac address
` [U-Boot] [PATCH v3 3/3] board: sama5d4_xplained: Set mac address from eeprom
[U-Boot] Please pull u-boot-fsl-qoriq master
2017-08-01 23:34 UTC (2+ messages)
[U-Boot] [PATCH 1/2] sandbox: Introduce Kconfig option for 32/64 bit host
2017-08-01 23:33 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig
[U-Boot] [PATCH 1/2] sf: Add Macronix MX25U6435F device parameters
2017-08-01 22:26 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] sf: Preserve QE bit when clearing BP# bits for Macronix flash
[U-Boot] [PATCH v2] net: phy: micrel: add an option to disable gigabit for the KSZ9031
2017-08-01 19:17 UTC
[U-Boot] [PATCH] Use packed structures for networking
2017-08-01 16:37 UTC (2+ messages)
[U-Boot] [RFC PATCH] net: ag7xxx: Clean up some issues with phy access
2017-08-01 16:34 UTC (7+ messages)
` [U-Boot] [RFC PATCH v2 1/3] net: ag7xxx: Comment register names
` [U-Boot] [RFC PATCH v2 3/3] net: ag7xxx: No longer ignore link status
[U-Boot] [PATCH] net: phy: micrel: add an option to disable gigabit for the KSZ9031
2017-08-01 16:34 UTC (2+ messages)
[U-Boot] [PATCH] spl: add newline in debug output
2017-08-01 15:31 UTC (2+ messages)
[U-Boot] [PATCH 1/1] Add support Raspberry-Pi Ziro W
2017-08-01 14:47 UTC (2+ messages)
` [U-Boot] [PATCH v2 1/1] add support for Raspberry Pi Zero W
[U-Boot] [PATCH 1/3] clk: zynqmp: Add support for CCF driver
2017-08-01 13:32 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] clk: zynqmp: Dont panic incase of mmio write/read failures
[U-Boot] [PATCH] cmd: mmc: add mmc partconf read capability
2017-08-01 12:27 UTC
[U-Boot] [PATCH v2 0/4] x86: Convert all boards to DM MMC and SCSI
2017-08-01 12:24 UTC (11+ 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/1] x86: ivybridge: remove unused uma_memory_size
2017-08-01 12:24 UTC (3+ messages)
[U-Boot] [PATCH v2 00/22] x86: kconfig clean up
2017-08-01 12:24 UTC (68+ 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 v1] x86: Make table address selectable
2017-08-01 12:22 UTC (3+ messages)
[U-Boot] [PATCH 1/6] x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO
2017-08-01 12:22 UTC (18+ 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 v2 1/2] x86: Use default stack boundary alignment
2017-08-01 12:21 UTC (6+ messages)
` [U-Boot] [PATCH v2 2/2] x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot
[U-Boot] [PATCH v2 00/56] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
2017-08-01 9:53 UTC (6+ messages)
` [U-Boot] [PATCH v2 29/56] rockchip: rk3368: grf: use shifted-constants
[U-Boot] [PATCH v2 00/34] env: Move environment code to use location drivers
2017-08-01 9:49 UTC (8+ messages)
` [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access
[U-Boot] [PATCH v3 00/24] env: Move environment code to use location drivers
2017-08-01 9:49 UTC (4+ messages)
` [U-Boot] [PATCH v3 11/24] env: Create a location driver for each location
[U-Boot] [PATCH] mkimage: check environment for dtc binary location
2017-08-01 9:49 UTC (4+ messages)
[U-Boot] [PATCH 1/1] api: remove superfluous assignment
2017-08-01 9:49 UTC (2+ messages)
[U-Boot] [PATCH 1/1] tpm: add missing va_end
2017-08-01 9:49 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox