* [U-Boot] Pull request: u-boot-arm/master to u-boot/master
@ 2012-10-11 16:51 Albert ARIBAUD
2012-10-11 18:45 ` Tom Rini
0 siblings, 1 reply; 10+ messages in thread
From: Albert ARIBAUD @ 2012-10-11 16:51 UTC (permalink / raw)
To: u-boot
Hi Tom,
The following changes since commit
28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad:
arm: armv7: temporarily set -mno-unaligned-access (2012-10-05
21:24:22 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7:
exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 +0900)
----------------------------------------------------------------
Chander Kashyap (1):
Exynos5250: Enable PXE Support
Piotr Wilczek (9):
arm:exynos4:trats: Correct SDRAM configuration for trats
arm:exynos4:trats: Fix SDRAM size
arm:exynos4:pinmux: Modify the gpio function for mmc
arm:exynos4:trats: Use pinmux for mmc configuration
arm:exynos4:universal: Use pinmux for mmc configuration
arm:exynos4:universal: Eliminated low level init
arm: trats: Power down core 1
drivers: spi: modify soft spi driver
exynos4: universal_C210: use software SPI
?ukasz Majewski (1):
gpio:fix: Proper handling of GPIO subsystem parts at Samsung
devices
arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++
arch/arm/include/asm/arch-exynos/gpio.h | 19 ++
arch/arm/include/asm/arch-exynos/periph.h | 1 +
arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +-
board/samsung/trats/trats.c | 80 ++----
board/samsung/universal_c210/Makefile | 1 -
board/samsung/universal_c210/lowlevel_init.S | 395
--------------------------
board/samsung/universal_c210/universal.c | 116 ++++----
drivers/gpio/s5p_gpio.c | 6 +-
drivers/spi/soft_spi.c | 3 +
include/configs/s5pc210_universal.h | 21 ++
include/configs/smdk5250.h | 6 +
include/configs/trats.h | 17 +- 13 files
changed, 209 insertions(+), 521 deletions(-) delete mode 100644
board/samsung/universal_c210/lowlevel_init.S
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 10+ messages in thread* [U-Boot] Pull request: u-boot-arm/master to u-boot/master 2012-10-11 16:51 [U-Boot] Pull request: u-boot-arm/master to u-boot/master Albert ARIBAUD @ 2012-10-11 18:45 ` Tom Rini 2012-10-12 5:36 ` Albert ARIBAUD 0 siblings, 1 reply; 10+ messages in thread From: Tom Rini @ 2012-10-11 18:45 UTC (permalink / raw) To: u-boot On Thu, Oct 11, 2012 at 06:51:30PM +0200, Albert ARIBAUD wrote: > Hi Tom, > > The following changes since commit > 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: > > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 > 21:24:22 +0200) > > are available in the git repository at: > > git://git.denx.de/u-boot-arm master > > for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7: > > exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 +0900) > > ---------------------------------------------------------------- > Chander Kashyap (1): > Exynos5250: Enable PXE Support > > Piotr Wilczek (9): > arm:exynos4:trats: Correct SDRAM configuration for trats > arm:exynos4:trats: Fix SDRAM size > arm:exynos4:pinmux: Modify the gpio function for mmc > arm:exynos4:trats: Use pinmux for mmc configuration > arm:exynos4:universal: Use pinmux for mmc configuration > arm:exynos4:universal: Eliminated low level init > arm: trats: Power down core 1 > drivers: spi: modify soft spi driver > exynos4: universal_C210: use software SPI > > ??ukasz Majewski (1): > gpio:fix: Proper handling of GPIO subsystem parts at Samsung > devices > > arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ > arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ > arch/arm/include/asm/arch-exynos/periph.h | 1 + > arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- > board/samsung/trats/trats.c | 80 ++---- > board/samsung/universal_c210/Makefile | 1 - > board/samsung/universal_c210/lowlevel_init.S | 395 > -------------------------- > board/samsung/universal_c210/universal.c | 116 ++++---- > drivers/gpio/s5p_gpio.c | 6 +- > drivers/spi/soft_spi.c | 3 + > include/configs/s5pc210_universal.h | 21 ++ > include/configs/smdk5250.h | 6 + > include/configs/trats.h | 17 +- 13 files > changed, 209 insertions(+), 521 deletions(-) delete mode 100644 > board/samsung/universal_c210/lowlevel_init.S NAK, sorry. We have a two problems now: - On PowerPC we have <asm/gpio.h> which takes <asm/arch/gpio.h> but boards which do use soft_spi.c and now fail (taihu sacsng) - zipitz2 has the same problem (cc'ing Marek) -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121011/bf2fcd5f/attachment.pgp> ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master to u-boot/master 2012-10-11 18:45 ` Tom Rini @ 2012-10-12 5:36 ` Albert ARIBAUD 2012-10-12 5:55 ` Albert ARIBAUD 0 siblings, 1 reply; 10+ messages in thread From: Albert ARIBAUD @ 2012-10-12 5:36 UTC (permalink / raw) To: u-boot Hi Tom, On Thu, 11 Oct 2012 11:45:35 -0700, Tom Rini <trini@ti.com> wrote: > On Thu, Oct 11, 2012 at 06:51:30PM +0200, Albert ARIBAUD wrote: > > > Hi Tom, > > > > The following changes since commit > > 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: > > > > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 > > 21:24:22 +0200) > > > > are available in the git repository at: > > > > git://git.denx.de/u-boot-arm master > > > > for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7: > > > > exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 +0900) > > > > ---------------------------------------------------------------- > > Chander Kashyap (1): > > Exynos5250: Enable PXE Support > > > > Piotr Wilczek (9): > > arm:exynos4:trats: Correct SDRAM configuration for trats > > arm:exynos4:trats: Fix SDRAM size > > arm:exynos4:pinmux: Modify the gpio function for mmc > > arm:exynos4:trats: Use pinmux for mmc configuration > > arm:exynos4:universal: Use pinmux for mmc configuration > > arm:exynos4:universal: Eliminated low level init > > arm: trats: Power down core 1 > > drivers: spi: modify soft spi driver > > exynos4: universal_C210: use software SPI > > > > ??ukasz Majewski (1): > > gpio:fix: Proper handling of GPIO subsystem parts at Samsung > > devices > > > > arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ > > arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ > > arch/arm/include/asm/arch-exynos/periph.h | 1 + > > arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- > > board/samsung/trats/trats.c | 80 ++---- > > board/samsung/universal_c210/Makefile | 1 - > > board/samsung/universal_c210/lowlevel_init.S | 395 > > -------------------------- > > board/samsung/universal_c210/universal.c | 116 ++++---- > > drivers/gpio/s5p_gpio.c | 6 +- > > drivers/spi/soft_spi.c | 3 + > > include/configs/s5pc210_universal.h | 21 ++ > > include/configs/smdk5250.h | 6 + > > include/configs/trats.h | 17 +- 13 files > > changed, 209 insertions(+), 521 deletions(-) delete mode 100644 > > board/samsung/universal_c210/lowlevel_init.S > > NAK, sorry. We have a two problems now: > - On PowerPC we have <asm/gpio.h> which takes <asm/arch/gpio.h> but > boards which do use soft_spi.c and now fail (taihu sacsng) > - zipitz2 has the same problem (cc'ing Marek) Now that's very weird. I *know* I had issues with zipitz2 among others when I git am'd the commits while the git server was down; then when I could fetch u-boot/samsung I re-tested u-boot-samsung/master in itself then merged into u-boot-arm/master, and I *know* those ran fine... And now they don't. Something's fishy in my git repo. :( In any case: NAK fully understood and agreed upon, in my capacity as a custodian, back-ported into ARM repo, i.e. I've rolled back ARM master to where it was before the (ff) merge. Also, actually CC:ing Marek, as well as Minkyu. Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master to u-boot/master 2012-10-12 5:36 ` Albert ARIBAUD @ 2012-10-12 5:55 ` Albert ARIBAUD 2012-10-12 6:47 ` Minkyu Kang 0 siblings, 1 reply; 10+ messages in thread From: Albert ARIBAUD @ 2012-10-12 5:55 UTC (permalink / raw) To: u-boot On Fri, 12 Oct 2012 07:36:20 +0200, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote: > Hi Tom, > > On Thu, 11 Oct 2012 11:45:35 -0700, Tom Rini <trini@ti.com> wrote: > > > On Thu, Oct 11, 2012 at 06:51:30PM +0200, Albert ARIBAUD wrote: > > > > > Hi Tom, > > > > > > The following changes since commit > > > 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: > > > > > > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 > > > 21:24:22 +0200) > > > > > > are available in the git repository at: > > > > > > git://git.denx.de/u-boot-arm master > > > > > > for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7: > > > > > > exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 +0900) > > > > > > ---------------------------------------------------------------- > > > Chander Kashyap (1): > > > Exynos5250: Enable PXE Support > > > > > > Piotr Wilczek (9): > > > arm:exynos4:trats: Correct SDRAM configuration for trats > > > arm:exynos4:trats: Fix SDRAM size > > > arm:exynos4:pinmux: Modify the gpio function for mmc > > > arm:exynos4:trats: Use pinmux for mmc configuration > > > arm:exynos4:universal: Use pinmux for mmc configuration > > > arm:exynos4:universal: Eliminated low level init > > > arm: trats: Power down core 1 > > > drivers: spi: modify soft spi driver > > > exynos4: universal_C210: use software SPI > > > > > > ??ukasz Majewski (1): > > > gpio:fix: Proper handling of GPIO subsystem parts at Samsung > > > devices > > > > > > arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ > > > arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ > > > arch/arm/include/asm/arch-exynos/periph.h | 1 + > > > arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- > > > board/samsung/trats/trats.c | 80 ++---- > > > board/samsung/universal_c210/Makefile | 1 - > > > board/samsung/universal_c210/lowlevel_init.S | 395 > > > -------------------------- > > > board/samsung/universal_c210/universal.c | 116 ++++---- > > > drivers/gpio/s5p_gpio.c | 6 +- > > > drivers/spi/soft_spi.c | 3 + > > > include/configs/s5pc210_universal.h | 21 ++ > > > include/configs/smdk5250.h | 6 + > > > include/configs/trats.h | 17 +- 13 files > > > changed, 209 insertions(+), 521 deletions(-) delete mode 100644 > > > board/samsung/universal_c210/lowlevel_init.S > > > > NAK, sorry. We have a two problems now: > > - On PowerPC we have <asm/gpio.h> which takes <asm/arch/gpio.h> but > > boards which do use soft_spi.c and now fail (taihu sacsng) > > - zipitz2 has the same problem (cc'ing Marek) > > Now that's very weird. I *know* I had issues with zipitz2 among others > when I git am'd the commits while the git server was down; then when > I could fetch u-boot/samsung I re-tested u-boot-samsung/master in > itself then merged into u-boot-arm/master, and I *know* those ran > fine... And now they don't. Something's fishy in my git repo. :( > > In any case: NAK fully understood and agreed upon, in my capacity as a > custodian, back-ported into ARM repo, i.e. I've rolled back ARM master > to where it was before the (ff) merge. > > Also, actually CC:ing Marek, as well as Minkyu. *Actually* CC:ing Minkyu... Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master to u-boot/master 2012-10-12 5:55 ` Albert ARIBAUD @ 2012-10-12 6:47 ` Minkyu Kang 2012-10-12 10:07 ` Piotr Wilczek 0 siblings, 1 reply; 10+ messages in thread From: Minkyu Kang @ 2012-10-12 6:47 UTC (permalink / raw) To: u-boot On 12 October 2012 14:55, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote: > On Fri, 12 Oct 2012 07:36:20 +0200, Albert ARIBAUD > <albert.u.boot@aribaud.net> wrote: > >> Hi Tom, >> >> On Thu, 11 Oct 2012 11:45:35 -0700, Tom Rini <trini@ti.com> wrote: >> >> > On Thu, Oct 11, 2012 at 06:51:30PM +0200, Albert ARIBAUD wrote: >> > >> > > Hi Tom, >> > > >> > > The following changes since commit >> > > 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: >> > > >> > > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 >> > > 21:24:22 +0200) >> > > >> > > are available in the git repository at: >> > > >> > > git://git.denx.de/u-boot-arm master >> > > >> > > for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7: >> > > >> > > exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 +0900) >> > > >> > > ---------------------------------------------------------------- >> > > Chander Kashyap (1): >> > > Exynos5250: Enable PXE Support >> > > >> > > Piotr Wilczek (9): >> > > arm:exynos4:trats: Correct SDRAM configuration for trats >> > > arm:exynos4:trats: Fix SDRAM size >> > > arm:exynos4:pinmux: Modify the gpio function for mmc >> > > arm:exynos4:trats: Use pinmux for mmc configuration >> > > arm:exynos4:universal: Use pinmux for mmc configuration >> > > arm:exynos4:universal: Eliminated low level init >> > > arm: trats: Power down core 1 >> > > drivers: spi: modify soft spi driver >> > > exynos4: universal_C210: use software SPI >> > > >> > > ??ukasz Majewski (1): >> > > gpio:fix: Proper handling of GPIO subsystem parts at Samsung >> > > devices >> > > >> > > arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ >> > > arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ >> > > arch/arm/include/asm/arch-exynos/periph.h | 1 + >> > > arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- >> > > board/samsung/trats/trats.c | 80 ++---- >> > > board/samsung/universal_c210/Makefile | 1 - >> > > board/samsung/universal_c210/lowlevel_init.S | 395 >> > > -------------------------- >> > > board/samsung/universal_c210/universal.c | 116 ++++---- >> > > drivers/gpio/s5p_gpio.c | 6 +- >> > > drivers/spi/soft_spi.c | 3 + >> > > include/configs/s5pc210_universal.h | 21 ++ >> > > include/configs/smdk5250.h | 6 + >> > > include/configs/trats.h | 17 +- 13 files >> > > changed, 209 insertions(+), 521 deletions(-) delete mode 100644 >> > > board/samsung/universal_c210/lowlevel_init.S >> > >> > NAK, sorry. We have a two problems now: >> > - On PowerPC we have <asm/gpio.h> which takes <asm/arch/gpio.h> but >> > boards which do use soft_spi.c and now fail (taihu sacsng) >> > - zipitz2 has the same problem (cc'ing Marek) >> >> Now that's very weird. I *know* I had issues with zipitz2 among others >> when I git am'd the commits while the git server was down; then when >> I could fetch u-boot/samsung I re-tested u-boot-samsung/master in >> itself then merged into u-boot-arm/master, and I *know* those ran >> fine... And now they don't. Something's fishy in my git repo. :( >> >> In any case: NAK fully understood and agreed upon, in my capacity as a >> custodian, back-ported into ARM repo, i.e. I've rolled back ARM master >> to where it was before the (ff) merge. >> >> Also, actually CC:ing Marek, as well as Minkyu. > > *Actually* CC:ing Minkyu... > CC:ing Piotr. -- from. prom. www.promsoft.net ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master to u-boot/master 2012-10-12 6:47 ` Minkyu Kang @ 2012-10-12 10:07 ` Piotr Wilczek 2012-10-15 1:10 ` Minkyu Kang 0 siblings, 1 reply; 10+ messages in thread From: Piotr Wilczek @ 2012-10-12 10:07 UTC (permalink / raw) To: u-boot Dear All, > -----Original Message----- > From: Minkyu Kang [mailto:promsoft at gmail.com] > Sent: Friday, October 12, 2012 8:47 AM > To: Albert ARIBAUD; Piotr Wilczek > Cc: U-Boot; Tom Rini; Marek Vasut > Subject: Re: [U-Boot] Pull request: u-boot-arm/master to u-boot/master > > On 12 October 2012 14:55, Albert ARIBAUD <albert.u.boot@aribaud.net> > wrote: > > On Fri, 12 Oct 2012 07:36:20 +0200, Albert ARIBAUD > > <albert.u.boot@aribaud.net> wrote: > > > >> Hi Tom, > >> > >> On Thu, 11 Oct 2012 11:45:35 -0700, Tom Rini <trini@ti.com> wrote: > >> > >> > On Thu, Oct 11, 2012 at 06:51:30PM +0200, Albert ARIBAUD wrote: > >> > > >> > > Hi Tom, > >> > > > >> > > The following changes since commit > >> > > 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: > >> > > > >> > > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 > >> > > 21:24:22 +0200) > >> > > > >> > > are available in the git repository at: > >> > > > >> > > git://git.denx.de/u-boot-arm master > >> > > > >> > > for you to fetch changes up to > 9b5dba537473578153961ee96ed23e37e1fde3f7: > >> > > > >> > > exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 > >> > > +0900) > >> > > > >> > > ---------------------------------------------------------------- > >> > > Chander Kashyap (1): > >> > > Exynos5250: Enable PXE Support > >> > > > >> > > Piotr Wilczek (9): > >> > > arm:exynos4:trats: Correct SDRAM configuration for trats > >> > > arm:exynos4:trats: Fix SDRAM size > >> > > arm:exynos4:pinmux: Modify the gpio function for mmc > >> > > arm:exynos4:trats: Use pinmux for mmc configuration > >> > > arm:exynos4:universal: Use pinmux for mmc configuration > >> > > arm:exynos4:universal: Eliminated low level init > >> > > arm: trats: Power down core 1 > >> > > drivers: spi: modify soft spi driver > >> > > exynos4: universal_C210: use software SPI > >> > > > >> > > ??ukasz Majewski (1): > >> > > gpio:fix: Proper handling of GPIO subsystem parts at > >> > > Samsung devices > >> > > > >> > > arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ > >> > > arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ > >> > > arch/arm/include/asm/arch-exynos/periph.h | 1 + > >> > > arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- > >> > > board/samsung/trats/trats.c | 80 ++---- > >> > > board/samsung/universal_c210/Makefile | 1 - > >> > > board/samsung/universal_c210/lowlevel_init.S | 395 > >> > > -------------------------- > >> > > board/samsung/universal_c210/universal.c | 116 ++++---- > >> > > drivers/gpio/s5p_gpio.c | 6 +- > >> > > drivers/spi/soft_spi.c | 3 + > >> > > include/configs/s5pc210_universal.h | 21 ++ > >> > > include/configs/smdk5250.h | 6 + > >> > > include/configs/trats.h | 17 +- 13 files > >> > > changed, 209 insertions(+), 521 deletions(-) delete mode 100644 > >> > > board/samsung/universal_c210/lowlevel_init.S > >> > > >> > NAK, sorry. We have a two problems now: > >> > - On PowerPC we have <asm/gpio.h> which takes <asm/arch/gpio.h> > but > >> > boards which do use soft_spi.c and now fail (taihu sacsng) > >> > - zipitz2 has the same problem (cc'ing Marek) > >> > >> Now that's very weird. I *know* I had issues with zipitz2 among > >> others when I git am'd the commits while the git server was down; > >> then when I could fetch u-boot/samsung I re-tested > >> u-boot-samsung/master in itself then merged into u-boot-arm/master, > >> and I *know* those ran fine... And now they don't. Something's fishy > >> in my git repo. :( > >> > >> In any case: NAK fully understood and agreed upon, in my capacity as > >> a custodian, back-ported into ARM repo, i.e. I've rolled back ARM > >> master to where it was before the (ff) merge. > >> > >> Also, actually CC:ing Marek, as well as Minkyu. > > > > *Actually* CC:ing Minkyu... > > > > CC:ing Piotr. The problem is caused by my patch. I will fix it as soon as possible. Regards, Piotr Wilczek > > > -- > from. prom. > www.promsoft.net ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master to u-boot/master 2012-10-12 10:07 ` Piotr Wilczek @ 2012-10-15 1:10 ` Minkyu Kang 2012-10-15 5:58 ` Albert ARIBAUD 0 siblings, 1 reply; 10+ messages in thread From: Minkyu Kang @ 2012-10-15 1:10 UTC (permalink / raw) To: u-boot Hi Albert, The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to 3ae30b97ff49d34c81bc8c9c2c6e23adf9cba31c: arm: trats: Power down core 1 (2012-10-10 18:53:58 +0900) ---------------------------------------------------------------- Chander Kashyap (1): Exynos5250: Enable PXE Support Piotr Wilczek (7): arm:exynos4:trats: Correct SDRAM configuration for trats arm:exynos4:trats: Fix SDRAM size arm:exynos4:pinmux: Modify the gpio function for mmc arm:exynos4:trats: Use pinmux for mmc configuration arm:exynos4:universal: Use pinmux for mmc configuration arm:exynos4:universal: Eliminated low level init arm: trats: Power down core 1 ?ukasz Majewski (1): gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ arch/arm/include/asm/arch-exynos/periph.h | 1 + arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- board/samsung/trats/trats.c | 80 ++---- board/samsung/universal_c210/Makefile | 1 - board/samsung/universal_c210/lowlevel_init.S | 395 -------------------------- board/samsung/universal_c210/universal.c | 82 ++---- drivers/gpio/s5p_gpio.c | 6 +- include/configs/s5pc210_universal.h | 2 + include/configs/smdk5250.h | 6 + include/configs/trats.h | 17 +- 12 files changed, 153 insertions(+), 521 deletions(-) delete mode 100644 board/samsung/universal_c210/lowlevel_init.S ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master to u-boot/master 2012-10-15 1:10 ` Minkyu Kang @ 2012-10-15 5:58 ` Albert ARIBAUD 2012-10-15 7:04 ` Albert ARIBAUD 0 siblings, 1 reply; 10+ messages in thread From: Albert ARIBAUD @ 2012-10-15 5:58 UTC (permalink / raw) To: u-boot Hi Minkyu, On Mon, 15 Oct 2012 10:10:33 +0900, Minkyu Kang <promsoft@gmail.com> wrote: > Hi Albert, > > The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: > > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200) > > are available in the git repository at: > > git://git.denx.de/u-boot-samsung master > > for you to fetch changes up to 3ae30b97ff49d34c81bc8c9c2c6e23adf9cba31c: > > arm: trats: Power down core 1 (2012-10-10 18:53:58 +0900) > > ---------------------------------------------------------------- > Chander Kashyap (1): > Exynos5250: Enable PXE Support > > Piotr Wilczek (7): > arm:exynos4:trats: Correct SDRAM configuration for trats > arm:exynos4:trats: Fix SDRAM size > arm:exynos4:pinmux: Modify the gpio function for mmc > arm:exynos4:trats: Use pinmux for mmc configuration > arm:exynos4:universal: Use pinmux for mmc configuration > arm:exynos4:universal: Eliminated low level init > arm: trats: Power down core 1 > > ?ukasz Majewski (1): > gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices > > arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ > arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ > arch/arm/include/asm/arch-exynos/periph.h | 1 + > arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- > board/samsung/trats/trats.c | 80 ++---- > board/samsung/universal_c210/Makefile | 1 - > board/samsung/universal_c210/lowlevel_init.S | 395 -------------------------- > board/samsung/universal_c210/universal.c | 82 ++---- > drivers/gpio/s5p_gpio.c | 6 +- > include/configs/s5pc210_universal.h | 2 + > include/configs/smdk5250.h | 6 + > include/configs/trats.h | 17 +- > 12 files changed, 153 insertions(+), 521 deletions(-) > delete mode 100644 board/samsung/universal_c210/lowlevel_init.S Going through ARM regression builds for this now. Unless Tom decides otherwise, will go into u-boot-arm/master once the release is out, not before. Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master to u-boot/master 2012-10-15 5:58 ` Albert ARIBAUD @ 2012-10-15 7:04 ` Albert ARIBAUD 2012-10-16 1:35 ` Minkyu Kang 0 siblings, 1 reply; 10+ messages in thread From: Albert ARIBAUD @ 2012-10-15 7:04 UTC (permalink / raw) To: u-boot On Mon, 15 Oct 2012 07:58:38 +0200, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote: > Hi Minkyu, > > On Mon, 15 Oct 2012 10:10:33 +0900, Minkyu Kang <promsoft@gmail.com> > wrote: > > > Hi Albert, > > > > The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: > > > > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200) > > > > are available in the git repository at: > > > > git://git.denx.de/u-boot-samsung master > > > > for you to fetch changes up to 3ae30b97ff49d34c81bc8c9c2c6e23adf9cba31c: > > > > arm: trats: Power down core 1 (2012-10-10 18:53:58 +0900) > > > > ---------------------------------------------------------------- > > Chander Kashyap (1): > > Exynos5250: Enable PXE Support > > > > Piotr Wilczek (7): > > arm:exynos4:trats: Correct SDRAM configuration for trats > > arm:exynos4:trats: Fix SDRAM size > > arm:exynos4:pinmux: Modify the gpio function for mmc > > arm:exynos4:trats: Use pinmux for mmc configuration > > arm:exynos4:universal: Use pinmux for mmc configuration > > arm:exynos4:universal: Eliminated low level init > > arm: trats: Power down core 1 > > > > ?ukasz Majewski (1): > > gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices > > > > arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ > > arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ > > arch/arm/include/asm/arch-exynos/periph.h | 1 + > > arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- > > board/samsung/trats/trats.c | 80 ++---- > > board/samsung/universal_c210/Makefile | 1 - > > board/samsung/universal_c210/lowlevel_init.S | 395 -------------------------- > > board/samsung/universal_c210/universal.c | 82 ++---- > > drivers/gpio/s5p_gpio.c | 6 +- > > include/configs/s5pc210_universal.h | 2 + > > include/configs/smdk5250.h | 6 + > > include/configs/trats.h | 17 +- > > 12 files changed, 153 insertions(+), 521 deletions(-) > > delete mode 100644 board/samsung/universal_c210/lowlevel_init.S > > Going through ARM regression builds for this now. Unless Tom > decides otherwise, will go into u-boot-arm/master once the release > is out, not before. Update: Build from u-boot/master and from a merge of u-boot-samsung/master yield similar results, i.e. all 271 ARM targets buuilding clean in each case. But seeing as there were later issues with Tom's tests, and as the patch comes within hours of the release, the choice remains Tom's. Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master to u-boot/master 2012-10-15 7:04 ` Albert ARIBAUD @ 2012-10-16 1:35 ` Minkyu Kang 0 siblings, 0 replies; 10+ messages in thread From: Minkyu Kang @ 2012-10-16 1:35 UTC (permalink / raw) To: u-boot On 15 October 2012 16:04, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote: > On Mon, 15 Oct 2012 07:58:38 +0200, Albert ARIBAUD > <albert.u.boot@aribaud.net> wrote: > >> Hi Minkyu, >> >> On Mon, 15 Oct 2012 10:10:33 +0900, Minkyu Kang <promsoft@gmail.com> >> wrote: >> >> > Hi Albert, >> > >> > The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad: >> > >> > arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200) >> > >> > are available in the git repository at: >> > >> > git://git.denx.de/u-boot-samsung master >> > >> > for you to fetch changes up to 3ae30b97ff49d34c81bc8c9c2c6e23adf9cba31c: >> > >> > arm: trats: Power down core 1 (2012-10-10 18:53:58 +0900) >> > >> > ---------------------------------------------------------------- >> > Chander Kashyap (1): >> > Exynos5250: Enable PXE Support >> > >> > Piotr Wilczek (7): >> > arm:exynos4:trats: Correct SDRAM configuration for trats >> > arm:exynos4:trats: Fix SDRAM size >> > arm:exynos4:pinmux: Modify the gpio function for mmc >> > arm:exynos4:trats: Use pinmux for mmc configuration >> > arm:exynos4:universal: Use pinmux for mmc configuration >> > arm:exynos4:universal: Eliminated low level init >> > arm: trats: Power down core 1 >> > >> > ?ukasz Majewski (1): >> > gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices >> > >> > arch/arm/cpu/armv7/exynos/pinmux.c | 58 ++++ >> > arch/arm/include/asm/arch-exynos/gpio.h | 19 ++ >> > arch/arm/include/asm/arch-exynos/periph.h | 1 + >> > arch/arm/include/asm/arch-s5pc1xx/gpio.h | 7 +- >> > board/samsung/trats/trats.c | 80 ++---- >> > board/samsung/universal_c210/Makefile | 1 - >> > board/samsung/universal_c210/lowlevel_init.S | 395 -------------------------- >> > board/samsung/universal_c210/universal.c | 82 ++---- >> > drivers/gpio/s5p_gpio.c | 6 +- >> > include/configs/s5pc210_universal.h | 2 + >> > include/configs/smdk5250.h | 6 + >> > include/configs/trats.h | 17 +- >> > 12 files changed, 153 insertions(+), 521 deletions(-) >> > delete mode 100644 board/samsung/universal_c210/lowlevel_init.S >> >> Going through ARM regression builds for this now. Unless Tom >> decides otherwise, will go into u-boot-arm/master once the release >> is out, not before. > > Update: > > Build from u-boot/master and from a merge of u-boot-samsung/master > yield similar results, i.e. all 271 ARM targets buuilding clean in each > case. But seeing as there were later issues with Tom's tests, and as > the patch comes within hours of the release, the choice remains Tom's. > Since 2012.10 is released, this request is canceled. I'll send new pull request soon. Thanks. Minkyu Kang. -- from. prom. www.promsoft.net ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-10-16 1:35 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-10-11 16:51 [U-Boot] Pull request: u-boot-arm/master to u-boot/master Albert ARIBAUD 2012-10-11 18:45 ` Tom Rini 2012-10-12 5:36 ` Albert ARIBAUD 2012-10-12 5:55 ` Albert ARIBAUD 2012-10-12 6:47 ` Minkyu Kang 2012-10-12 10:07 ` Piotr Wilczek 2012-10-15 1:10 ` Minkyu Kang 2012-10-15 5:58 ` Albert ARIBAUD 2012-10-15 7:04 ` Albert ARIBAUD 2012-10-16 1:35 ` Minkyu Kang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox