public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-06-10 11:47:51 to 2019-06-11 14:50:43 UTC [more...]

[U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support
 2019-06-11 14:50 UTC  (41+ messages)
` [U-Boot] [PATCH 01/92] ram: rk3399: Fix code warnings
` [U-Boot] [PATCH 02/92] ram: rk3399: Add space between string with format specifier
` [U-Boot] [PATCH 03/92] ram: rk3399: Add proper spaces in data training
` [U-Boot] [PATCH 04/92] ram: rk3399: Handle data training return types
` [U-Boot] [PATCH 05/92] ram: rk3399: Order include files
` [U-Boot] [PATCH 06/92] ram: rk3399: Move macro after "
` [U-Boot] [PATCH 07/92] ram: rk3399: Clear PI_175 interrupts in data training
` [U-Boot] [PATCH 08/92] ram: rk3399: Use rank mask in ca "
` [U-Boot] [PATCH 09/92] ram: rk3399: Use rank mask in wdql "
` [U-Boot] [PATCH 10/92] ram: rk3399: Add ddrtype enc macro
` [U-Boot] [PATCH 11/92] ram: rk3399: Add channel number encoder macro
` [U-Boot] [PATCH 12/92] ram: rk3399: Add row_3_4 enc macro
` [U-Boot] [PATCH 13/92] ram: rk3399: Add chipinfo macro
` [U-Boot] [PATCH 14/92] ram: rk3399: Add rank enc macro
` [U-Boot] [PATCH 15/92] ram: rk3399: Add column "
` [U-Boot] [PATCH 16/92] ram: rk3399: Add bk "
` [U-Boot] [PATCH 17/92] ram: rk3399: Add dbw "
` [U-Boot] [PATCH 18/92] ram: rk3399: Add cs0_rw macro
` [U-Boot] [PATCH 19/92] ram: rk3399: Add cs1_rw macro
` [U-Boot] [PATCH 20/92] ram: rk3399: Add bw enc macro
` [U-Boot] [PATCH 21/92] ram: rk3399: Rename sys_reg with sys_reg2
` [U-Boot] [PATCH 22/92] ram: rk3399: Update cs0_row to use sys_reg3
` [U-Boot] [PATCH 23/92] ram: rk3399: Update cs1_row "
` [U-Boot] [PATCH 24/92] ram: rk3399: Add cs1_col enc macro
` [U-Boot] [PATCH 25/92] ram: rk3399: Add ddr version "
` [U-Boot] [PATCH 26/92] ram: rk3399: Add ddrtimingC0
` [U-Boot] [PATCH 27/92] ram: rk3399: Add DdrMode
` [U-Boot] [PATCH 28/92] ram: rk3399: Handle pctl_cfg return type
` [U-Boot] [PATCH 29/92] ram: rk3399: s/tsel_wr_select_n/tsel_wr_select_dq_n
` [U-Boot] [PATCH 30/92] ram: rk3399: s/tsel_wr_select_p/tsel_wr_select_dq_p
` [U-Boot] [PATCH 31/92] ram: rk3399: s/ca_tsel_wr_select_n/tsel_wr_select_ca_n
` [U-Boot] [PATCH 32/92] ram: rk3399: s/ca_tsel_wr_select_p/tsel_wr_select_ca_p
` [U-Boot] [PATCH 33/92] ram: rk3399: Order tsel variables
` [U-Boot] [PATCH 34/92] ram: rk3399: Add phy pctrl reset support
` [U-Boot] [PATCH 35/92] ram: rk3399: Move pwrup_srefresh_exit to dram_info
` [U-Boot] [PATCH 36/92] ram: rk3399: Add pctl start support
` [U-Boot] [PATCH 37/92] ram: rockchip: rk3399: Add cap_info structure
` [U-Boot] [PATCH 38/92] ram: rk3399: s/rk3399_base_params/sdram_base_params
` [U-Boot] [PATCH 39/92] ram: rk3399: Move common sdram structures in common header
` [U-Boot] [PATCH 40/92] arm: include: rockchip: Move dramtypes to "

[U-Boot] [PATCH 0/5] sunxi: env: Load environment from boot media
 2019-06-11 14:28 UTC  (9+ messages)
` [U-Boot] [PATCH 1/5] env: allow undefined CONFIG_SYS_MMC_ENV_DEV

[U-Boot] [PATCH 1/2 v2] drivers: net: add NXP ENETC ethernet driver
 2019-06-11 14:27 UTC  (8+ messages)
` [U-Boot] [PATCH 2/2 v2] drivers: net: add NXP ENETC MDIO driver

[U-Boot] [PATCH] ARM: bcm2835: (Raspberry Pi) Fix issue on SD Host driver, where wait_transfer_complete was not waiting long enough
 2019-06-11 14:12 UTC 

[U-Boot] [PATCH 00/15] Add Intel Agilex SoC support
 2019-06-11 14:03 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/3] Enable usage of SDP for i.MX6 Sabre Auto Boards
 2019-06-11 13:53 UTC  (7+ messages)
