public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-07-25 12:33:18 to 2017-07-26 11:11:32 UTC [more...]

[U-Boot] [PATCH v6 0/3] rockchip: firefly: Enabled the USB keyboard in the uboot
 2017-07-26 11:11 UTC  (7+ messages)
` [U-Boot] [PATCH v6 1/3] rockchip: firefly: Add some macros to enable the usb keyboard
  ` [U-Boot] [U-Boot, v6, "
` [U-Boot] [PATCH v6 2/3] rockchip: firefly: Set the environment variable 'usbkbd' to the stdin
  ` [U-Boot] [U-Boot, v6, "
` [U-Boot] [PATCH v6 3/3] rockchip: firefly: Add "usb start" to auto-start USB device
  ` [U-Boot] [U-Boot, v6, "

[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 v2] rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig
 2017-07-26 10:29 UTC 

[U-Boot] [PATCH] rockchip: clk: rk3399: fix SPI clock code for SPI3
 2017-07-26 10:28 UTC 

[U-Boot] [PATCH] dm: Kconfig: fix typo in help for SPL_PINCTRL
 2017-07-26 10:27 UTC 

[U-Boot] [PATCH 1/4] rockchip: rk322x: set the DDR region as non-secure in SPL
 2017-07-26 10:16 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] rockchip: rk322x: update dts node for mmc
` [U-Boot] [PATCH 3/4] rockchip: clk: update dwmmc clock div
` [U-Boot] [PATCH 4/4] rockchip: clk: remove RATE_TO_DIV

[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  (23+ messages)
` [U-Boot] [PATCH v5 01/20] dm: core: Add ofnode_read_resource()
` [U-Boot] [PATCH v5 02/20] dm: core: Fix up ofnode_get_addr_index() for 64-bit values
` [U-Boot] [PATCH v5 03/20] tegra: spl: Enable debug UART
` [U-Boot] [PATCH v5 04/20] tegra: tegra124: Add a PMC syscon driver
` [U-Boot] [PATCH v5 05/20] dm: tegra: Convert USB setup to livetree
` [U-Boot] [PATCH v5 06/20] dm: tegra: Convert clock_decode_periph_id() to support livetree
` [U-Boot] [PATCH v5 07/20] dm: video: tegra124: Convert to livetree
` [U-Boot] [PATCH v5 08/20] tegra: dts: Move stdout-path to /chosen
` [U-Boot] [PATCH v5 09/20] dm: tegra: gpio: Convert to support livetree
` [U-Boot] [PATCH v5 10/20] dm: tegra: usb: Convert to livetree
` [U-Boot] [PATCH v5 11/20] dm: tegra: spi: "
` [U-Boot] [PATCH v5 12/20] dm: tegra: i2c: "
` [U-Boot] [PATCH v5 13/20] dm: tegra: pwm: "
` [U-Boot] [PATCH v5 14/20] dm: tegra: mmc: "
` [U-Boot] [PATCH v5 15/20] dm: tegra: pci: "
` [U-Boot] [PATCH v5 16/20] power: Add a regulator driver for the as3722 PMIC
` [U-Boot] [PATCH v5 17/20] power: Add a GPIO "
` [U-Boot] [PATCH v5 18/20] dm: power: Convert as3722 to driver model
` [U-Boot] [PATCH v5 19/20] fdtdec: Drop old compatible values
` [U-Boot] [PATCH v5 20/20] dm: tegra: Move nyan-big, jetson-tk1/tx1, beaver to livetree

[U-Boot] [PATCH 00/51] gdsys: Add support for Gazerbeam board
 2017-07-26  8:24 UTC  (10+ messages)
` [U-Boot] [PATCH 10/51] net:phy:marvell Add hook for m88e1510 board config
` [U-Boot] [PATCH 42/51] cmd: Add ihs fpga command
` [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  (6+ messages)

[U-Boot] [PATCH v2 00/34] env: Move environment code to use location drivers
 2017-07-26  4:51 UTC  (25+ messages)
` [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 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 

[U-Boot] [PATCH] efi_loader: remove double EFI_EXIT() with efi_unsupported
 2017-07-26  0:17 UTC 

[U-Boot] [PATCH] efi_loader: allow efi_loader code to call EFI interfaces
 2017-07-25 22:40 UTC  (20+ messages)

[U-Boot] [PATCH 1/2] [rfc] parse the second area of android image
 2017-07-25 22:13 UTC  (11+ messages)
` [U-Boot] [PATCH 2/2] [rfc] support booting arm64 "

[U-Boot] [PATCH v2 0/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-07-25 20:14 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/9] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
` [U-Boot] [PATCH v2 2/9] fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
` [U-Boot] [PATCH v2 3/9] fit: fixed bug in locate_dtb_in_fit()
` [U-Boot] [PATCH v2 4/9] fit: If no matching config is found in fit_find_config_node(), use the default one
` [U-Boot] [PATCH v2 5/9] lzo: add a function to check the validity of the header
` [U-Boot] [PATCH v2 6/9] gzip: add a function to parse "
` [U-Boot] [PATCH v2 7/9] lib: allow building lzo and gunzip for the SPL
` [U-Boot] [PATCH v2 8/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
` [U-Boot] [PATCH v2 9/9] omap: detect board before spl_early_init()

[U-Boot] Pull request: u-boot-mips
 2017-07-25 18:55 UTC  (9+ messages)
          ` [U-Boot] [PATCH] mips-relocs: Fix warning from gcc 6.3
` [U-Boot] Pull request: u-boot-mips v2

[U-Boot] [PATCH v1 0/7] x86: acpi: Few enhancements and improvements
 2017-07-25 18:12 UTC  (6+ messages)
` [U-Boot] [PATCH v1 7/7] x86: acpi: Don't touch hardware on HW reduced platforms

[U-Boot] Enc: Uboot compatible with board Tegra124-nyan-big (ChromeBook G3 HP 14")
 2017-07-25 18:01 UTC  (5+ messages)
        ` [U-Boot] "

[U-Boot] [RFC] efi: variable support
 2017-07-25 17:42 UTC  (11+ messages)

[U-Boot] [PATCH v2 4/4] pinctrl: meson: convert to livetree
 2017-07-25 17:21 UTC  (3+ messages)
` [U-Boot] [U-Boot,v2,4/4] "

[U-Boot] [PATCH] efi_loader: add back optional efi_handler::open()
 2017-07-25 17:20 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] efi_loader: fix disk objects + device-paths
 2017-07-25 17:05 UTC  (5+ messages)
` [U-Boot] [PATCH 2/4] efi_loader: add udevice to EFI device-path mapping

[U-Boot] armv5 and OMAP3 Question
 2017-07-25 16:09 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] i2c: add i2c driver for stm32
 2017-07-25 16:02 UTC 

[U-Boot] Pull request: u-boot-mips
 2017-07-25 14:07 UTC  (2+ messages)
` [U-Boot] [PATCH] mips-relocs: Fix warning from gcc 6.3

[U-Boot] STM32F746 Discovery - No serial output?
 2017-07-25 13:39 UTC  (3+ messages)

[U-Boot] [PATCH v4 00/20] dm: tegra: Move nyan-big, jetson-tk1, beaver to livetree
 2017-07-25 13:21 UTC  (4+ messages)
` [U-Boot] [PATCH v4 18/20] dm: power: Convert as3722 to driver model

[U-Boot] [PATCH v5 0/3] rockchip: firefly: Enabled the USB keyboard in the uboot
 2017-07-25 13:11 UTC  (5+ messages)
` [U-Boot] [PATCH v5 1/3] rockchip: firefly: Add some macros to enable the usb keyboard


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