public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-06-23 14:09:46 to 2019-06-25 03:51:48 UTC [more...]

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

[U-Boot] pull request: raspberry pi updates
 2019-06-25  3:51 UTC  (9+ messages)

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

[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] [PATCH 00/15] Add Intel Agilex SoC support
 2019-06-25  1:16 UTC  (6+ messages)
` [U-Boot] [PATCH 01/15] arm: socfpga: agilex: Add base address for Intel Agilex SoC

[U-Boot] efi_loader: implementing non-volatile UEFI variables
 2019-06-25  1:10 UTC  (6+ messages)

[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  (6+ 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] [PATCH V2 1/3] test: dm: adc: use the real device name
 2019-06-24 15:52 UTC  (3+ messages)

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

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

[U-Boot] [PATCH v5 00/18] clk: Port Linux common clock framework [CCF] to U-boot (tag: v5.1.12)
 2019-06-24 13:50 UTC  (19+ 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] Bug in omap_gpmc.c:omap_nand_read_prefetch
 2019-06-24 13:43 UTC 

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

[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  (7+ messages)
` [U-Boot] [PATCH v2 1/5] sunxi: move SUNXI_GPIO to Kconfig
` [U-Boot] [PATCH v2 2/5] sunxi: gpio: Enable support for H6 pin controller
` [U-Boot] [PATCH v2 3/5] sunxi: clocks: Add H6 USB clock gates and resets
` [U-Boot] [PATCH v2 4/5] sunxi: phy: Add USB PHY support for Allwinner H6
` [U-Boot] [PATCH v2 5/5] sunxi: H6: Enable USB for existing boards
` [U-Boot] [linux-sunxi] [PATCH v2 0/5] sunxi: H6: Enable USB (2.0) support

[U-Boot] [v8, 0/5] Split fsl_esdhc driver for i.MX
 2019-06-24 10:07 UTC  (3+ messages)

[U-Boot] [PATCH v5 0/6] DM: Convert i.MX28 gpio, pinmux, spi and eth drivers to DM/DTS
 2019-06-24  9:56 UTC  (8+ messages)
` [U-Boot] [PATCH v5 3/6] ARM: dts: imx: Provide 'gpio-ranges' for mxs_gpio driver

[U-Boot] bootloop with 2019-07 on Bananapi-r2
 2019-06-24  9:45 UTC  (4+ messages)
` [U-Boot] [BUG] "

[U-Boot] [PATCH] ext4: add support for filesystems without JOURNAL
 2019-06-24  9:32 UTC  (2+ messages)

[U-Boot] [PATCH] ext4: fix calculating inode blkcount for non-512 blocksize filesystems
 2019-06-24  9:32 UTC  (2+ messages)

[U-Boot] [v3, 0/5] Split fsl_esdhc driver for i.MX
 2019-06-24  9:26 UTC  (10+ messages)
` [U-Boot] [v3, 5/5] mmc: fsl_esdhc_imx: drop useless code

[U-Boot] [PATCH] menu: don't bother going interactive with just one menu item
 2019-06-24  8:40 UTC  (3+ messages)

[U-Boot] [PATCH v2] apalis_imx6: increase phy autoneg timeout
 2019-06-24  8:39 UTC 

[U-Boot] [PATCH] arm: mvebu: set 38x and 39x AVS on lower frequency
 2019-06-24  8:29 UTC 

[U-Boot] [PATCH 0/4] davinci: omapl138-lcdk: enable CONFIG_SPL_DM
 2019-06-24  8:18 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] davinci: fix build warnings
 2019-06-24  8:18 UTC  (2+ messages)

[U-Boot] [PATCH] Fix watchdog timeout setup for mt7623n (banana-pi r2)
 2019-06-24  7:47 UTC  (3+ messages)

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

[U-Boot] [PATCH 1/1] x86: Add basic Slim Bootloader payload support
 2019-06-24  7:42 UTC  (8+ messages)