` [U-Boot] [PATCH v2 3/3] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

[U-Boot] [ANN] U-Boot v2019.07-rc4 released
 2019-06-11 13:39 UTC  (5+ messages)
` [U-Boot] [U-Boot-Board-Maintainers] "

[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190612
 2019-06-11 13:09 UTC 

[U-Boot] [PATCH 1/1] colibri_imx7_emmc: enable CONFIG_ARMV7_BOOT_SEC_DEFAULT
 2019-06-11 13:04 UTC  (3+ messages)

[U-Boot] ARMv8 switching CPUs into EL1
 2019-06-11 12:39 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] pico-imx7d: Enable DM_USB
 2019-06-11 12:16 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT
 2019-06-11 12:13 UTC  (4+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2 v2] net: introduce MDIO DM class for MDIO devices
 2019-06-11 12:04 UTC  (9+ messages)
` [U-Boot] [PATCH 1/2 v3] "
  ` [U-Boot] [PATCH 2/2 v3] test: dm: add MDIO test
      ` [U-Boot] [EXT] Re: [PATCH 1/2 v3] net: introduce MDIO DM class for MDIO devices

[U-Boot] rtl8169: use dm_pci_map_bar
 2019-06-11 11:15 UTC 

[U-Boot] [RFC] Reserve ATF memory on Marvell Armdada 3700/7K/8K
 2019-06-11 11:00 UTC  (6+ messages)
        ` [U-Boot] mvebu: reserve SRAM memory on Marvell Armada 3700/7K/8K

[U-Boot] [PATCH v3 0/7] efi_loader: non-volatile variables support
 2019-06-11 10:59 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/7] env: save UEFI non-volatile variables in dedicated storage
` [U-Boot] [PATCH v3 5/7] efi_loader: bootmgr: make BootNext non-volatile
` [U-Boot] [PATCH v3 6/7] cmd: efidebug: make some boot variables non-volatile

[U-Boot] [PATCH] mmc: Avoid HS400 mode when accessing boot partitions
 2019-06-11 10:04 UTC  (9+ messages)

[U-Boot] [PATCH V2 1/2] watchdog: Split WDT from SPL_WDT
 2019-06-11  9:55 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/2] watchdog: imx: Add DM support

[U-Boot] [PATCH 1/1] board/freescale/common: secure_boot: Set bootdelay to -2
 2019-06-11  9:37 UTC 

[U-Boot] [PATCH 3/3] arm: dts: imx6qdl-u-boot: Alias usb0 to usbotg
 2019-06-11  8:44 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] imx: drop imx-regs.h
 2019-06-11  8:44 UTC 

[U-Boot] [PATCH] net: fec_mxc: not access reserved register on i.MX8
 2019-06-11  8:44 UTC 

[U-Boot] [PATCH 2/3] mx6sabreauto: set SYS_MALLOC_F for video
 2019-06-11  8:44 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] imx: define ARCH_MXC for i.MX8/8M/7ULP
 2019-06-11  8:44 UTC 

[U-Boot] [PATCH] imx8mq_evk: Staticize when appropriate
 2019-06-11  8:44 UTC  (2+ messages)

[U-Boot] [PATCH v2] pinctrl: imx: Define imx6_pinctrl_soc_info in .data section
 2019-06-11  8:44 UTC  (2+ messages)

[U-Boot] [PATCH] spl: imx6: Provide a SPL_SIZE_LIMIT default
 2019-06-11  8:44 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] mx6sabreauto: Select pinctrl driver
 2019-06-11  8:44 UTC  (2+ messages)

[U-Boot] [PATCH v2 2/3] mx6sabreauto: Enable SPL SDP support
 2019-06-11  8:44 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] mx6sabreauto: Remove CONFIG_SPL_DM to decrease the SPL size
 2019-06-11  8:44 UTC  (2+ messages)

[U-Boot] [PATCH V2] imx8: cpu: get temperature when print cpu desc
 2019-06-11  8:44 UTC 

[U-Boot] [PATCH] arm: am335x-pdu001: Remove watchdog support
 2019-06-11  8:39 UTC 

[U-Boot] [PATCH] arm: imx8: factor out uart init code
 2019-06-11  8:35 UTC  (2+ messages)

[U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: 5.0-rc3)
 2019-06-11  8:29 UTC  (3+ messages)
