public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-09-28 15:42:10 to 2017-09-29 17:46:02 UTC [more...]

[U-Boot] [PATCH v2 00/10] rockchip: puma-rk3399: support 'same-as-spl' for boot-order and always power-up eMMC/SPI
 2017-09-29 17:46 UTC  (19+ messages)
` [U-Boot] [PATCH v2 01/10] rockchip: rk3399: make spl_board_init board-specific
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH v2 02/10] rockchip: bootrom: add definitions to retrieve BROM boot-source
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH v2 03/10] rockchip: spl: add documentation for spl_node_to_boot_device()
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH v2 04/10] rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH v2 05/10] rockchip: spl: rk3399: implement chip-specific board_spl_was_booted_from()
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH v2 06/10] rockchip: dts: rk3399-puma: add 'same-as-spl' to the front of the boot-order
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH v2 07/10] rockchip: puma-rk3399: update board_init()
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH v2 08/10] rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH v2 09/10] power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig
` [U-Boot] [PATCH v2 10/10] rockchip: defconfig: puma-rk3399: update for DM_REGULATOR support in SPL

[U-Boot] [PATCH v1 0/6] Update stm32x7 serial driver
 2017-09-29 17:29 UTC  (11+ messages)
` [U-Boot] [PATCH v1 1/6] serial: stm32x7: cleanup code
` [U-Boot] [PATCH v1 3/6] serial: stm32x7: prepare the ground to STM32F4 support
` [U-Boot] [PATCH v1 5/6] serial: stm32x7: add "

[U-Boot] [PATCH 001/080] mpc8308rdb: Fix style violation
 2017-09-29 17:10 UTC  (82+ messages)
` [U-Boot] [PATCH 002/080] mpc83xx: spd_sdram: Fix whitespace style violations
` [U-Boot] [PATCH 003/080] mpc83xx: spd_sdram: Fix "
` [U-Boot] [PATCH 004/080] include: dm: Fix 'devioe'/'devuce' typos
` [U-Boot] [PATCH 005/080] lib: fdtdec: Fix whitespace style violations
` [U-Boot] [PATCH 006/080] lib: fdtdec: Fix some "
` [U-Boot] [PATCH 007/080] core: ofnode: Fix "
` [U-Boot] [PATCH 008/080] core: read: "
` [U-Boot] [PATCH 009/080] core: Add {ofnode, dev}_translate_address functions
` [U-Boot] [PATCH 010/080] core: Make device_is_compatible live-tree compatible
` [U-Boot] [PATCH 011/080] clk: clk-uclass: Fix style violations
` [U-Boot] [PATCH 012/080] clk: clk_fixed_rate: Fix style violation
` [U-Boot] [PATCH 013/080] clk: Remove superfluous gd declarations
` [U-Boot] [PATCH 014/080] spi: Fix style violation and improve code
` [U-Boot] [PATCH 015/080] spi: Remove obsolete spi_base_setup_slave_fdt
` [U-Boot] [PATCH 016/080] spi: Remove spi_flash_probe_fdt
` [U-Boot] [PATCH 017/080] spi: Remove spi_setup_slave_fdt
` [U-Boot] [PATCH 018/080] spi: Remove CONFIG_OF_SPI_FLASH
` [U-Boot] [PATCH 019/080] spi: sf_probe: Fix style violations
` [U-Boot] [PATCH 020/080] spi: spi-uclass: "
` [U-Boot] [PATCH 021/080] sf_probe: Merge spi_flash_probe_tail into spi_flash_probe
` [U-Boot] [PATCH 022/080] net: tsec: Fix style violations
` [U-Boot] [PATCH 023/080] net: tsec: Fix memory leak in error path
` [U-Boot] [PATCH 024/080] net: tsec: Make live-tree compatible
` [U-Boot] [PATCH 025/080] i2c: fsl_i2c: Fix style violations
` [U-Boot] [PATCH 026/080] i2c: fsl_i2c: Remove inline declarations
` [U-Boot] [PATCH 027/080] i2c: fsl_i2c: Make live-tree compatible
` [U-Boot] [PATCH 028/080] gpio: pca953x_gpio: Fix style violations
` [U-Boot] [PATCH 029/080] gpio: pca953x_gpio: Make live-tree compatible
` [U-Boot] [PATCH 030/080] serial: ns16550: Fix style violation
` [U-Boot] [PATCH 031/080] serial: ns16550: Fix address translation
` [U-Boot] [PATCH 032/080] gdsys: Post ppc4xx removal cleanup
` [U-Boot] [PATCH 033/080] net: phy: marvell: Fix style violations
` [U-Boot] [PATCH 034/080] net: phy: marvell 88e151x: Fix handling of bare RGMII interface type
` [U-Boot] [PATCH 035/080] cfi_flash: Fix space between function name and parenthesis
` [U-Boot] [PATCH 036/080] cfi_flash: Fix style of pointer declarations
` [U-Boot] [PATCH 037/080] cfi_flash: Fix Parenthesis spacing
` [U-Boot] [PATCH 038/080] cfi_flash: Fix whitespace with casting
` [U-Boot] [PATCH 039/080] cfi_flash: Fix indent of case statements
` [U-Boot] [PATCH 040/080] cfi_flash: Fix spacing around casts/operators
` [U-Boot] [PATCH 041/080] cfi_flash: Fix missing/superfluous lines
` [U-Boot] [PATCH 042/080] cfi_flash: Remove braces for single-statement blocks
` [U-Boot] [PATCH 043/080] cfi_flash: Fix logical continuations
` [U-Boot] [PATCH 044/080] cfi_flash: Use __func__ macro instead of function name
` [U-Boot] [PATCH 045/080] cfi_flash: Fix comment style
` [U-Boot] [PATCH 046/080] cfi_flash: Remove unnecessary braces
` [U-Boot] [PATCH 047/080] cfi_flash: Add missing braces in blocks
` [U-Boot] [PATCH 048/080] cfi_flash: Fix spelling of "Unknown"
` [U-Boot] [PATCH 049/080] cfi_flash: Fix else after break
` [U-Boot] [PATCH 050/080] cfi_flash: Fix placement of brace
` [U-Boot] [PATCH 051/080] cfi_flash: Remove return from void function
` [U-Boot] [PATCH 052/080] cfi_flash: Reduce the scope of some variables
` [U-Boot] [PATCH 053/080] cfi_flash: Remove assignments from if conditions
` [U-Boot] [PATCH 054/080] cfi_flash: Use u8 pointers instead of void pointers
` [U-Boot] [PATCH 055/080] cfi_flash: Fix strings split across lines
` [U-Boot] [PATCH 056/080] cfi_flash: Rename camel-case variables
` [U-Boot] [PATCH 057/080] flash: Fix spelling of "ERR_TIMOUT"
` [U-Boot] [PATCH 058/080] cfi_flash: Bound-check index before array access
` [U-Boot] [PATCH 059/080] cfi_flash: Fix long lines
` [U-Boot] [PATCH 060/080] cfi_flash: Fix indention
` [U-Boot] [PATCH 061/080] cfi_flash: Always define cfi_flash_num_flash_banks
` [U-Boot] [PATCH 062/080] mtd: cfi_flash: Make live-tree compatible
` [U-Boot] [PATCH 063/080] gpio: mpc85xx_gpio: Fix style violations
` [U-Boot] [PATCH 064/080] gpio: mpc85xx: Rename driver file to mpc8xxx
` [U-Boot] [PATCH 065/080] gpio: mpc8xxx: Rename Kconfig option, structures, and functions
` [U-Boot] [PATCH 066/080] gpio: mpc8xxx: Make compatible with more SoCs
` [U-Boot] [PATCH 067/080] mpc83xx: Prepare usage of DM gpio driver
` [U-Boot] [PATCH 068/080] gpio: mpc8xxx: Make live-tree compatible
` [U-Boot] [PATCH 069/080] cmd: mdio: Fix style violations
` [U-Boot] [PATCH 070/080] common: board_f: "
` [U-Boot] [PATCH 071/080] common: board_r: "
` [U-Boot] [PATCH 072/080] gdsys: mpc8308: "
` [U-Boot] [PATCH 073/080] gdsys: mpc8308: Use shadow register for output GPIO values
` [U-Boot] [PATCH 074/080] strider, hrcon: Reset CAT phy on CON2 module
` [U-Boot] [PATCH 075/080] gdsys:phy: Adapt fixup_88e1518() to latest Release Notes
` [U-Boot] [PATCH 076/080] phy: Fix style violations
` [U-Boot] [PATCH 077/080] i2c: ihs_i2c: Prepare DM conversion
` [U-Boot] [PATCH 078/080] i2c: ihs_i2c: Make DM compatible
` [U-Boot] [PATCH 079/080] i2c: ihs_i2c: Factor out send_buffer method
` [U-Boot] [PATCH 080/080] clk: Makefile: Sort entries alphabetically

