messages from 2017-08-01 20:00:36 to 2017-08-03 06:53:24 UTC [more...]
[U-Boot] [PATCH] splash_source: Verify FIT magic
2017-08-03 6:53 UTC
[U-Boot] [PATCH] cosmetic: bootcount: correct comment for used scratch register
2017-08-03 6:16 UTC
[U-Boot] [PATCH 2/2] armv8/ls1046a: RGMII PHY requires internal delay on Tx
2017-08-03 6:01 UTC (2+ messages)
[U-Boot] [RFC] C2011 standard for building U-Boot
2017-08-03 4:27 UTC
[U-Boot] [PATCH] omap3evm: Update board and defconfig files
2017-08-03 3:00 UTC
[U-Boot] [PATCH] armv8: layerscape platform pcie link up state judgment strongly
2017-08-03 2:41 UTC
[U-Boot] [PATCH 1/3] rockchip: add u-boot specific dts for rk3368 based boards
2017-08-03 2:39 UTC (7+ 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] ahci-pci: Update call to ahci_probe_scsi_pci()
2017-08-03 2:07 UTC
[U-Boot] [PATCH 1/8] armv8: Add workaround for USB erratum A-009008
2017-08-03 1:59 UTC (4+ messages)
[U-Boot] [PATCH] ahci-pci: Update call to ahci_scsi_probe()
2017-08-03 1:42 UTC (4+ messages)
[U-Boot] [PATCH v4 00/66] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
2017-08-03 1:24 UTC (70+ 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 v4 55/66] rockchip: rk3368: spl: add SPL support
` [U-Boot] [PATCH v4 56/66] rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368
` [U-Boot] [PATCH v4 57/66] rockchip: spi: enable support for the rk_spi driver for the RK3368
` [U-Boot] [PATCH v4 58/66] rockchip: board: lion-rk3368: add support for the RK3368-uQ7
` [U-Boot] [PATCH v4 59/66] spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig
` [U-Boot] [PATCH v4 60/66] rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368
` [U-Boot] [PATCH v4 61/66] spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig
` [U-Boot] [PATCH v4 62/66] armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK
` [U-Boot] [PATCH v4 63/66] rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL
` [U-Boot] [PATCH v4 64/66] moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE
` [U-Boot] [PATCH v4 65/66] rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its
` [U-Boot] [PATCH v4 66/66] rockchip: board: puma_rk3399: rename ATF firmware
[U-Boot] [PATCH] misc: Kconfig: Add SPL_I2C_EEPROM option
2017-08-03 1:00 UTC
[U-Boot] [PATCH 1/5] spl: reorder the assignment of board info to global data
2017-08-03 0:53 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/1] Add support Raspberry-Pi Ziro W
2017-08-03 0:48 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/1] add support for Raspberry Pi Zero W
[U-Boot] [PATCH][v3] ARMv8/sec_firmware : Update chosen/kaslr-seed with random number
2017-08-03 0:48 UTC (2+ messages)
[U-Boot] [PATCH] env: add ENV_IS_ANYWHERE
2017-08-03 0:48 UTC (9+ messages)
` [U-Boot] [PATCH] vsprintf.c: add wide string (%ls) support
[U-Boot] [PATCH] misc: Makefile: Add condition on build i2c_eeprom
2017-08-03 0:45 UTC (3+ messages)
[U-Boot] [PATCH] boot_fit: Fix warning: overflow in implicit constant conversion in fdt_offset()
2017-08-02 23:56 UTC (2+ messages)
[U-Boot] Please pull u-boot-sh/rmobile branch
2017-08-02 23:24 UTC
[U-Boot] [PATCH 0/3] env_embedded related fixes/improvements
2017-08-02 23:20 UTC (3+ messages)
` [U-Boot] [PATCH 1/3] arch/sh: don't bring common/env_embedded.o into the link
[U-Boot] [PATCH] arch/sh: allow building in big-endian mode
2017-08-02 23:19 UTC (2+ messages)
[U-Boot] [PATCH 1/3] mmc: sh_sdhi: Add DM and DT probing support
2017-08-02 23:18 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] mmc: sh_sdhi: Fix the ACMD handling
` [U-Boot] [PATCH 3/3] mmc: sd_sdhi: Enable clock using clock framework
[U-Boot] [PATCH 1/3] net: ravb: Add OF probing support
2017-08-02 23:16 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] net: ravb: Detect PHY correctly
` [U-Boot] [PATCH 3/3] net: ravb: Add clock handling support
[U-Boot] [PATCH] serial: sh: Use the clock framework to obtain clock config
2017-08-02 23:15 UTC (2+ messages)
[U-Boot] [PATCH] serial: sh: Convert to Kconfig
2017-08-02 23:14 UTC (2+ messages)
[U-Boot] [PATCH 1/3] clk: rmobile: Add RCar Gen3 clock driver
2017-08-02 23:14 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] ARM: rmobile: Enable clock framework on Salvator-X
` [U-Boot] [PATCH 3/3] ARM: rmobile: Enable clock framework on ULCB
[U-Boot] [PATCH 1/2] ARM: dts: rmobile: Import DTS from Linux 4.12
2017-08-02 23:14 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] ARM: rmobile: Enable OF_CONTROL on RCar Gen3
[U-Boot] [PATCH] ARM: rmobile: Increase console buffer sizes
2017-08-02 23:13 UTC (2+ messages)
[U-Boot] [PATCH 1/2] ARM: rmobile: Add PFC PUEN bank 5 address
2017-08-02 23:13 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] ARM: rmobile: ulcb: Add ULCB board support
[U-Boot] [PATCH] ARM: rmobile: Update defconfig of R-Car Gen3
2017-08-02 23:10 UTC
[U-Boot] [PATCH v2 1/2] dm: core: Drop use of strlcpy()
2017-08-02 22:54 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/2] dm: core: Show driver name with 'dm tree'
[U-Boot] [PATCH 0/5] Add intermediate driver(cff driver) between flash & FPGA
2017-08-02 21:32 UTC (8+ 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 2/2] MIPS: Stop building position independent code
2017-08-02 20:40 UTC (10+ messages)
` [U-Boot] [PATCH v3 "
[U-Boot] [PATCH v2 0/6] rockchip: rk3368: remove secure timer usage and use DM timer
2017-08-02 20:40 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/6] timer: add OF_PLATDATA support for timer-uclass
` [U-Boot] [PATCH v2 2/6] dm: timer: normalise SPL and TPL support
` [U-Boot] [PATCH v2 3/6] rockchip: timer: add device-model timer driver for RK3368 (and similar)
` [U-Boot] [PATCH v2 4/6] dts: rk3368: make timer0 accessible for SPL and TPL
` [U-Boot] [PATCH v2 5/6] rockchip: lion-rk3368: defconfig: enable DM timer for all stages
` [U-Boot] [PATCH v2 6/6] rockchip: rk3368: remove setup of secure timer from TPL/SPL
[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 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 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 3/5] configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1
2017-08-02 14:35 UTC (5+ messages)
` [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/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 (2+ 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 (11+ messages)
` [U-Boot] [PATCH v3 50/66] rockchip: rk3368: add DRAM controller driver with DRAM initialisation
` [U-Boot] [PATCH v3 56/66] rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368
` [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] [GIT PULL] Xilinx fixes for v2017.09
2017-08-02 11:15 UTC
[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
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