public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-06-24 10:07:19 to 2019-06-25 15:01:31 UTC [more...]

[U-Boot] [PATCH 0/2] Add support for UniPhier SPI controller
 2019-06-25 15:01 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] pinctrl: uniphier: Add SPI pin-mux settings
` [U-Boot] [PATCH 2/2] spi: Add SPI controller driver for UniPhier SoCs

[U-Boot] [PATCH] mmc: Do not poll using CMD13 when changing timing
 2019-06-25 14:13 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/3] Remove obsolete usbboot wrapper usage
 2019-06-25 14:06 UTC  (4+ messages)
` [U-Boot] [PATCH v1 1/3] apalis-tk1: configs: remove legacy usbboot command
` [U-Boot] [PATCH v1 2/3] apalis_imx6: "
` [U-Boot] [PATCH v1 3/3] colibri_imx6: "

[U-Boot] [PATCH 00/15] Add Intel Agilex SoC support
 2019-06-25 14:03 UTC  (7+ messages)
` [U-Boot] [PATCH 01/15] arm: socfpga: agilex: Add base address for Intel Agilex SoC

[U-Boot] [v8, 0/5] Split fsl_esdhc driver for i.MX
 2019-06-25 13:31 UTC  (7+ messages)

[U-Boot] [PATCH v2 1/2] xilinx_xiic: Fix fill tx fifo loop
 2019-06-25 13:30 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] xilinx_xiic: Fix transfer initialisation

[U-Boot] [PATCH 1/2] xilinx_xiic: fix fill tx fifo loop
 2019-06-25 13:18 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] xilinx_xiic: Fix transfer initialisation

[U-Boot] [PATCH 0/5] Virtex2 FPGA enhancements
 2019-06-25 13:01 UTC  (8+ messages)

[U-Boot] Bring tinker-rk3288 back into SPL size limit?
 2019-06-25 12:09 UTC  (5+ messages)
    ` [U-Boot] Bring tinker-rk3288 back into SPL size limit?【请注意,邮件由u-boot-bounces@lists.denx.de代发】
      ` [U-Boot] Bring tinker-rk3288 back into SPL size limit?????????????????????????u-boot-bounces@lists.denx.de?????????

[U-Boot] [ANN] U-Boot v2019.07-rc4 released
 2019-06-25 12:04 UTC  (16+ messages)
  ` [U-Boot] [U-Boot-Board-Maintainers] "
              ` [U-Boot] [U-Boot-Custodians] "
            ` [U-Boot] [U-Boot-Board-Maintainers] [U-Boot-Custodians] "

[U-Boot] [PATCH 1/1 v1] arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LEN
 2019-06-25 11:57 UTC 

[U-Boot] [PATCH] apalis_imx6: fix set_emmcargs wrapper
 2019-06-25 11:48 UTC 

[U-Boot] [PATCH v3 0/4] Add SDHCI card detection support
 2019-06-25 11:39 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/4] mmc: mvebu: Remove unused MMC_CAP.. macros
` [U-Boot] [PATCH v3 2/4] mmc: Read sd card detect properties from DT
` [U-Boot] [PATCH v3 3/4] mmc: sdhci: Read cd-gpio from devicetree
` [U-Boot] [PATCH v3 4/4] mmc: sdhci: Implement SDHCI card detect

[U-Boot] [PATCH v5 00/10] spi: Add Atmel QuadSPI driver
 2019-06-25 11:35 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Add RTC driver for STM32MP1
 2019-06-25 11:28 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] clk: stm32mp1: Add RTC clock entry
` [U-Boot] [PATCH 2/2] rtc: Add rtc driver for stm32mp1

[U-Boot] [PATCH v2] mach-stm32: Fix MPU region size dedicated to SDRAM for STM32F4
 2019-06-25 11:24 UTC 

[U-Boot] [PATCH v2] apalis_imx6: increase phy autoneg timeout
 2019-06-25 11:04 UTC  (2+ messages)