[U-Boot] [nand] [ubi] Discrepancy Between U-Boot and Linux NAND PEBs
 2019-06-24  7:40 UTC  (2+ messages)

[U-Boot] [PATCH] ls1028a: video: hdp: disable CONFIG_VIDEO as to fix build warning
 2019-06-24  7:19 UTC 

[U-Boot] [PATCH v4] gpio: add gpio-hog support
 2019-06-24  7:15 UTC  (3+ messages)

[U-Boot] [PATCH 0/7] efi_loader: variable services
 2019-06-24  5:31 UTC  (16+ messages)
` [U-Boot] [PATCH 1/7] efi_loader: move efi_query_variable_info()
` [U-Boot] [PATCH 2/7] efi_debug: make variable support customizable
` [U-Boot] [PATCH 3/7] efi_loader: initialization of variable services
` [U-Boot] [PATCH 4/7] efi_loader: clean up runtime detaching
` [U-Boot] [PATCH 5/7] efi_loader: let the variable driver patch out the runtime
` [U-Boot] [PATCH 6/7] efi_loader: unimplemented runtime services
` [U-Boot] [PATCH 7/7] efi_selftest: test variable services at runtime

[U-Boot] [PATCH 1/2] dm: i2c: Add a flag that need generate stop bit
 2019-06-24  4:48 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] rtc: pcf2127: Fixed bug with rtc settings and getting error time
    ` [U-Boot] [EXT] "
  ` [U-Boot] [EXT] Re: [PATCH 1/2] dm: i2c: Add a flag that need generate stop bit

[U-Boot] [PATCH v2 1/3] dm: i2c: Add a flag that needs to generate a stop bit
 2019-06-24  4:45 UTC  (3+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] [PATCH v4 0/5] dm: spi: Convert Freescale ESPI driver to driver
 2019-06-24  4:02 UTC  (3+ messages)
` [U-Boot] [PATCH v4 2/5] dm: spi: Convert Freescale ESPI driver to driver model

[U-Boot] [PATCH v2 1/5] spl: dm: disable SPI DM flash for non-DM SPL
 2019-06-24  3:59 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/5] dm: spi: Convert Freescale ESPI driver to driver model
    ` [U-Boot] [EXT] "

[U-Boot] [PATCH v5 0/8] Update SiFive Unleashed Drivers
 2019-06-24  3:47 UTC  (6+ messages)
` [U-Boot] [PATCH v5 6/8] net: macb: Extend MACB driver for SiFive Unleashed board

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

[U-Boot] [PATCH] ARM: da850-evm: Remove repeated pinmuxing calls
 2019-06-23 23:30 UTC 

[U-Boot] [PATCH] ARM: da850-evm: Remove duplicate UART initialization
 2019-06-23 22:48 UTC 

[U-Boot] [PATCH 2/2] board: stmark2: changes for mmc boot
 2019-06-23 20:56 UTC 

[U-Boot] [PATCH 1/2] board: amcore: fix u-boot mtd partition
 2019-06-23 20:56 UTC 

[U-Boot] [PATCH 0/8] NXP LS1021A-TSN Board
 2019-06-23 17:48 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] net: tsec: Refactor the readout of the tbi-handle property
` [U-Boot] [PATCH 2/8] net: tsec: Fix offset of MDIO registers for DM_ETH
` [U-Boot] [PATCH 3/8] net: tsec: Reverse Christmas tree notation
` [U-Boot] [PATCH 4/8] net: tsec: Make errors visible
` [U-Boot] [PATCH 5/8] net: tsec: Common handling of MAC station address for DM_ETH
` [U-Boot] [PATCH 6/8] arm: ls1021atwr: Convert to use driver model TSEC driver
` [U-Boot] [PATCH 7/8] configs: ls1021atwr: Fix distro_bootcmd for QSPI boot
` [U-Boot] [PATCH 8/8] Add support for the NXP LS1021A-TSN board


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