` [U-Boot] [PATCH v4 12/13] clk: Port Linux common clock framework

[U-Boot] [PATCH v1 0/4] DM: Convert i.MX28 gpio, pinmux and eth drivers to DM/DTS
 2019-06-11  8:18 UTC  (5+ messages)
` [U-Boot] [PATCH v1 1/4] DTS: imx28: Copy imx28 device tree related files from Linux kernel (v5.1.2)
` [U-Boot] [PATCH v1 2/4] imx: net: Enable support for i.MX28 DM_ETH in the fec_mxc.c driver
` [U-Boot] [PATCH v1 3/4] DM: mxs: gpio: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)
` [U-Boot] [PATCH v1 4/4] imx: pinctrl: Add support for i.MX28 mxs pinctrl driver

[U-Boot] [PATCH v2 0/6] - Add Ethernet support for stm32mpu
 2019-06-11  7:35 UTC  (13+ messages)
` [U-Boot] [PATCH v2 1/6] stm32mp1: clk: use the correct identifier for ethck
` [U-Boot] [PATCH v2 2/6] board: stm32mp1: Add board_interface_eth_init
` [U-Boot] [PATCH v2 3/6] net: dwc_eth_qos: add Ethernet stm32mp1 support
` [U-Boot] [PATCH v2 4/6] ARM: dts: stm32: Add Ethernet support on stm32mp1
` [U-Boot] [PATCH v2 5/6] stm32mp1: Add Ethernet support for stm32mp1 board
` [U-Boot] [PATCH v2 6/6] configs: stm32mp15: Enable Ethernet feature

[U-Boot] [PATCH v2 0/3] Add Avenger96 board support
 2019-06-11  7:34 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] arm: dts: stm32mp157: Add missing pinctrl definitions
` [U-Boot] [PATCH v2 2/3] board: stm32mp1: Add Avenger96 board support
` [U-Boot] [PATCH v2 3/3] arm: mach-stm32mp: Add newline to the MAC error message

[U-Boot] [PULL] u-boot-stm32 for v2019.07​ (round 5)
 2019-06-11  7:22 UTC 

[U-Boot] sf probe failed on Intel DNV-NS platform
 2019-06-11  6:47 UTC  (4+ messages)

[U-Boot] [PATCH v3] net: phy: cortina: Use block layer to read from mmc
 2019-06-11  6:29 UTC 

[U-Boot] [PATCH v1] net: use block layer in net driver
 2019-06-11  6:17 UTC  (6+ messages)
    ` [U-Boot] [EXT] "

[U-Boot] [PATCH] rtc: Add DM support to ds3231
 2019-06-11  4:39 UTC 

[U-Boot] [PATCH 1/5] armv8: ls1088a: The ls1088a platform supports the I2C driver model
 2019-06-11  4:25 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] gpio: do not include <asm/arch/gpio.h> on ARCH_LS1088A
` [U-Boot] [PATCH 3/5] configs: ls1088a: enable DM support for pcf2127 rtc
` [U-Boot] [PATCH 4/5] armv8: dts: fsl-ls1088a: add I2C node support
` [U-Boot] [PATCH 5/5] armv8: dts: ls1088ardb: Add slave nodes under the i2c0 controller

[U-Boot] [PATCH] i2c: designware: Get clock rate from clock DM
 2019-06-11  2:58 UTC  (8+ messages)

[U-Boot] [PATCH 1/2] net: Convert CONFIG_IP_DEFRAG to Kconfig
 2019-06-11  2:51 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] net: Convert CONFIG_TFTP_BLOCKSIZE "

[U-Boot] Pull requesti v2: u-boot-spi/master
 2019-06-11  1:31 UTC  (2+ messages)

[U-Boot] Please pull u-boot-video
 2019-06-11  1:31 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-atmel-fixes-2019.07-a
 2019-06-11  1:31 UTC  (2+ messages)

[U-Boot] Pull request, u-boot-tegra/master
 2019-06-11  1:31 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Add support for UniPhier SPI controller
 2019-06-11  1:06 UTC  (3+ 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 0/3] Intel FPGA PCIe fixes
 2019-06-11  0:30 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] efi_loader: implement event queue
 2019-06-10 21:10 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] efi_selftest: correct event group test
` [U-Boot] [PATCH 2/2] efi_loader: implement event queue

[U-Boot] [PATCH 1/2] arm: i.MX: Add CMD_NANDBCB Kconfig entry
 2019-06-10 21:02 UTC  (9+ messages)
` [U-Boot] [PATCH 2/2] i.MX6: nand: add nandbcb command for imx

[U-Boot] Did anything ever happen with mvmdio / marvell xsmi support?
 2019-06-10 20:24 UTC  (3+ messages)
` [U-Boot] [EXT] "

