From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: barebox-2010.04.0
Date: Tue, 6 Apr 2010 09:34:10 +0200 [thread overview]
Message-ID: <20100406073410.GB3688@pengutronix.de> (raw)
Hi all,
Babebox-2010.04.0 is out. Here is a changelog:
Eric Benard (1):
i.MX25 : fix define name for clock frequency
Ivo Clarysse (1):
MX21ADS: Support booting from NAND
Jaccon Bastiaansen (1):
Barebox does not boot on iMX21ADS board
Juergen Beisert (1):
Make some help comments less confusing
Márton Németh (1):
u-boot-v2: fix typos in documentation
Sascha Hauer (13):
cfi_flash_new: Fix Intel chips
cfi_flash_new: Safe indention level by bailing out earlier in error case
cfi_flash_new: generate flash erase dots in common function
cfi_flash_new: make code more readable, return is not a function
cfi_flash: remove old driver and switch to new one
cfi_flash: move include/cfi_flash.c next to driver
Merge branch 'nor' into next
Merge branch 'next'
armv5: use proper cache flush function
remove unused file arch/arm/cpu/cache.S
nand_imx: clear INT_MSK to fix i.MX21 nand boot
i.MX35 3stack: Add a comment about the nonworking display
Release v2010.04.0
Uwe Kleine-König (1):
trivial: fix command case for erase usage line
Wolfram Sang (1):
Documentation: fix typos & correct symlink
Documentation/barebox-main.dox | 14 +-
Documentation/devices_drivers.txt | 4 +-
Makefile | 2 +-
arch/arm/cpu/Makefile | 2 +-
arch/arm/cpu/cache-armv5.S | 113 ++
arch/arm/cpu/cache.S | 70 -
arch/arm/mach-imx/speed-imx25.c | 4 +-
board/at91sam9260ek/init.c | 1 -
board/at91sam9263ek/init.c | 1 -
board/eco920/eco920.c | 1 -
board/eukrea_cpuimx27/eukrea_cpuimx27.c | 1 -
board/freescale-mx25-3-stack/config.h | 2 +-
board/freescale-mx35-3-stack/3stack.c | 5 +-
board/imx21ads/imx21ads.c | 10 +-
board/imx21ads/lowlevel_init.S | 192 ++-
board/imx27ads/imx27ads.c | 1 -
board/mmccpu/init.c | 1 -
board/netx/netx.c | 1 -
board/pcm030/pcm030.c | 1 -
board/pcm038/pcm038.c | 1 -
board/phycard-i.MX27/pca100.c | 1 -
board/pm9263/init.c | 1 -
board/scb9328/scb9328.c | 1 -
commands/flash.c | 3 +-
commands/nand.c | 2 +-
drivers/nand/nand_imx.c | 10 +-
drivers/nor/Kconfig | 34 +-
drivers/nor/Makefile | 3 +-
drivers/nor/cfi_flash.c | 1525 +++++++-------------
include/cfi_flash_new.h => drivers/nor/cfi_flash.h | 12 +-
drivers/nor/cfi_flash_amd.c | 11 +-
drivers/nor/cfi_flash_intel.c | 90 +-
drivers/nor/cfi_flash_new.c | 995 -------------
include/cfi_flash.h | 458 ------
34 files changed, 835 insertions(+), 2738 deletions(-)
create mode 100644 arch/arm/cpu/cache-armv5.S
delete mode 100644 arch/arm/cpu/cache.S
rename include/cfi_flash_new.h => drivers/nor/cfi_flash.h (99%)
delete mode 100644 drivers/nor/cfi_flash_new.c
delete mode 100644 include/cfi_flash.h
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2010-04-06 7:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-06 7:34 Sascha Hauer [this message]
2010-04-06 7:57 ` barebox-2010.04.0 Ivo Clarysse
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=20100406073410.GB3688@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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