public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-07-27 12:44:08 to 2017-07-28 11:35:31 UTC [more...]

[U-Boot] [PATCH 0/3] Remove unused FPGA feature from gen5 SPL
 2017-07-28 11:35 UTC  (8+ messages)
` [U-Boot] [PATCH 1/3] arm: socfpga: "

[U-Boot] [RFC, 1/2] NVMe: add NVMe driver support
 2017-07-28 11:11 UTC  (2+ messages)

[U-Boot] [PATCH] efi_loader: add some missing breaks
 2017-07-28 10:58 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] efi_loader: event services
 2017-07-28 10:45 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/7] efi_loader: implement multiple event support

[U-Boot] [PATCH 1/4] efi_loader: only evaluate EFI_EXIT()'s ret once
 2017-07-28 10:22 UTC  (9+ messages)
` [U-Boot] [PATCH 4/4] efi_loader: indent entry/exit prints to show nesting level

[U-Boot] [PATCH v2 1/1] stmf32f4: soc: fix buildman compilation error
 2017-07-28  9:54 UTC 

[U-Boot] [PATCH 1/1] stmf32f4: soc: fix buildman compilation error
 2017-07-28  9:41 UTC  (2+ messages)

[U-Boot] [PATCH] configs: Enable CONFIG_DM_USB for all ls1021atwr
 2017-07-28  9:00 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/56] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
 2017-07-28  8:55 UTC  (117+ 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 15/56] armv8: spl: Support separate stack for TPL
` [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] [RFC] move booti_setup to arch/arm/lig/image.c
 2017-07-28  8:04 UTC 

[U-Boot] [PATCH] Convert CONFIG_USB_ETHER et al to Kconfig
 2017-07-28  7:51 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/3] CMD_USB_MASS_STORAGE implies USB_FUNCTION_MASS_STORAGE
 2017-07-28  7:50 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/3] usb: gadget: move USB_FUNCTION_MASS_STORAGE to Kconfig

[U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree
 2017-07-28  5:07 UTC 

[U-Boot] [PATCH 0/2] board: atmel: Move code to set ethaddr under common directory
 2017-07-28  5:04 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] board: sama5d2_xplained: Move setting ethaddr to common
` [U-Boot] [PATCH 2/2] board: sama5d4_xplained: Set 'ethaddr' got from AT24MAC

[U-Boot] [PATCH 00/14] dm: sata: mmc: Convert a sunxi board to driver model for MMC, SATA
 2017-07-28  5:03 UTC  (10+ messages)
` [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

[U-Boot] [PATCH v5 00/20] dm: tegra: Move nyan-big, jetson-tk1, beaver to livetree
 2017-07-28  4:20 UTC  (5+ messages)

[U-Boot] [PATCH v2 00/15] dm: sata: mmc: Convert a sunxi board to driver model for MMC, SATA
 2017-07-28  4:20 UTC  (4+ messages)
` [U-Boot] [PATCH v2 12/15] dm: scsi: Don't scan the SCSI bus when probing

[U-Boot] [PATCH] board: sama5d2_xplained: Make SPL work on spiflash
 2017-07-28  4:20 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] board: atmel: Add new board: SAMA5D27-SOM1-EK board
 2017-07-28  4:20 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] ARM: at91: spl: Adjust switching to oscillator for SAMA5D2
` [U-Boot] [PATCH 2/6] ARM: at91: spl: Add mck function to lower rate while switching
` [U-Boot] [PATCH 3/6] ARM: at91: spl: Add boot device for boot from QSPI
` [U-Boot] [PATCH 4/6] ARM: at91: mach: Add missing defines of MPDDRC
` [U-Boot] [PATCH 5/6] ARM: at91: Get the Chip ID of SAMA5D2 SiP
` [U-Boot] [PATCH 6/6] board: atmel: Add SAMA5D27 SOM1 EK board

[U-Boot] [PATCH] clk: Kconfig: Add dependences of SPL_CLK
 2017-07-28  4:20 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/15] usb: hub: Support USB 3.0 hubs
 2017-07-28  4:19 UTC  (3+ messages)
` [U-Boot] [PATCH v3 05/15] usb: hub: Add a new API to test if a hub device is root hub

[U-Boot] [PATCH RESEND] ahci: dm: Fix memory allocation for uclass private data
 2017-07-28  4:19 UTC  (2+ messages)

[U-Boot] [PATCH v9 00/10] STiH410-B2260: add reset, usb and fastboot support
 2017-07-28  4:19 UTC  (5+ messages)
