From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 27/41] net: fec: do not access reserved register for i.MX8
Date: Thu, 18 Oct 2018 15:38:30 +0200 [thread overview]
Message-ID: <20181018153830.0a3bcc93@crub> (raw)
In-Reply-To: <20180528122526.20597-28-peng.fan@nxp.com>
Hi Peng,
On Mon, 28 May 2018 20:25:12 +0800
Peng Fan peng.fan at nxp.com wrote:
> The MIB RAM and FIFO receive start register does not exist on
> i.MX8. Accessing these register will cause SERROR.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> Cc: Joe Hershberger <joe.hershberger@ni.com>
> ---
> drivers/net/fec_mxc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
This should be merged for v2018.11, so
applied to u-boot-staging/agust at denx.de, thanks!
--
Anatolij
next prev parent reply other threads:[~2018-10-18 13:38 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-28 12:24 [U-Boot] [PATCH 00/41] imx: add i.MX8QXP support Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 01/41] imx: import SCFW API Peng Fan
2018-06-12 9:41 ` Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 02/41] imx: add Kconfig entry for i.MX8 Peng Fan
2018-06-27 8:19 ` Stefano Babic
2018-07-07 12:46 ` Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 03/41] arm: build mach-imx " Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 04/41] imx8: add IPC communication support between ACore and SCU Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 05/41] arm: global_data: introduce ipc_channel_handle Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 06/41] imx: boot_mode: Add FLEXSPI boot entry Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 07/41] imx8: add imx-regs header file Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 08/41] imx8: pins: include i.MX8QXP pin header when CONFIG_IMX8QXP defined Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 09/41] imx: add i.MX8 cpu type Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 10/41] imx8: add basic cpu support Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 11/41] imx8: add boot device detection Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 12/41] imx8: implement mmc_get_env_dev Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 13/41] imx8: implement imx_get_mac_from_fuse Peng Fan
2018-05-28 12:24 ` [U-Boot] [PATCH 14/41] imx8: implement get_board_serial Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 15/41] imx8: add mmu and dram related functiions Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 16/41] imx8: add bootaux support Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 17/41] imx8: add arch_cpu_init Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 18/41] imx8: add clock driver Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 19/41] imx8: add iomux configuration code Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 20/41] fsl_esdhc: Update usdhc driver to support i.MX8 Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 21/41] serial_lpuart: Update lpuart " Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 22/41] serial: lpuart: Enable RX and TX FIFO Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 23/41] imx_lpi2c: Update lpi2c driver to support imx8 Peng Fan
2018-05-29 3:40 ` Heiko Schocher
2018-05-28 12:25 ` [U-Boot] [PATCH 24/41] imx: lpi2c: fix clock issue when NACK detected Peng Fan
2018-05-29 3:52 ` Heiko Schocher
2018-05-28 12:25 ` [U-Boot] [PATCH 25/41] lpi2c: Fix bus stop problem in xfer Peng Fan
2018-05-29 3:55 ` Heiko Schocher
2018-05-28 12:25 ` [U-Boot] [PATCH 26/41] lpi2c: Add bus busy error handling Peng Fan
2018-05-29 3:59 ` Heiko Schocher
2018-05-28 12:25 ` [U-Boot] [PATCH 27/41] net: fec: do not access reserved register for i.MX8 Peng Fan
2018-06-12 18:26 ` Joe Hershberger
2018-10-18 13:38 ` Anatolij Gustschin [this message]
2018-05-28 12:25 ` [U-Boot] [PATCH 28/41] net: fec_mxc: Add the init_clk_fec function Peng Fan
2018-06-12 18:27 ` Joe Hershberger
2018-06-13 1:26 ` Simon Glass
2018-06-15 6:46 ` Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 29/41] sata: Add i.MX8 SATA support Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 30/41] gpio: mxc_gpio: add support for i.MX8 Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 31/41] pinctrl: Add pinctrl driver " Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 32/41] power: Add power domain " Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 33/41] power: Add PD device lookup interface to power domain uclass Peng Fan
2018-05-30 19:18 ` Simon Glass
2018-05-28 12:25 ` [U-Boot] [PATCH 34/41] power-domain: add dummy functions when CONFIG_POWER_DOMAIN not defined Peng Fan
2018-05-30 19:18 ` Simon Glass
2018-05-28 12:25 ` [U-Boot] [PATCH 35/41] dm: core: device: enable power domain in probe Peng Fan
2018-05-30 19:18 ` Simon Glass
2018-07-18 12:56 ` Peng Fan
2018-07-19 1:32 ` Simon Glass
2018-05-28 12:25 ` [U-Boot] [PATCH 36/41] drivers: regulator: fixed: add off-on-delay-us Peng Fan
2018-05-30 19:18 ` Simon Glass
2018-05-28 12:25 ` [U-Boot] [PATCH 37/41] mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue Peng Fan
2018-05-28 22:32 ` Benoît Thébaudeau
2018-05-29 1:45 ` Peng Fan
2018-05-29 20:47 ` Benoît Thébaudeau
2018-05-28 12:25 ` [U-Boot] [PATCH 38/41] log: include command header file Peng Fan
2018-05-30 19:18 ` Simon Glass
2018-05-28 12:25 ` [U-Boot] [PATCH 39/41] i2c-mux: pca954x: support pca9646 i2c switch Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 40/41] dts: imx8qxp: Add DTS and binding header files Peng Fan
2018-05-28 12:25 ` [U-Boot] [PATCH 41/41] imx: 8qxp_mek: Add i.MX8QXP MEK board support Peng Fan
2018-06-12 9:43 ` [U-Boot] [PATCH 00/41] imx: add i.MX8QXP support Peng Fan
2018-06-12 14:07 ` Fabio Estevam
2018-06-15 6:45 ` Peng Fan
2018-06-27 8:13 ` Stefano Babic
2018-07-07 12:55 ` Peng Fan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181018153830.0a3bcc93@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox