messages from 2017-07-26 00:28:29 to 2017-07-26 17:19:31 UTC [more...]
[U-Boot] [PATCH v3 00/24] env: Move environment code to use location drivers
2017-07-26 17:19 UTC (8+ 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 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 v2] Add support for Microchip LAN75xx and LAN78xx
2017-07-26 16:48 UTC
[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 00/34] env: Move environment code to use location drivers
2017-07-26 16:32 UTC (70+ 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 04/34] Convert CONFIG_ENV_IS_IN_MMC et al to Kconfig
` [U-Boot] [PATCH v2 05/34] env: Move help from README "
` [U-Boot] [PATCH v2 06/34] Convert CONFIG_ENV_IS_IN_FLASH "
` [U-Boot] [PATCH v2 07/34] Convert CONFIG_ENV_IS_IN_NVRAM "
` [U-Boot] [PATCH v2 08/34] Convert CONFIG_ENV_IS_IN_EEPROM "
` [U-Boot] [PATCH v2 09/34] Convert CONFIG_ENV_IS_IN_DATAFLASH "
` [U-Boot] [PATCH v2 10/34] Convert CONFIG_ENV_IS_IN_SPI_FLASH "
` [U-Boot] [PATCH v2 11/34] Convert CONFIG_ENV_IS_IN_REMOTE "
` [U-Boot] [PATCH v2 12/34] Convert CONFIG_ENV_IS_IN_FAT "
` [U-Boot] [PATCH v2 13/34] Convert CONFIG_ENV_IS_IN_ONENAND "
` [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 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] sunxi: add PRCM secure switch register definition
2017-07-26 11:55 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] sunxi: switch PRCM to non-secure on H3/H5 SoCs
[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 1/4] rockchip: rk322x: set the DDR region as non-secure in SPL
2017-07-26 11:11 UTC (8+ messages)
` [U-Boot] [PATCH 2/4] rockchip: rk322x: update dts node for mmc
` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH 3/4] rockchip: clk: update dwmmc clock div
` [U-Boot] [U-Boot,3/4] "
` [U-Boot] [PATCH 4/4] rockchip: clk: remove RATE_TO_DIV
` [U-Boot] [U-Boot,4/4] "
` [U-Boot] [U-Boot, 1/4] rockchip: rk322x: set the DDR region as non-secure in SPL
[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 (57+ messages)
` [U-Boot] [PATCH v2 01/56] spl: add a 'return to bootrom' boot method
` [U-Boot] [PATCH v2 02/56] spl: configure 'return to bootrom' separately for SPL and TPL
` [U-Boot] [PATCH v2 03/56] rockchip: back-to-bootrom: add 'back-to-bootrom' support for AArch64
` [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
[U-Boot] [PATCH] dm: Kconfig: fix typo in help for SPL_PINCTRL
2017-07-26 10:27 UTC
[U-Boot] Nios II 10m50 is not working
2017-07-26 9:59 UTC
[U-Boot] [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC
2017-07-26 9:54 UTC
[U-Boot] [PATCH v13 0/8] Add Intel Arria 10 SoC FPGA driver
2017-07-26 8:56 UTC (10+ messages)
` [U-Boot] [PATCH v13 1/8] arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
` [U-Boot] [PATCH v13 2/8] arm: socfpga: Restructure FPGA driver in the preparation to support A10
` [U-Boot] [PATCH v13 3/8] kconfig: Convert FPGA and FPGA_ALTERA configuration to Kconfig
` [U-Boot] [PATCH v13 4/8] kconfig: Convert FPGA_SOCFPGA "
` [U-Boot] [PATCH v13 5/8] drivers: Enable FPGA driver build on SPL
` [U-Boot] [PATCH v13 6/8] configs: Add FPGA driver config for Arria 10
` [U-Boot] [PATCH v13 7/8] arm: socfpga: Add FPGA driver support "
` [U-Boot] [PATCH v13 8/8] arm: socfpga: Enable all FPGA config "
[U-Boot] [PATCH v5 00/20] dm: tegra: Move nyan-big, jetson-tk1, beaver to livetree
2017-07-26 8:41 UTC (2+ messages)
[U-Boot] [PATCH 00/51] gdsys: Add support for Gazerbeam board
2017-07-26 8:24 UTC (4+ messages)
` [U-Boot] [PATCH 51/51] mpc83xx: Add gazerbeam board
[U-Boot] Compile failure encountered on latest (2017-07-20) git://git.denx.de/u-boot-usb.git branch master for target ls1021atwr_nor_defconfig
2017-07-26 7:58 UTC (12+ messages)
[U-Boot] [Patch v2] Makefile: Concatenation of u-boot-spl.bin and u-boot.img
2017-07-26 7:57 UTC
[U-Boot] compilation failure on Powerpc with SPL
2017-07-26 7:45 UTC (5+ messages)
[U-Boot] [PATCH] mmc: gen_atmel_mci: Fix wrong arguments used of bind()
2017-07-26 6:35 UTC
[U-Boot] [PATCH v12 0/8] Add Intel Arria 10 SoC FPGA driver
2017-07-26 5:04 UTC (5+ messages)
[U-Boot] [PATCH 1/6] x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO
2017-07-26 3:16 UTC (7+ 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] FIT image signing
2017-07-26 2:04 UTC (2+ messages)
[U-Boot] [PATCH] efi_loader: remove more double EFI_EXIT() in efi_disk.c
2017-07-26 0:28 UTC
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