messages from 2017-07-26 10:40:08 to 2017-07-26 19:51:36 UTC [more...]
[U-Boot] [PATCH 8/9] spi: stm32_qspi: add clk_get_rate() support
2017-07-26 19:51 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 7/9] serial: stm32x7: add clk_get_rate() support
2017-07-26 19:51 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 6/9] serial: stm32x7: migrate serial struct to driver
2017-07-26 19:51 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 5/9] clk: stm32f7: cleanup clocks unused definitions
2017-07-26 19:51 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 4/9] clk: stm32f7: add clock .get_rate() callback
2017-07-26 19:51 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 3/9] clk: stm32f7: get RCC base address from DT
2017-07-26 19:51 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/9] clk: stm32f7: add static for configure_clocks()
2017-07-26 19:51 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/9] ARM: DTS: stm32: align DT clock declaration with kernel
2017-07-26 19:51 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] arm: mach-keystone: Fixes issue with return values in inline assembly
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] configs: ti: armv7: Fixes bug in fit_loadaddr for ramfs boot
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 4/4] arm: mach-keystone: Updates mon_install for K2G HS
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 3/4] configs: k2x_evm: Reorder default boot command
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/4] configs: k2x_evm: Adds environment variables for secure devices
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/4] configs: k2x_evm: Adds FIT loading environment variables
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/2] board: ti: x15: Add support for beagle_X15 revC
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/2] board: ti: am57xx: Fix detection of board version
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH v2 3/4] odroid-c2: enable GPIO
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,3/4] "
[U-Boot] [PATCH v2 2/4] pinctrl: meson: add GPIO support
2017-07-26 19:50 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,2/4] "
[U-Boot] [PATCH 1/2] sunxi: add PRCM secure switch register definition
2017-07-26 19:31 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] sunxi: switch PRCM to non-secure on H3/H5 SoCs
[U-Boot] [PATCH] efi_loader: only evaluate EFI_EXIT()'s ret once
2017-07-26 19:16 UTC
[U-Boot] Convert CMD_NAND to KConfig (help)
2017-07-26 19:05 UTC (2+ messages)
[U-Boot] STM32F746 Discovery - No serial output?
2017-07-26 18:41 UTC (2+ messages)
[U-Boot] [PATCH v2 00/34] env: Move environment code to use location drivers
2017-07-26 18:34 UTC (54+ messages)
` [U-Boot] [PATCH v2 02/34] Makefile: Rename 'env' target to 'environ'
` [U-Boot] [PATCH v2 03/34] Move environment files from common/ to env/
` [U-Boot] [PATCH v2 14/34] env: common: Make env_get_addr/get_char_memory() static
` [U-Boot] [PATCH v2 15/34] env: common: Drop env_get_addr()
` [U-Boot] [PATCH v2 16/34] env: common: Factor out the common env_valid check
` [U-Boot] [PATCH v2 17/34] env: common: Drop env_get_char_init()
` [U-Boot] [PATCH v2 18/34] env: common: Drop env_get_char_memory()
` [U-Boot] [PATCH v2 19/34] env: Add an enum for environment state
` [U-Boot] [PATCH v2 20/34] env: Rename nand env_location to nand_env_location
` [U-Boot] [PATCH v2 21/34] env: Create a location driver for each location
` [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access
` [U-Boot] [PATCH v2 23/34] env: Switch over to use environment location drivers
` [U-Boot] [PATCH v2 24/34] env: Drop common init() functions
` [U-Boot] [PATCH v2 25/34] env: Drop the env_name_spec global
` [U-Boot] [PATCH v2 26/34] env: Drop unused env_ptr variables
` [U-Boot] [PATCH v2 27/34] env: Drop env_init_new()
` [U-Boot] [PATCH v2 28/34] env: Drop env_get_char_spec()
` [U-Boot] [PATCH v2 29/34] env: Drop env_relocate_spec() in favour of env_load()
` [U-Boot] [PATCH v2 30/34] env: Drop saveenv() in favour of env_save()
` [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set()
` [U-Boot] [PATCH v2 32/34] env: Rename getenv() and friends to env_get()
` [U-Boot] [PATCH v2 33/34] env: Adjust the get_char() method to return an int
` [U-Boot] [PATCH v2 34/34] env: Adjust the load() method to return an error
[U-Boot] [PATCH] efi_loader: fix bug in efi_get_memory_map
2017-07-26 18:34 UTC
[U-Boot] [Patch v2] Makefile: Concatenation of u-boot-spl.bin and u-boot.img
2017-07-26 18:17 UTC (2+ messages)
[U-Boot] [PATCH v2] Add support for Microchip LAN75xx and LAN78xx
2017-07-26 18:03 UTC (2+ messages)
[U-Boot] [PATCH 3/4] rockchip: clk: update dwmmc clock div
2017-07-26 18:01 UTC (3+ messages)
` [U-Boot] [U-Boot,3/4] "
[U-Boot] [PATCH 4/4] rockchip: clk: remove RATE_TO_DIV
2017-07-26 17:51 UTC (3+ messages)
` [U-Boot] [U-Boot,4/4] "
[U-Boot] [PATCH v3 00/24] env: Move environment code to use location drivers
2017-07-26 17:46 UTC (28+ messages)
` [U-Boot] [PATCH v3 01/24] Makefile: Rename 'env' target to 'environ'
` [U-Boot] [PATCH v3 02/24] Move environment files from common/ to env/
` [U-Boot] [PATCH v3 03/24] env: Move help from README to Kconfig
` [U-Boot] [PATCH v3 04/24] env: common: Make env_get_addr/get_char_memory() static
` [U-Boot] [PATCH v3 05/24] env: common: Drop env_get_addr()
` [U-Boot] [PATCH v3 06/24] env: common: Factor out the common env_valid check
` [U-Boot] [PATCH v3 07/24] env: common: Drop env_get_char_init()
` [U-Boot] [PATCH v3 08/24] env: common: Drop env_get_char_memory()
` [U-Boot] [PATCH v3 09/24] env: Add an enum for environment state
` [U-Boot] [PATCH v3 10/24] env: Rename nand env_location to nand_env_location
` [U-Boot] [PATCH v3 11/24] env: Create a location driver for each location
` [U-Boot] [PATCH v3 12/24] env: Add a new implementation of environment access
` [U-Boot] [PATCH v3 13/24] env: Switch over to use environment location drivers
` [U-Boot] [PATCH v3 14/24] env: Drop common init() functions
` [U-Boot] [PATCH v3 15/24] env: Drop the env_name_spec global
` [U-Boot] [PATCH v3 16/24] env: Drop unused env_ptr variables
` [U-Boot] [PATCH v3 17/24] env: Drop env_init_new()
` [U-Boot] [PATCH v3 18/24] env: Drop env_get_char_spec()
` [U-Boot] [PATCH v3 19/24] env: Drop env_relocate_spec() in favour of env_load()
` [U-Boot] [PATCH v3 20/24] env: Drop saveenv() in favour of env_save()
` [U-Boot] [PATCH v3 21/24] env: Rename setenv() and friends to env_set()
` [U-Boot] [PATCH v3 22/24] env: Rename getenv() and friends to env_get()
` [U-Boot] [PATCH v3 23/24] env: Adjust the get_char() method to return an int
` [U-Boot] [PATCH v3 24/24] env: Adjust the load() method to return an error
[U-Boot] [PATCH 4/5] rockchip: rk322x: pinctrl: using compatible name same with dts
2017-07-26 17:43 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/4] rockchip: rk322x: update dts node for mmc
2017-07-26 17:42 UTC (3+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/4] rockchip: rk322x: set the DDR region as non-secure in SPL
2017-07-26 17:40 UTC (3+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/3] am43xx: Remove ethboot / usbhost_boot variants
2017-07-26 17:11 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT
` [U-Boot] [PATCH 3/3] ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HS
[U-Boot] [PATCH] Convert CONFIG_USB_ETHER et al to Kconfig
2017-07-26 17:05 UTC
[U-Boot] [PATCH v6 3/3] rockchip: firefly: Add "usb start" to auto-start USB device
2017-07-26 16:52 UTC (3+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH] rockchip: rk3288: Add support for drive-strength in PINCTRL
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v6 1/3] rockchip: firefly: Add some macros to enable the usb keyboard
2017-07-26 16:52 UTC (3+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 2/3] rockchip: firefly: Set the environment variable 'usbkbd' to the stdin
2017-07-26 16:52 UTC (3+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH 5/5] rockchip: dts: rk3229: remove dram channel info
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] rockchip: use UUID for root partitions
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 4/4] rockchip: pwm: add mask for config setting
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/5] rockchip: rk322x: update dram bank size
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] [U-Boot,1/5] "
[U-Boot] [PATCH 3/5] rockchip: dts: rk322x: add sdmmc device node
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/4] rockchip: dts: correct vdd_log setting for firefly-rk3399
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/4] power: pwm_regulator: fix the pwm_set_config parameter order
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 3/4] power: pwm_regulator: remove redundance code
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] rockchip: dts: rk3229: add dwc2 node for fastboot
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 1/2] rockchip: phycore: Add ID page of M24C32-D EEPROM
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] rockchip: dts: firefly using ddr3 1600
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 2/2] rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC
2017-07-26 16:52 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/3] efi_loader: Add an EFI_CALL() macro
2017-07-26 16:41 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT
` [U-Boot] [PATCH 3/3] efi_loader: indent entry/exit prints to show nesting level
[U-Boot] [PATCH v2] mx6: Add support for Phytec pfla02 (NAND)
2017-07-26 16:23 UTC
[U-Boot] [PATCH v2 1/6] ram: stm32: migrate fmc defines in driver file
2017-07-26 16:14 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH 1/1] serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig
2017-07-26 15:43 UTC (2+ messages)
[U-Boot] [PATCH] Remove unused CONFIG_TWL4030_PWM
2017-07-26 15:04 UTC
[U-Boot] [PATCH] Convert CONFIG_SYS_I2C_OMAP24XX et al to Kconfig
2017-07-26 14:03 UTC
[U-Boot] [GIT PULL] u-boot-uniphier/master
2017-07-26 13:56 UTC
[U-Boot] [PATCH 1/4] ARM: uniphier: remove SPL support for ARMv8 SoCs
2017-07-26 13:53 UTC (2+ messages)
[U-Boot] Kconfig conversion Question
2017-07-26 13:15 UTC
[U-Boot] [PATCH] nios2: tune specific cpu features
2017-07-26 12:27 UTC
[U-Boot] [PATCH 1/2] efi_loader: Improve install_configuration_table
2017-07-26 11:41 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] efi_loader: Fix configuration table override
[U-Boot] [PATCH] sunxi: Fix CONFIG_SUNXI_GMAC references
2017-07-26 11:36 UTC (2+ messages)
[U-Boot] [PATCH 00/22] mmc: Add support for HS200 and UHS modes
2017-07-26 11:33 UTC (7+ messages)
[U-Boot] [PATCH v2 0/3] CMD_USB_MASS_STORAGE implies USB_FUNCTION_MASS_STORAGE
2017-07-26 11:25 UTC (5+ messages)
[U-Boot] [PATCH v3 0/3] CMD_USB_MASS_STORAGE implies USB_FUNCTION_MASS_STORAGE
2017-07-26 11:22 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/3] usb: gadget: move USB_FUNCTION_MASS_STORAGE to Kconfig
` [U-Boot] [PATCH v3 2/3] Kconfig: CMD_USB_MASS_STORAGE implies USB_FUNCTION_MASS_STORAGE
` [U-Boot] [PATCH v3 3/3] config: move USB_FUNCTION_MASS_STORAGE
[U-Boot] [PATCH v2] rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig
2017-07-26 11:11 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] rockchip: clk: rk3399: fix SPI clock code for SPI3
2017-07-26 11:11 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] rockchip: efuse: dm: change to use dev_read_addr
2017-07-26 11:11 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v2 00/56] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
2017-07-26 10:41 UTC (54+ messages)
` [U-Boot] [PATCH v2 04/56] rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL
` [U-Boot] [PATCH v2 05/56] rockchip: back-to-bootrom: simplify the #ifdef-check for LIBGENERIC in TPL/SPL
` [U-Boot] [PATCH v2 06/56] spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON
` [U-Boot] [PATCH v2 07/56] spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL
` [U-Boot] [PATCH v2 08/56] spl: dm: Kconfig: SPL_RAM depends on SPL_DM
` [U-Boot] [PATCH v2 09/56] spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)
` [U-Boot] [PATCH v2 10/56] spl: dm: Kconfig: SPL_CLK depens on SPL_DM
` [U-Boot] [PATCH v2 11/56] spl: dm: Kconfig: split CLK support for SPL and TPL
` [U-Boot] [PATCH v2 12/56] spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between "
` [U-Boot] [PATCH v2 13/56] spl: dm: use CONFIG_IS_ENABLED to test for the DM option
` [U-Boot] [PATCH v2 14/56] armv8: remove unused low-level modules from TPL
` [U-Boot] [PATCH v2 15/56] armv8: spl: Support separate stack for TPL
` [U-Boot] [PATCH v2 16/56] spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE "
` [U-Boot] [PATCH v2 17/56] spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL
` [U-Boot] [PATCH v2 18/56] lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata
` [U-Boot] [PATCH v2 19/56] spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds
` [U-Boot] [PATCH v2 20/56] spl: add TPL_DRIVER_MISC_SUPPORT option
` [U-Boot] [PATCH v2 21/56] drivers: spl: consistently use the $(SPL_TPL_) macro
` [U-Boot] [PATCH v2 22/56] rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/U-Boot
` [U-Boot] [PATCH v2 23/56] rockchip: rk3368: improve Kconfig text for the RK3368
` [U-Boot] [PATCH v2 24/56] rockchip: rk3368: mkimage: add support "
` [U-Boot] [PATCH v2 25/56] rockchip: rk3368: pmugrf: add definitions for os_reg[0..3]
` [U-Boot] [PATCH v2 26/56] rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHz
` [U-Boot] [PATCH v2 27/56] rockchip: rk3368: spl: add memory layout for TPL and SPL
` [U-Boot] [PATCH v2 28/56] rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA
` [U-Boot] [PATCH v2 29/56] rockchip: rk3368: grf: use shifted-constants
` [U-Boot] [PATCH v2 30/56] rockchip: pinctrl: rk3368: add GMAC (RGMII only) support
` [U-Boot] [PATCH v2 31/56] rockchip: pinctrl: rk3368: add support for configuring the MMC pins
` [U-Boot] [PATCH v2 32/56] rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver
` [U-Boot] [PATCH v2 33/56] rockchip: pinctrl: rk3368: add SPI support
` [U-Boot] [PATCH v2 34/56] rockchip: clk: rk3368: implement bandwidth adjust for PLLs
` [U-Boot] [PATCH v2 35/56] rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver
` [U-Boot] [PATCH v2 36/56] rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM
` [U-Boot] [PATCH v2 37/56] rockchip: clk: rk3368: implement DPLL (DRAM PLL) support
` [U-Boot] [PATCH v2 38/56] rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ
` [U-Boot] [PATCH v2 39/56] rockchip: clk: rk3368: implement MMC/SD clock reparenting
` [U-Boot] [PATCH v2 40/56] rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)
` [U-Boot] [PATCH v2 41/56] rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock
` [U-Boot] [PATCH v2 42/56] rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()
` [U-Boot] [PATCH v2 43/56] rockchip: clk: rk3368: add support for configuring the SPI clocks
` [U-Boot] [PATCH v2 44/56] net: gmac_rockchip: Add support for the RK3368 GMAC
` [U-Boot] [PATCH v2 45/56] rockchip: Makefile: streamline SPL/TPL configuration
` [U-Boot] [PATCH v2 46/56] rockchip: rk3368: add DRAM controller driver with DRAM initialisation
` [U-Boot] [PATCH v2 47/56] rockchip: dts: rk3368: add DMC node in rk3368.dtsi
` [U-Boot] [PATCH v2 48/56] rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h
` [U-Boot] [PATCH v2 49/56] rockchip: rk3368: spl: add TPL support
` [U-Boot] [PATCH v2 50/56] rockchip: spl: make spl-boot-order code reusable (split from rk3399)
` [U-Boot] [PATCH v2 51/56] rockchip: rk3368: spl: add SPL support
` [U-Boot] [PATCH v2 52/56] rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368
` [U-Boot] [PATCH v2 53/56] rockchip: spi: enable support for the rk_spi driver for the RK3368
` [U-Boot] [PATCH v2 54/56] rockchip: board: lion-rk3368: add support for the RK3368-uQ7
` [U-Boot] [PATCH v2 55/56] rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its
` [U-Boot] [PATCH v2 56/56] rockchip: board: puma_rk3399: rename ATF firmware
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