[U-Boot-Users] [GIT PULL] [ARM] Please pull from git://www.denx.de/git/u-boot-arm.git

Wolfgang Please pull from git://www.denx.de/git/u-boot-arm.git
The changes address your comments:-
Moved to asm-arm as coloured_led.h
I still would rather have this integrated into the existing status_led
driver.
Incorporated coloured_led.h into status_led.h
- ran Lindent on it (drivers/at45.c)
Actually the new version is even worse. It has many lines which are not
indented by multiple of 8 chars.
Revisited
Signed-off-by: Peter Pearse peter.pearse@arm.com
Regards
Peter
--- The following changes since commit afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8: Peter Pearse (1): Merge with git://www.denx.de/git/u-boot.git
are found in the git repository at:
git://www.denx.de/git/u-boot-arm.git
Peter Pearse (1): Move coloured led API to status_led.h
cpu/arm920t/start.S | 2 +- drivers/at45.c | 180 ++++++++++++++++++++------------------- include/asm-arm/coloured_led.h | 45 ---------- include/status_led.h | 21 +++++ 4 files changed, 114 insertions(+), 134 deletions(-) mode change 100755 => 100644 drivers/at45.c delete mode 100644 include/asm-arm/coloured_led.h ---

In message 000001c7f9ee$5560fa20$9a4d010a@Emea.Arm.com you wrote:
Please pull from git://www.denx.de/git/u-boot-arm.git
The changes address your comments:-
Done. Thanks.
Best regards,
Wolfgang Denk

Hi Wolfgang Denk and Peter Peares,
First, thank you for merging the OneNAND Support at U-Boot. Now we can use the OneNAND at U-Boot.
For reference and use of OneNAND, we want to merge the Apollon BSP support. So could you merge the Apollon BSP to mainline git directly? I think the Apollon BSP support doesn't break the existing the release cycle of U-Boot. If not, it's ok to merge arm git.
Thank you, Kyungmin Park
P.S., If you are missing the Apollon BSP patches, No problem to send it again.
-----Original Message----- From: u-boot-users-bounces@lists.sourceforge.net [mailto:u-boot-users- bounces@lists.sourceforge.net] On Behalf Of Wolfgang Denk Sent: Sunday, October 14, 2007 4:40 AM To: Peter Pearse Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] [GIT PULL] [ARM] Please pull fromgit://www.denx.de/git/u-boot-arm.git
In message 000001c7f9ee$5560fa20$9a4d010a@Emea.Arm.com you wrote:
Please pull from git://www.denx.de/git/u-boot-arm.git
The changes address your comments:-
Done. Thanks.
Best regards,
Wolfgang Denk
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Wisdom is one of the few things that looks bigger the further away it is. - Terry Pratchett, _Witches Abroad_
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

In message 002901c80ebb$de079050$e1ac580a@swcenter.sec.samsung.co.kr you wrote:
First, thank you for merging the OneNAND Support at U-Boot. Now we can use the OneNAND at U-Boot.
You are welcome.
For reference and use of OneNAND, we want to merge the Apollon BSP support. So could you merge the Apollon BSP to mainline git directly?
Not now. Only when the next merge window opens.
I think the Apollon BSP support doesn't break the existing the release cycle of U-Boot. If not, it's ok to merge arm git.
Thank you, Kyungmin Park
P.S., If you are missing the Apollon BSP patches, No problem to send it again.
Please check if they still apply when 1.3.0 was released and the merge window opens, and resent (after rebasing) if fixes were necessary.
Best regards,
Wolfgang Denk

-----Original Message----- From: Kyungmin Park [mailto:kmpark@infradead.org] Sent: 15 October 2007 00:42 To: 'Wolfgang Denk'; Peter Pearse Cc: u-boot-users@lists.sourceforge.net Subject: RE: [U-Boot-Users] [GIT PULL] [ARM] Please pull fromgit://www.denx.de/git/u-boot-arm.git
Hi Wolfgang Denk and Peter Peares,
First, thank you for merging the OneNAND Support at U-Boot. Now we can use the OneNAND at U-Boot.
For reference and use of OneNAND, we want to merge the Apollon BSP support.
Kyungmin
I have started working on your patches submitted 14/9/2007.
I seem to be missing board/apollon/u-boot.lds - would a copy of board/omap2420h4/u-boot.lds be OK?
Also we need to define one of
CFG_ENV_IS_IN_{NVRAM|EEPROM|FLASH|DATAFLASH|ONENAND|NOWHERE}
(and any associated defines e.g. CFG_IS_IN_FLASH requires (at least) CFG_FLASH_BASE )
If you want to resubmit all your apollon patch please be aware that your mail client and/or your editor made quite a mess of the 24/09/2007 ones ........
Regards
Peter
participants (3)
-
Kyungmin Park
-
Peter Pearse
-
Wolfgang Denk