` [U-Boot] [PATCH v9 04/10] usb: phy: Add STi USB2 PHY
` [U-Boot] [PATCH v9 07/10] usb: dwc3: Add dwc3 glue driver support for STi

[U-Boot] [PATCH 1/2] sandbox: remove os_putc() and os_puts()
 2017-07-28  4:19 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] console: simplify puts()

[U-Boot] [PATCH 1/5] dm: ofnode: use ofnode_read_bool() to check property existence
 2017-07-28  4:19 UTC  (8+ messages)
` [U-Boot] [PATCH 4/5] dm: ofnode: rename dev_read_prop() to dev_get_property()

[U-Boot] [PATCH] dm: ofnode: change return type of dev_read_prop() to opaque pointer
 2017-07-28  4:19 UTC  (2+ messages)

[U-Boot] [PATCH v11 00/10] usb: Extend ehci and ohci generic driver
 2017-07-28  4:19 UTC  (5+ messages)
` [U-Boot] [PATCH v11 07/10] usb: host: ehci-generic: add generic PHY support
` [U-Boot] [PATCH v11 10/10] usb: host: ohci-generic: "

[U-Boot] [RFC PATCH] Convert ARCH_OMAP2PLUS boards' CONFIG_SYS_TEXT_BASE to Kconfig
 2017-07-28  3:50 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/34] env: Move environment code to use location drivers
 2017-07-28  3:40 UTC  (3+ messages)

[U-Boot] [PATCH] configs: sama5d4_xplained: Fix input clock for debug UART
 2017-07-28  3:37 UTC 

[U-Boot] [PATCH] rockchip: efuse: dm: change to use dev_read_addr
 2017-07-28  3:37 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: timer: make register sizes explicit
 2017-07-28  3:36 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC via Kconfig
 2017-07-28  3:36 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: mx6: ddr: use Kconfig for inclusion of DDR calibration routines
 2017-07-28  2:50 UTC  (7+ messages)
` [U-Boot] [RFC PATCH 0/9] ARM: imx: mx6: Add virtual mx6memcal board
  ` [U-Boot] [RFC PATCH 1/9] mx6: Add board mx6memcal for use in validating DDR

[U-Boot] [PATCH 1/5] net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021
 2017-07-27 23:07 UTC  (14+ messages)
` [U-Boot] [PATCH 2/5] net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers
` [U-Boot] [PATCH 3/5] configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1
` [U-Boot] [PATCH 4/5] net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxx
` [U-Boot] [PATCH 5/5] net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options

[U-Boot] [RFC 00/10] efi_loader: bunch of EFI work for distro boot
 2017-07-27 22:50 UTC  (12+ messages)
` [U-Boot] [RFC 01/10] efi_loader: add back optional efi_handler::open()
` [U-Boot] [RFC 02/10] efi: fill in disk signature bits of hard drive device path
` [U-Boot] [RFC 03/10] efi: add some more device path structures
` [U-Boot] [RFC 04/10] fs: add fs_readdir()
` [U-Boot] [RFC 05/10] efi_loader: add device-path utils
` [U-Boot] [RFC 06/10] efi_loader: use proper device-paths for partitions
` [U-Boot] [RFC 07/10] efi_loader: use proper device-paths for net
` [U-Boot] [RFC 08/10] efi_loader: refactor boot device and loaded_image handling
` [U-Boot] [RFC 09/10] efi_loader: add file/filesys support
` [U-Boot] [RFC 10/10] efi_loader: support load_image() from a file-path

[U-Boot] [PATCH 00/51] gdsys: Add support for Gazerbeam board
 2017-07-27 22:15 UTC  (9+ messages)
` [U-Boot] [PATCH 04/51] net: phy: marvell: Fix style violations
` [U-Boot] [PATCH 05/51] net: phy: marvell 88e151x: Fix handling of bare RGMII interface type
` [U-Boot] [PATCH 09/51] phy: Support Marvell 88X2242

[U-Boot] [PATCH] net: usb: r8152: fix "duplicate 'const' declaration specifier"
 2017-07-27 22:03 UTC  (2+ messages)

[U-Boot] [ PATCH v3] net: move Broadcom SF2 driver to Kconfig
 2017-07-27 21:48 UTC  (2+ messages)

[U-Boot] [PATCH] drivers/net/phy/fixed: do not overwrite addr
 2017-07-27 21:40 UTC  (2+ messages)

[U-Boot] [PATCH] net: tftp: silence a subscript above array bounds compile time warning
 2017-07-27 21:40 UTC  (2+ messages)