[U-Boot] [PATCH v8 00/14] Add Support for eMMC in AM65x-evm
 2019-06-10 19:13 UTC  (15+ messages)
` [U-Boot] [PATCH v8 01/14] arm64: dts: k3: Sync sdhci0 node from kernel and change driver name
` [U-Boot] [PATCH v8 02/14] mmc: am654_sdhci: Remove quirks
` [U-Boot] [PATCH v8 03/14] regmap: Add API regmap_init_mem_index()
` [U-Boot] [PATCH v8 04/14] mmc: sdhci: Add support for sdhci-caps-mask
` [U-Boot] [PATCH v8 05/14] mmc: sdhci: Make sdhci_set_clock() non static
` [U-Boot] [PATCH v8 06/14] arm: dts: k3: Add phy specific properties to SD card node
` [U-Boot] [PATCH v8 07/14] mmc: sdhci: Make set_ios_post() return int
` [U-Boot] [PATCH v8 08/14] mmc: am654_sdhci: Add Support for PHY
` [U-Boot] [PATCH v8 09/14] configs: am65x_evm: Enable CONFIG_REGMAP
` [U-Boot] [PATCH v8 10/14] mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
` [U-Boot] [PATCH v8 11/14] mmc: am654_sdhci: Add a platform specific set_control_reg() callback
` [U-Boot] [PATCH v8 12/14] configs: am65x: Add configs to support environment in eMMC
` [U-Boot] [PATCH v8 13/14] am65x_evm: Add Support for creating a filesystem GPT partition "
` [U-Boot] [PATCH v8 14/14] configs: am65x_evm_a53: Add Support for creating GPT partitions

[U-Boot] Need some help with verified u-boot (Signature verification failed)
 2019-06-10 19:13 UTC 

[U-Boot] [PATCH] ARM: davinci: da850: Manual pinmux only when PINCTRL not available
 2019-06-10 18:25 UTC 

[U-Boot] [PATCH] pinctrl: pinctrl-single: Add 'pinctrl-single, bits' support
 2019-06-10 18:15 UTC 

[U-Boot] [PATCH v2 1/2] MIPS: add empty arch/clk.h
 2019-06-10 18:05 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/2] MIPS: add dma-mapping.h implementation
` [U-Boot] [PATCH] MIPS: add compile time definition of L2 cache size

[U-Boot] Using fw_setenv to set negative numbers
 2019-06-10 16:06 UTC  (3+ messages)

[U-Boot] [PATCH v7 00/15] Add Support for eMMC in Am65x-evm
 2019-06-10 15:18 UTC  (5+ messages)
` [U-Boot] [PATCH v7 11/15] mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings

[U-Boot] [PATCH] ARM: imx: cm_fx6: Drop ad-hoc SATA binding
 2019-06-10 14:27 UTC  (3+ messages)

[U-Boot] [GIT] Pull request: u-boot-dfu (10.06.2019)
 2019-06-10 13:58 UTC  (6+ messages)

[U-Boot] [PATCH] Fix watchdog timeout setup for mt7623n (banana-pi r2)
 2019-06-10 13:53 UTC 

[U-Boot] Pull request: u-boot-staging
 2019-06-10 13:50 UTC  (3+ messages)

[U-Boot] Bring tinker-rk3288 back into SPL size limit?
 2019-06-10 13:36 UTC  (3+ messages)

[U-Boot] [PATCH] net: fec_mxc: not access reserved register on i.MX8
 2019-06-10 13:12 UTC  (4+ messages)

[U-Boot] [RESEND Patch] net: mscc: refactor mscc_miim
 2019-06-10 12:37 UTC  (2+ messages)

[U-Boot] Pull requesti v2: u-boot-spi/master
 2019-06-10 12:34 UTC 

[U-Boot] [PATCH] ids8313: Disable SPI
 2019-06-10 12:28 UTC  (2+ messages)

[U-Boot] [PATCH v1 00/11] DM: display5: Convert display5 board to DM/DTS (including 'factory' setup)
 2019-06-10 12:23 UTC  (4+ messages)
` [U-Boot] [PATCH v1 07/11] DTS: Add imx6q-display5-u-boot.dtsi file with u-boot specific properties

[U-Boot] [RFC 0/4] Convert fsl_dcu_fb to DM_VIDEO
 2019-06-10 11:47 UTC  (3+ messages)
` [U-Boot] [RFC 3/4] ARM: dts: colibri_vf: Add dcu0 node
` [U-Boot] [RFC 4/4] colibri_vf: enable DM_VIDEO


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