From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] u-boot-mips/master
Date: Tue, 31 May 2016 11:36:46 +0200 [thread overview]
Message-ID: <574D5B2E.9090801@gmail.com> (raw)
Hi Tom,
please pull the last batch of MIPS updates, thanks.
The following changes since commit e4a94ce4ac77396b181663c0493c50bc2d5b9143:
Merge git://git.denx.de/u-boot-dm (2016-05-27 20:34:12 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to f1b65c98b0a134ce92c38141b917fd3a210ee535:
mips: ath79: ap143: Reset ethernet on boot (2016-05-31 10:17:54 +0200)
----------------------------------------------------------------
Daniel Schwierzeck (4):
MIPS: provide a default u-boot-spl.lds
MIPS: add tune for MIPS 34kc
MIPS: remove dead code from asm/u-boot-mips.h
MIPS: malta: add defconfigs for MIPS64
Marek Vasut (1):
net: Add ag7xxx driver for Atheros MIPS
Paul Burton (8):
MIPS: Use CPHYSADDR to implement mips32 virt_to_phys
net: pcnet: Stop converting kseg1->kseg0 addresses
net: pcnet: Make 64 bit safe
net: pcnet: Fix init on big endian 64 bit
malta: Allow MIPS64 builds
MIPS: Move cache sizes to Kconfig
MIPS: Split I & D cache line size config
MIPS: Abstract cache op loops with a macro
Wills Wang (6):
mips: ath79: Rename get_bootstrap into ath79_get_bootstrap
mips: ath79: ap121: Enable ethernet
mips: ath79: Use 8MB flash profile for mtd partition by default
mips: ath79: Add support for ungating USB and ethernet on qca953x
mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro define
mips: ath79: ap143: Reset ethernet on boot
arch/mips/Kconfig | 40 +++++
arch/mips/Makefile | 1 +
arch/mips/config.mk | 5 +-
arch/mips/cpu/u-boot-spl.lds | 90 ++++++++++++
arch/mips/dts/ap121.dts | 5 +
arch/mips/dts/ar933x.dtsi | 4 +-
arch/mips/include/asm/cache.h | 7 +
arch/mips/include/asm/io.h | 5 +-
arch/mips/include/asm/u-boot-mips.h | 21 +--
arch/mips/lib/cache.c | 79 +++-------
arch/mips/lib/cache_init.S | 10 +-
arch/mips/mach-ath79/ar933x/clk.c | 4 +-
arch/mips/mach-ath79/ar933x/ddr.c | 4 +-
arch/mips/mach-ath79/ar934x/clk.c | 6 +-
arch/mips/mach-ath79/ar934x/ddr.c | 4 +-
arch/mips/mach-ath79/include/mach/ar71xx_regs.h | 1 +
arch/mips/mach-ath79/include/mach/ath79.h | 1 +
arch/mips/mach-ath79/include/mach/reset.h | 14 --
arch/mips/mach-ath79/qca953x/clk.c | 4 +-
arch/mips/mach-ath79/qca953x/ddr.c | 4 +-
arch/mips/mach-ath79/reset.c | 54 ++++++-
board/dbau1x00/Kconfig | 12 ++
board/imgtec/malta/Kconfig | 3 +-
board/imgtec/malta/lowlevel_init.S | 13 +-
board/micronas/vct/Kconfig | 12 ++
board/pb1x00/Kconfig | 12 ++
board/qca/ap121/Kconfig | 12 ++
board/qca/ap121/ap121.c | 2 +
board/qca/ap143/Kconfig | 12 ++
board/qca/ap143/ap143.c | 2 +
board/qemu-mips/Kconfig | 12 ++
board/tplink/wdr4300/Kconfig | 12 ++
configs/ap121_defconfig | 9 +-
configs/malta64_defconfig | 16 ++
configs/malta64el_defconfig | 17 +++
drivers/net/Kconfig | 9 ++
drivers/net/Makefile | 1 +
drivers/net/ag7xxx.c | 980 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/net/pcnet.c | 39 +++--
include/configs/ap121.h | 9 +-
include/configs/ap143.h | 11 +-
include/configs/dbau1x00.h | 7 -
include/configs/malta.h | 18 ++-
include/configs/pb1x00.h | 6 -
include/configs/pic32mzdask.h | 1 -
include/configs/qemu-mips.h | 7 -
include/configs/qemu-mips64.h | 7 -
include/configs/tplink_wdr4300.h | 5 -
include/configs/vct.h | 7 -
49 files changed, 1412 insertions(+), 204 deletions(-)
create mode 100644 arch/mips/cpu/u-boot-spl.lds
delete mode 100644 arch/mips/mach-ath79/include/mach/reset.h
create mode 100644 configs/malta64_defconfig
create mode 100644 configs/malta64el_defconfig
create mode 100644 drivers/net/ag7xxx.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160531/73331703/attachment.sig>
next reply other threads:[~2016-05-31 9:36 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-31 9:36 Daniel Schwierzeck [this message]
2016-05-31 14:50 ` [U-Boot] [GIT PULL] u-boot-mips/master Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2018-09-23 16:58 Daniel Schwierzeck
2018-09-24 15:01 ` Tom Rini
2018-08-08 15:31 Daniel Schwierzeck
2018-08-10 3:27 ` Tom Rini
2017-11-28 21:13 Daniel Schwierzeck
2017-11-29 4:23 ` Tom Rini
2016-11-30 18:13 Daniel Schwierzeck
2016-11-30 19:01 ` Tom Rini
2016-11-30 19:21 ` Daniel Schwierzeck
2016-12-01 0:45 ` Tom Rini
2016-09-21 15:49 Daniel Schwierzeck
2016-09-22 15:35 ` Tom Rini
2016-06-10 10:52 Daniel Schwierzeck
2016-06-19 14:01 ` Tom Rini
2016-05-26 0:13 Daniel Schwierzeck
2016-05-26 15:49 ` Tom Rini
2016-04-19 11:24 Daniel Schwierzeck
2016-04-21 11:25 ` Tom Rini
2016-03-09 11:01 Daniel Schwierzeck
2016-03-10 16:01 ` Tom Rini
2016-01-16 20:45 Daniel Schwierzeck
2016-01-17 3:00 ` Tom Rini
2015-11-06 13:10 Daniel Schwierzeck
2015-11-07 13:18 ` Tom Rini
2015-08-24 11:24 Daniel Schwierzeck
2015-08-24 13:43 ` Tom Rini
2015-08-24 15:47 ` Daniel Schwierzeck
2015-07-02 9:34 Daniel Schwierzeck
2015-07-10 12:55 ` Tom Rini
2015-04-24 10:20 Daniel Schwierzeck
2015-04-28 14:51 ` Tom Rini
2015-01-30 14:42 Daniel Schwierzeck
2015-02-02 18:57 ` Tom Rini
2015-01-21 13:14 Daniel Schwierzeck
2015-01-23 21:56 ` Tom Rini
2014-11-27 15:25 Daniel Schwierzeck
2014-11-27 18:09 ` Tom Rini
2014-10-31 18:50 Daniel Schwierzeck
2014-11-04 2:33 ` Tom Rini
2014-04-20 11:28 Daniel Schwierzeck
2014-04-21 8:37 ` Masahiro Yamada
2014-04-21 9:10 ` Daniel Schwierzeck
2014-04-21 9:46 ` Masahiro Yamada
2014-04-23 15:15 ` Tom Rini
2014-03-04 22:49 Daniel Schwierzeck
2014-03-05 0:03 ` Tom Rini
2013-11-26 23:56 Daniel Schwierzeck
2013-12-02 16:12 ` Tom Rini
2013-11-15 23:03 Daniel Schwierzeck
2013-11-17 19:17 ` Tom Rini
2013-11-09 20:53 Daniel Schwierzeck
2013-11-11 17:30 ` Tom Rini
2013-11-11 19:00 ` Daniel Schwierzeck
2013-11-11 19:11 ` Tom Rini
2013-11-11 19:13 ` Tom Rini
2013-08-13 10:42 Daniel Schwierzeck
2013-08-13 13:13 ` Tom Rini
2013-07-23 22:42 Daniel Schwierzeck
2013-07-25 13:06 ` Tom Rini
2013-01-31 0:21 Daniel Schwierzeck
2013-01-31 0:30 ` Tom Rini
2013-01-16 10:11 Daniel Schwierzeck
2013-01-21 21:08 ` Tom Rini
2012-12-12 13:00 Daniel Schwierzeck
2012-12-12 13:52 ` Tom Rini
2012-12-08 20:57 Daniel Schwierzeck
2012-12-10 15:07 ` Tom Rini
2012-11-27 23:19 Daniel Schwierzeck
2012-11-28 13:04 ` Tom Rini
2012-10-16 22:01 Daniel Schwierzeck
2012-10-17 21:10 ` Tom Rini
2012-06-03 22:04 Daniel Schwierzeck
2012-06-07 21:39 ` Wolfgang Denk
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=574D5B2E.9090801@gmail.com \
--to=daniel.schwierzeck@gmail.com \
--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