[U-Boot] [PATCH v1 1/1] net: phy: Add AFE settings to the Broadcom Cygnus phy
 2017-07-27 21:31 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] net: ravb: Add OF probing support
 2017-07-27 21:28 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 0/3] console: Tidy up console_dev_is_serial()
 2017-07-27 21:27 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] test/py: Handle the banner being printed after relocation
` [U-Boot] [PATCH 2/3] console: Unify the check for a serial console
` [U-Boot] [PATCH 3/3] dm: console: Check for serial devices properly

[U-Boot] [PATCH] Use packed structures for networking
 2017-07-27 21:26 UTC  (3+ messages)

[U-Boot] USB power is not enabled fro BeagleBone Black
 2017-07-27 21:09 UTC  (6+ messages)

[U-Boot] Booting Wandboard through USB
 2017-07-27 20:54 UTC  (2+ messages)

[U-Boot] [PATCH] arm: omap3: Detect boot mode very early
 2017-07-27 20:44 UTC  (6+ messages)

[U-Boot] [PATCH 1/1] Add support Raspberry-Pi Ziro W
 2017-07-27 19:42 UTC 

[U-Boot] [PATCH v3] Makefile: Concatenation of u-boot-spl.bin and u-boot.img
 2017-07-27 17:16 UTC  (3+ messages)

[U-Boot] [PATCH v2] Add support for Microchip LAN75xx and LAN78xx
 2017-07-27 17:02 UTC  (2+ messages)

[U-Boot] [PATCH] arm: imx: Enable booting from SATA on wandboard
 2017-07-27 16:54 UTC  (2+ messages)

[U-Boot] [PATCH] mii: Add mii_resolve_flowctrl_fdx()
 2017-07-27 16:45 UTC  (3+ messages)

[U-Boot] [PATCH v2] Add support for Microchip LAN75xx and LAN78xx
 2017-07-27 16:11 UTC  (7+ messages)

[U-Boot] Rockchip nand boot image support in u-boot
 2017-07-27 16:08 UTC 

[U-Boot] [PATCH v2 1/1] common: Move CONFIG_BOOTARGS to Kconfig
 2017-07-27 15:43 UTC 

[U-Boot] [PATCH 0/5] rockchip: rk3229: add sdram and sd support
 2017-07-27 15:14 UTC  (3+ messages)
` [U-Boot] [PATCH 1/5] rockchip: rk322x: update dram bank size

[U-Boot] [PATCH 1/2] rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL
 2017-07-27 15:14 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] rockchip: dts: rk3399-puma: put EFI partition entries at 2MB

[U-Boot] [PATCH 1/4] rockchip: dts: correct vdd_log setting for firefly-rk3399
 2017-07-27 15:14 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] power: pwm_regulator: fix the pwm_set_config parameter order
` [U-Boot] [PATCH 3/4] power: pwm_regulator: remove redundance code
` [U-Boot] [PATCH 4/4] rockchip: pwm: add mask for config setting

[U-Boot] [PATCH] efi_loader: fix bug in efi_get_memory_map
 2017-07-27 14:44 UTC  (4+ messages)

[U-Boot] [RFC PATCH] OMAP2PLUS boards' CONFIG_SYS_LOAD_ADDR to Kconfig
 2017-07-27 13:12 UTC  (2+ messages)
` [U-Boot] [RFC PATCH] Convert "

[U-Boot] [PATCH v2 1/2] x86: Use default stack boundary alignment
 2017-07-27 13:12 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot

[U-Boot] [PATCH] rockchip: rk3288: update the mmc number for fastboot
 2017-07-27 13:09 UTC  (4+ messages)

[U-Boot] [GIT PULL] u-boot-rockchip/master
 2017-07-27 13:03 UTC 

[U-Boot] [RESENT PATCH] rockchip: puma-rk3399: remove redundance code
 2017-07-27 12:56 UTC  (2+ messages)

[U-Boot] [PATCH v3 10/10] rockchip: add u-boot specific dts for rk3036 sdk
 2017-07-27 12:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 07/10] rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036
 2017-07-27 12:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 08/10] rockchip: enable SPL_LIBGENERIC for rk3036 based boards
 2017-07-27 12:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 09/10] rockchip: use puts instead of printf when back to bootrom
 2017-07-27 12:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 05/10] sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation
 2017-07-27 12:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 06/10] rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 based board
 2017-07-27 12:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 03/10] powerpc: spl and normal u-boot stage set SYS_MALLOC_F_LEN indepently
 2017-07-27 12:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "


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