[U-Boot] [PATCH v3 0/7] Enable falcon boot for LS1043ARDB
 2017-09-29 17:05 UTC  (14+ messages)
` [U-Boot] [PATCH v3 1/7] spl: fix assignment of board info to global data
` [U-Boot] [PATCH v3 2/7] cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not defined
` [U-Boot] [PATCH v3 3/7] armv8: fsl-layerscape: Avoid running dram_init_banksize again
` [U-Boot] [PATCH v3 4/7] armv8: ls1043ardb: Use static DDR setting for SPL boot
` [U-Boot] [PATCH v3 5/7] armv8: layerscape: Enable falcon boot
` [U-Boot] [PATCH v3 6/7] armv8: ls1043ardb: Enable spl_board_init() function
` [U-Boot] [PATCH v3 7/7] armv8: ls1043ardb_sdcard: prepare falcon boot

[U-Boot] [PATCH 1/1] evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET
 2017-09-29 16:44 UTC  (4+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 2/4] rockchip: rk322x: update the sysreg number for boot mode
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 5/5] rockchip: dts: rk3328-evb: add i2c1 and rk805 nodes
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] rockchip: pinctrl: rk3368: add pinctrl for SDMMC0
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 1/5] rockchip: i2c: rk3328: support i2c for rk3328 SoC
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 4/5] configs: rk3328: add support for pmic rk8xx and regulator and i2c driver
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 4/5] rk3288: vyasa: Add falcon mode support
 2017-09-29 16:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/5] armv7: Move L2CTLR read/write to common
 2017-09-29 16:44 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/5] armv7: rk3288: Move configure_l2ctlr to common
 2017-09-29 16:44 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/5] rk3288: vyasa: Add TPL support
 2017-09-29 16:44 UTC  (3+ messages)
` [U-Boot] [U-Boot,v2,3/5] "