[U-Boot] [PATCH] mach-stm32: Fix MPU region size dedicated to SDRAM for STM32F4
 2019-06-25  9:53 UTC  (3+ messages)

[U-Boot] [PATCH v5 00/18] clk: Port Linux common clock framework [CCF] to U-boot (tag: v5.1.12)
 2019-06-25  9:32 UTC  (20+ messages)
` [U-Boot] [PATCH v5 01/18] clk: doc: Add documentation entry for Common Clock Framework [CCF] (i.MX)
` [U-Boot] [PATCH v5 02/18] dm: Fix documentation entry as there is no UCLASS_CLOCK uclass
` [U-Boot] [PATCH v5 03/18] clk: Remove clock ID check in .get_rate() of clk_fixed_*
` [U-Boot] [PATCH v5 04/18] clk: Extend struct clk to provide information regarding clock rate
` [U-Boot] [PATCH v5 05/18] clk: Extend struct clk to provide clock type agnostic flags
` [U-Boot] [PATCH v5 06/18] clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)
` [U-Boot] [PATCH v5 07/18] clk: Introduce clk-provider.h to store Common Clock Framework's internals
` [U-Boot] [PATCH v5 08/18] dm: clk: Define clk_get_parent() for clk operations
` [U-Boot] [PATCH v5 09/18] dm: clk: Define clk_get_parent_rate() "
` [U-Boot] [PATCH v5 10/18] dm: clk: Define clk_get_by_id() "
` [U-Boot] [PATCH v5 11/18] clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)
` [U-Boot] [PATCH v5 12/18] dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flag
` [U-Boot] [PATCH v5 13/18] dts: sandbox: Add 'osc' clock for Common Clock Framework [CCF] testing
` [U-Boot] [PATCH v5 14/18] clk: sandbox: Adjust clk-divider to emulate reading its value from HW
` [U-Boot] [PATCH v5 15/18] clk: sandbox: Adjust clk-mux.c to emulate reading divider "
` [U-Boot] [PATCH v5 16/18] clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]
` [U-Boot] [PATCH v5 17/18] defconfig: sandbox: Enable SANDBOX_CLK_CCF to reuse generic CCF code
` [U-Boot] [PATCH v5 18/18] clk: Add MAINTAINERS entry for clocks (./drivers/clk/)

[U-Boot] efi_loader: implementing non-volatile UEFI variables
 2019-06-25  9:27 UTC  (13+ messages)

[U-Boot] [PATCH v2 00/99] ram: rk3399: Add LPDDR4 support
 2019-06-25  8:43 UTC  (2+ messages)

[U-Boot] [PATCH 00/16] stm32m1 patches for v2017.10
 2019-06-25  8:28 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] STM32 gpio/pinctrl update
 2019-06-25  8:24 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] gpio: stm32: Rename stm32f7_gpio to stm32_gpio
` [U-Boot] [PATCH 2/4] pinctrl: stm32: update .bind callback
` [U-Boot] [PATCH 3/4] ARM: dts: stm32: Remove useless "st, stm32-gpio" compatible string
` [U-Boot] [PATCH 4/4] gpio: stm32: Remove .ofmatch callback

[U-Boot] [PATCH 0/2] STM32 dts fixes/cleanup
 2019-06-25  8:21 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] ARM: dts: stm32: Add u-boot, dm-pre-reloc for usart1_pins_a for stm32f769-disco
` [U-Boot] [PATCH 2/2] ARM: dts: stm32: Remove useless u-boot, dm-pre-reloc in stm32f746-disco-u-boot.dtsi

[U-Boot] [PATCH 0/2] STM32 MCU dts fixes/cleanup
 2019-06-25  8:06 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] ARM: dts: stm32: Add u-boot, dm-pre-reloc for usart1_pins_a for stm32f769-disco