[U-Boot] [PATCH] rockchip: rk322x: fix pd_bus hclk/pclk
 2017-09-29 16:44 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 3/5] power: pmic: rk805: support rk805 pmic
 2017-09-29 16:15 UTC  (3+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v3 0/5] board: atmel: Convert to support video driver model
 2017-09-29 16:13 UTC  (2+ messages)

[U-Boot] [PATCH] net: phy: marvell: Add functions to read PHY's extended registers
 2017-09-29 14:47 UTC 

[U-Boot] [PATCH] usb: dwc3: add UniPhier specific glue layer
 2017-09-29 14:45 UTC  (5+ messages)

[U-Boot] Uboot send pull request
 2017-09-29 14:25 UTC  (2+ messages)

[U-Boot] [GIT PULL] Please pull u-boot-mmc master (take 2)
 2017-09-29 14:25 UTC  (2+ messages)

[U-Boot] [PATCH] i2c: muxes: pca954x: look up width from chip_desc
 2017-09-29 13:42 UTC  (3+ messages)

[U-Boot] [PATCH 00/14] Enable Stratix10 SoC support
 2017-09-29 13:07 UTC  (15+ messages)
` [U-Boot] [PATCH 02/14] arm: dts: Add dts for Stratix10 SoC
` [U-Boot] [PATCH 03/14] arm: socfpga: stratix10: Add Clock Manager driver "
` [U-Boot] [PATCH 04/14] arm: socfpga: stratix10: Add Reset "
` [U-Boot] [PATCH 06/14] arm: socfpga: stratix10: Add misc support "

[U-Boot] [PATCH] Revert "sunxi: imply USB_GADGET"
 2017-09-29 12:54 UTC  (2+ messages)

[U-Boot] [PATCH] sandbox: Add clrbits/setbits macros
 2017-09-29 12:53 UTC 

[U-Boot] [GIT PULL v2] u-boot-sunxi/master
 2017-09-29 12:52 UTC  (4+ messages)

[U-Boot] Ethernet problem with u-boot for APF27
 2017-09-29 11:21 UTC 

[U-Boot] [PATCH] dm: core: Correct address cast in dev_read_addr_ptr()
 2017-09-29  9:40 UTC  (3+ messages)

[U-Boot] [PATCH] usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()
 2017-09-29  9:36 UTC  (6+ messages)

[U-Boot] Antwort: Re: QSPI "sf probe ...", "sf read ..." on Altera SoC FPGA
 2017-09-29  9:23 UTC 

[U-Boot] Debugging SPL
 2017-09-29  8:55 UTC 

[U-Boot] Antwort: Re: QSPI "sf probe ...", "sf read ..." on Altera SoC FPGA
 2017-09-29  8:50 UTC  (3+ messages)

[U-Boot] [PATCH 0/9] sunxi: A83T improvements
 2017-09-29  8:16 UTC  (4+ messages)
` [U-Boot] [PATCH 6/9] net: sun8i_emac: Support RX/TX delay chains

[U-Boot] Patman - Submitting to mailing list
 2017-09-29  8:04 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/19] Add FPGA, SDRAM, SPL loads U-boot & booting to console
 2017-09-29  7:42 UTC  (4+ messages)
` [U-Boot] [PATCH v2 04/19] arm: socfpga: Add Arria 10 SoCFPGA programming interface

[U-Boot] Antwort: Re: QSPI "sf probe ...", "sf read ..." on Altera SoC FPGA
 2017-09-29  5:23 UTC 

[U-Boot] [PATCH] dm: replace dm_dbg() with pr_debug()
 2017-09-29  3:31 UTC 

[U-Boot] [PATCH] mmc: sdhci-cadence: set timing mode register depending on frequency
 2017-09-29  2:35 UTC  (2+ messages)

[U-Boot] [PATCH] spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()
 2017-09-29  2:30 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support
 2017-09-29  2:30 UTC  (3+ messages)

[U-Boot] [PATCH] mmc: uniphier-sd: Update the file to match V3 patchset
 2017-09-29  2:30 UTC  (2+ messages)

[U-Boot] [PATCH v5 1/1] mmc: Add MMC support for stm32h7 Socs
 2017-09-29  2:30 UTC  (3+ messages)

[U-Boot] [PATCH] scripts: Move Kconfig contents to cmd/Kconfig
 2017-09-29  1:58 UTC  (2+ messages)

[U-Boot] [PATCH v2] rockchip: rk3188: ram: add support for 16bit row address
 2017-09-29  1:38 UTC 

[U-Boot] [PATCH v2] linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13
 2017-09-29  1:35 UTC 

[U-Boot] [PATCH v4 0/6] Support for the Turris Omnia router
 2017-09-28 21:27 UTC  (3+ messages)
` [U-Boot] [PATCH v4 4/7] drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support

[U-Boot] [PATCH] topic_miami: Remove CONFIG_CMD_BOOTZ undef
 2017-09-28 19:46 UTC 

[U-Boot] [PATCH 1/2] icore: configs: Fix merge conflict issue
 2017-09-28 17:59 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] icorem6_rqs: env: Return mmc devno

[U-Boot] [PATCH] ls1021aiot: Move CONFIG_CMD_BOOTZ to Kconfig
 2017-09-28 16:24 UTC 

[U-Boot] u-boot-usb/master sandbox unit test failure
 2017-09-28 16:01 UTC  (5+ messages)


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