` [U-Boot] [PATCH 2/2] ARM: dts: stm32: Remove useless u-boot, dm-pre-reloc in stm32f746-disco-u-boot.dtsi

[U-Boot] pull request: raspberry pi updates
 2019-06-25  7:58 UTC  (11+ messages)

[U-Boot] Difference between _defconfig and _config make switches
 2019-06-25  7:55 UTC  (3+ messages)

[U-Boot] [PATCH] arm: mvebu: set 38x and 39x AVS on lower frequency
 2019-06-25  7:49 UTC  (4+ messages)

[U-Boot] [PATCH v4] gpio: add gpio-hog support
 2019-06-25  7:20 UTC  (5+ messages)

[U-Boot] [PATCH v9 0/9] Update SiFive Unleashed Drivers
 2019-06-25  7:13 UTC  (11+ messages)
` [U-Boot] [PATCH v9 1/9] clk: sifive: Factor-out PLL library as separate module
` [U-Boot] [PATCH v9 2/9] clk: sifive: Sync-up WRPLL library with upstream Linux
` [U-Boot] [PATCH v9 3/9] clk: sifive: Sync-up DT bindings header "
` [U-Boot] [PATCH v9 4/9] clk: sifive: Sync-up main driver "
` [U-Boot] [PATCH v9 5/9] clk: sifive: Drop GEMGXL clock driver
` [U-Boot] [PATCH v9 6/9] net: macb: Extend MACB driver for SiFive Unleashed board
` [U-Boot] [PATCH v9 7/9] riscv: sifive: fu540: Setup ethaddr env variable using OTP
` [U-Boot] [PATCH v9 8/9] doc: sifive-fu540: Update README for steps to create FW_PAYLOAD
` [U-Boot] [PATCH v9 9/9] net: macb: Fix check for little-endian system in gmac_configure_dma()

[U-Boot] [PATCH 1/1] apalis_imx6: increase phy autoneg timeout
 2019-06-25  7:01 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/7] efi_loader: non-volatile variables support
 2019-06-25  6:47 UTC  (2+ messages)

[U-Boot] [PATCH v7 0/9] Update SiFive Unleashed Drivers
 2019-06-25  5:48 UTC  (14+ messages)
` [U-Boot] [PATCH v7 6/9] net: macb: Extend MACB driver for SiFive Unleashed board
` [U-Boot] [PATCH v7 9/9] net: macb: Fix check for little-endian system in gmac_configure_dma()

[U-Boot] [PATCH V2 1/3] test: dm: adc: use the real device name
 2019-06-25  5:45 UTC  (4+ messages)

[U-Boot] [PATCH v8 0/9] Update SiFive Unleashed Drivers
 2019-06-25  4:56 UTC  (11+ messages)
` [U-Boot] [PATCH v8 1/9] clk: sifive: Factor-out PLL library as separate module
` [U-Boot] [PATCH v8 2/9] clk: sifive: Sync-up WRPLL library with upstream Linux
` [U-Boot] [PATCH v8 3/9] clk: sifive: Sync-up DT bindings header "
` [U-Boot] [PATCH v8 4/9] clk: sifive: Sync-up main driver "
` [U-Boot] [PATCH v8 5/9] clk: sifive: Drop GEMGXL clock driver
` [U-Boot] [PATCH v8 6/9] net: macb: Extend MACB driver for SiFive Unleashed board
` [U-Boot] [PATCH v8 7/9] riscv: sifive: fu540: Setup ethaddr env variable using OTP
` [U-Boot] [PATCH v8 8/9] doc: sifive-fu540: Update README for steps to create FW_PAYLOAD
` [U-Boot] [PATCH v8 9/9] net: macb: Fix check for little-endian system in gmac_configure_dma()

[U-Boot] [PATCH v4 0/2] fit: Image node compression
 2019-06-25  2:40 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/2] fit: Support compression for non-kernel components (e.g. FDT)

[U-Boot] Pull request for mmc sub-system for v2019.07-rc4 round 2
 2019-06-25  1:05 UTC 

[U-Boot] rpi2: u-boot misaligned operation
 2019-06-25  0:42 UTC 

[U-Boot] [PATCH v4 0/4] add command env erase
 2019-06-24 20:19 UTC  (11+ messages)
` [U-Boot] [PATCH v4 1/4] env: register erase command
` [U-Boot] [PATCH v4 2/4] env: mmc: add erase-function

[U-Boot] [PATCH v2] i2c: designware: Get clock rate from clock DM
 2019-06-24 19:51 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] mx6: dts: Keep dtb entries sorted
 2019-06-24 19:21 UTC  (4+ messages)
` [U-Boot] [PATCH 7/7] wandboard: README: Adjust the U-Boot proper binary name

[U-Boot] [PATCH] net/macb: increase RX buffer size for GEM
 2019-06-24 19:01 UTC 

[U-Boot] [PATCH 0/2] usb: kbd: implement special keys
 2019-06-24 18:49 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] usb: kbd: simplify coding for arrow keys

[U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB
 2019-06-24 18:40 UTC  (6+ messages)

[U-Boot] Fwd: Crash in U-Boot
 2019-06-24 17:58 UTC  (5+ messages)
  ` [U-Boot] "

[U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case
 2019-06-24 17:53 UTC  (3+ messages)

[U-Boot] [PATCH] drivers: serial: lpuart: Enable Little Endian Support
 2019-06-24 17:17 UTC  (5+ messages)
  ` [U-Boot] [U-Boot-DM] "

[U-Boot] [PATCH v3] Add a simple script to remove boards
 2019-06-24 17:17 UTC  (3+ messages)

[U-Boot] [PATCH 00/21] patman: Update to support Python 3
 2019-06-24 17:17 UTC  (3+ messages)

[U-Boot] [PATCH 00/24] binman: dtoc: Convert to Python 3
 2019-06-24 17:17 UTC  (2+ messages)

[U-Boot] [PATCH] drivers/spi: fsl_qspi: fix controller busy check
 2019-06-24 17:04 UTC 

[U-Boot] [PATCH] ARM: am3517-evm: Migrate to SPL_OF_CONTROL
 2019-06-24 16:57 UTC 

[U-Boot] [PATCH v2] net: davinci_emac: convert to using the driver model
 2019-06-24 16:51 UTC  (3+ messages)

[U-Boot] QSPI support on i.MX7D Sabre Eval Board
 2019-06-24 15:57 UTC  (4+ messages)

[U-Boot] [ANNOUNCEMENT] Switching to gitlab.denx.de
 2019-06-24 15:21 UTC  (4+ messages)

[U-Boot] [PATCH] net: davinci_emac: convert to using the driver model
 2019-06-24 14:15 UTC  (9+ messages)

[U-Boot] Bug in omap_gpmc.c:omap_nand_read_prefetch
 2019-06-24 13:43 UTC 

[U-Boot] [PATCH] usb: ehci-mx6: Fix bus enumeration for DM case
 2019-06-24 13:09 UTC  (11+ messages)

[U-Boot] Please pull u-boot-x86
 2019-06-24 12:19 UTC  (2+ messages)

[U-Boot] [PATCH] usb: ehci-mx5: Fix bus enumeration for DM case
 2019-06-24 12:09 UTC  (2+ messages)

[U-Boot] [PATCH V2] ARM: imx: dh-imx6: Enable DM regulator
 2019-06-24 11:27 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] regulator: Factor out common enable code
 2019-06-24 11:03 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] regulator: Allow enabling GPIO regulator

[U-Boot] pre_probe under struct driver
 2019-06-24 10:48 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: imx: dh-imx6: Enable DM GPIO
 2019-06-24 10:37 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] Enable spl relocation on arm
 2019-06-24 10:36 UTC  (12+ messages)
` [U-Boot] [PATCH v2 2/3] spl: add relocation support
    ` [U-Boot] [PATCH v2 2/3] spl: add relocation support【请注意,邮件由sjg@google.com代发】

[U-Boot] [PATCH v2 0/5] sunxi: H6: Enable USB (2.0) support
 2019-06-24 10:14 UTC  (2+ messages)
` [U-Boot] [linux-sunxi] "


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