* [U-Boot] Please pull u-boot-ti/master (updated!)
@ 2011-12-14 16:06 Tom Rini
2011-12-16 22:20 ` Tom Rini
0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2011-12-14 16:06 UTC (permalink / raw)
To: u-boot
On Tue, Dec 13, 2011 at 11:58 AM, Tom Rini <tom.rini@gmail.com> wrote:
> The following changes since commit
> 953209bf5ef0889a1baa02aa0ed5324f53ff8fda:? Wolfgang Grandegger (1):
> ? ? arm: add __aeabi_unwind_cpp_pr1() function to avoid linker
> complaints
> are available in the git repository at:
> ? git://git.denx.de/u-boot-ti.git master
> Ilya Yanok (1):? ? ? arm926ejs: remove noop flush_dcache_all function
> ?arch/arm/cpu/arm926ejs/cache.c | ? ?5 -----?1 files changed, 0
> insertions(+), 5 deletions(-)
> This is a bugfix to the cache changes that were pushed before and
> without them some boards get stuck in an infinite loop.
This is now:
The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda:
Wolfgang Grandegger (1):
arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ilya Yanok (1):
arm926ejs: remove noop flush_dcache_all function
Manfred Rudigier (1):
davinci: Fixed wrong timebase clock frequency.
arch/arm/cpu/arm926ejs/cache.c | 5 -----
arch/arm/cpu/arm926ejs/davinci/timer.c | 2 +-
2 files changed, 1 insertions(+), 6 deletions(-)
The change from Manfred corrects get_tbclk() to return the right value
(CONFIG_SYS_HZ_TIMER, basically) rather than CONFIG_SYS_HZ which is
not at all the same.
--
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot] Please pull u-boot-ti/master (updated!)
2011-12-14 16:06 [U-Boot] Please pull u-boot-ti/master (updated!) Tom Rini
@ 2011-12-16 22:20 ` Tom Rini
2011-12-19 8:50 ` Albert ARIBAUD
0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2011-12-16 22:20 UTC (permalink / raw)
To: u-boot
On Wed, Dec 14, 2011 at 9:06 AM, Tom Rini <tom.rini@gmail.com> wrote:
> On Tue, Dec 13, 2011 at 11:58 AM, Tom Rini <tom.rini@gmail.com> wrote:
>> The following changes since commit
>> 953209bf5ef0889a1baa02aa0ed5324f53ff8fda:? Wolfgang Grandegger (1):
>> ? ? arm: add __aeabi_unwind_cpp_pr1() function to avoid linker
>> complaints
>> are available in the git repository at:
>> ? git://git.denx.de/u-boot-ti.git master
>> Ilya Yanok (1):? ? ? arm926ejs: remove noop flush_dcache_all function
>> ?arch/arm/cpu/arm926ejs/cache.c | ? ?5 -----?1 files changed, 0
>> insertions(+), 5 deletions(-)
>> This is a bugfix to the cache changes that were pushed before and
>> without them some boards get stuck in an infinite loop.
>
> This is now:
>
> The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda:
> ?Wolfgang Grandegger (1):
> ? ? ? ?arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
>
> are available in the git repository at:
>
> ?git://git.denx.de/u-boot-ti.git master
>
> Ilya Yanok (1):
> ? ? ?arm926ejs: remove noop flush_dcache_all function
>
> Manfred Rudigier (1):
> ? ? ?davinci: Fixed wrong timebase clock frequency.
>
> ?arch/arm/cpu/arm926ejs/cache.c ? ? ? ? | ? ?5 -----
> ?arch/arm/cpu/arm926ejs/davinci/timer.c | ? ?2 +-
> ?2 files changed, 1 insertions(+), 6 deletions(-)
>
> The change from Manfred corrects get_tbclk() to return the right value
> (CONFIG_SYS_HZ_TIMER, basically) rather than CONFIG_SYS_HZ which is
> not at all the same.
And now:
The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda:
Wolfgang Grandegger (1):
arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Chris Lalancette (1):
omap4_panda: Initialize the USB phy
Ilya Yanok (1):
arm926ejs: remove noop flush_dcache_all function
Manfred Rudigier (1):
davinci: Fixed wrong timebase clock frequency.
arch/arm/cpu/arm926ejs/cache.c | 5 --
arch/arm/cpu/arm926ejs/davinci/timer.c | 2 +-
arch/arm/include/asm/arch-omap4/clocks.h | 63 ++++++++++++++++++++++++++++++
board/ti/panda/panda.c | 59 ++++++++++++++++++++++++++++
4 files changed, 123 insertions(+), 6 deletions(-)
This adds Chris' patch for the USB clocks on Pandaboard. While USB
continues to not be supported in U-Boot, without this patch we have a
regression in Linux wherein USB stops working.
--
Tom
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot] Please pull u-boot-ti/master (updated!)
2011-12-16 22:20 ` Tom Rini
@ 2011-12-19 8:50 ` Albert ARIBAUD
0 siblings, 0 replies; 7+ messages in thread
From: Albert ARIBAUD @ 2011-12-19 8:50 UTC (permalink / raw)
To: u-boot
Hi Tom,
Le 16/12/2011 23:20, Tom Rini a ?crit :
> On Wed, Dec 14, 2011 at 9:06 AM, Tom Rini<tom.rini@gmail.com> wrote:
>> On Tue, Dec 13, 2011 at 11:58 AM, Tom Rini<tom.rini@gmail.com> wrote:
>>> The following changes since commit
>>> 953209bf5ef0889a1baa02aa0ed5324f53ff8fda: Wolfgang Grandegger (1):
>>> arm: add __aeabi_unwind_cpp_pr1() function to avoid linker
>>> complaints
>>> are available in the git repository at:
>>> git://git.denx.de/u-boot-ti.git master
>>> Ilya Yanok (1): arm926ejs: remove noop flush_dcache_all function
>>> arch/arm/cpu/arm926ejs/cache.c | 5 ----- 1 files changed, 0
>>> insertions(+), 5 deletions(-)
>>> This is a bugfix to the cache changes that were pushed before and
>>> without them some boards get stuck in an infinite loop.
>>
>> This is now:
>>
>> The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda:
>> Wolfgang Grandegger (1):
>> arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
>>
>> are available in the git repository at:
>>
>> git://git.denx.de/u-boot-ti.git master
>>
>> Ilya Yanok (1):
>> arm926ejs: remove noop flush_dcache_all function
>>
>> Manfred Rudigier (1):
>> davinci: Fixed wrong timebase clock frequency.
>>
>> arch/arm/cpu/arm926ejs/cache.c | 5 -----
>> arch/arm/cpu/arm926ejs/davinci/timer.c | 2 +-
>> 2 files changed, 1 insertions(+), 6 deletions(-)
>>
>> The change from Manfred corrects get_tbclk() to return the right value
>> (CONFIG_SYS_HZ_TIMER, basically) rather than CONFIG_SYS_HZ which is
>> not at all the same.
>
> And now:
> The following changes since commit 953209bf5ef0889a1baa02aa0ed5324f53ff8fda:
> Wolfgang Grandegger (1):
> arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti.git master
>
> Chris Lalancette (1):
> omap4_panda: Initialize the USB phy
>
> Ilya Yanok (1):
> arm926ejs: remove noop flush_dcache_all function
>
> Manfred Rudigier (1):
> davinci: Fixed wrong timebase clock frequency.
>
> arch/arm/cpu/arm926ejs/cache.c | 5 --
> arch/arm/cpu/arm926ejs/davinci/timer.c | 2 +-
> arch/arm/include/asm/arch-omap4/clocks.h | 63 ++++++++++++++++++++++++++++++
> board/ti/panda/panda.c | 59 ++++++++++++++++++++++++++++
> 4 files changed, 123 insertions(+), 6 deletions(-)
>
> This adds Chris' patch for the USB clocks on Pandaboard. While USB
> continues to not be supported in U-Boot, without this patch we have a
> regression in Linux wherein USB stops working.
Applied to u-boot-arm/master, thanks.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti/master (updated)
@ 2012-09-21 21:43 Tom Rini
2012-09-25 18:17 ` Tom Rini
0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2012-09-21 21:43 UTC (permalink / raw)
To: u-boot
Hello,
The following changes since commit d193c1b6eb05041c94ad9aacd8c94189d1dbc5f8:
Merge remote-tracking branch 'u-boot-imx/master' (2012-09-21 00:26:19 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-ti master
for you to fetch changes up to 16f452e1cfc3580683752d0d52cfe0dda15125b9:
am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX (2012-09-21 14:16:03 -0700)
----------------------------------------------------------------
Andreas Bie??mann (1):
devkit8000: add rootwait to mmcboot option
Bastian Ruppert (6):
davinci: ea20: reorganisation LCD startup
davinci: ea20: the console is always set to the serial line
video: cfb_console: logo can be positioned via the splashpos variable
video: cfb_console: add function to plot the logo area black
da850/omap-l138: davinci_emac: Suppress auto negotiation if needed
davinci: ea20: add some configs and default environmet variables
Ilya Yanok (4):
net/bootp: add VCI support for BOOTP also
OMAP: spl: call timer_init() from SPL
am335x_evm: enable networking in SPL
OMAP: networking support for SPL
Joel A Fernandes (1):
am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX
arch/arm/cpu/armv7/omap-common/Makefile | 3 +
arch/arm/cpu/armv7/omap-common/lowlevel_init.S | 6 +-
arch/arm/cpu/armv7/omap-common/spl.c | 11 ++
arch/arm/cpu/armv7/omap-common/spl_net.c | 52 +++++++++
arch/arm/include/asm/omap_common.h | 13 ++-
board/davinci/ea20/ea20.c | 32 ++++--
board/ti/beagle/beagle.c | 2 +-
common/Makefile | 4 +
common/cmd_nvedit.c | 8 ++
common/env_common.c | 7 +-
drivers/net/davinci_emac.c | 3 +-
drivers/video/cfb_console.c | 140 +++++++++++++++++++-----
include/bootstage.h | 6 +-
include/config_uncmd_spl.h | 44 ++++++++
include/configs/am335x_evm.h | 5 +-
include/configs/devkit8000.h | 1 +
include/configs/ea20.h | 108 +++++++++++-------
lib/Makefile | 9 +-
lib/hashtable.c | 2 +
mkconfig | 1 +
net/bootp.c | 27 ++++-
spl/Makefile | 3 +
22 files changed, 391 insertions(+), 96 deletions(-)
create mode 100644 arch/arm/cpu/armv7/omap-common/spl_net.c
create mode 100644 include/config_uncmd_spl.h
I've re-built all of ARM and everything builds the same as before these
changes.
--
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/20120921/da416b01/attachment.pgp>
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot] Please pull u-boot-ti/master (updated)
2012-09-21 21:43 [U-Boot] Please pull u-boot-ti/master (updated) Tom Rini
@ 2012-09-25 18:17 ` Tom Rini
0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2012-09-25 18:17 UTC (permalink / raw)
To: u-boot
On Fri, Sep 21, 2012 at 02:43:37PM -0700, Tom Rini wrote:
> Hello,
>
> The following changes since commit d193c1b6eb05041c94ad9aacd8c94189d1dbc5f8:
>
> Merge remote-tracking branch 'u-boot-imx/master' (2012-09-21 00:26:19 +0200)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-ti master
>
> for you to fetch changes up to 16f452e1cfc3580683752d0d52cfe0dda15125b9:
>
> am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX (2012-09-21 14:16:03 -0700)
>
> ----------------------------------------------------------------
> Andreas Bie??mann (1):
> devkit8000: add rootwait to mmcboot option
>
> Bastian Ruppert (6):
> davinci: ea20: reorganisation LCD startup
> davinci: ea20: the console is always set to the serial line
> video: cfb_console: logo can be positioned via the splashpos variable
> video: cfb_console: add function to plot the logo area black
> da850/omap-l138: davinci_emac: Suppress auto negotiation if needed
> davinci: ea20: add some configs and default environmet variables
>
> Ilya Yanok (4):
> net/bootp: add VCI support for BOOTP also
> OMAP: spl: call timer_init() from SPL
> am335x_evm: enable networking in SPL
> OMAP: networking support for SPL
>
> Joel A Fernandes (1):
> am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX
>
> arch/arm/cpu/armv7/omap-common/Makefile | 3 +
> arch/arm/cpu/armv7/omap-common/lowlevel_init.S | 6 +-
> arch/arm/cpu/armv7/omap-common/spl.c | 11 ++
> arch/arm/cpu/armv7/omap-common/spl_net.c | 52 +++++++++
> arch/arm/include/asm/omap_common.h | 13 ++-
> board/davinci/ea20/ea20.c | 32 ++++--
> board/ti/beagle/beagle.c | 2 +-
> common/Makefile | 4 +
> common/cmd_nvedit.c | 8 ++
> common/env_common.c | 7 +-
> drivers/net/davinci_emac.c | 3 +-
> drivers/video/cfb_console.c | 140 +++++++++++++++++++-----
> include/bootstage.h | 6 +-
> include/config_uncmd_spl.h | 44 ++++++++
> include/configs/am335x_evm.h | 5 +-
> include/configs/devkit8000.h | 1 +
> include/configs/ea20.h | 108 +++++++++++-------
> lib/Makefile | 9 +-
> lib/hashtable.c | 2 +
> mkconfig | 1 +
> net/bootp.c | 27 ++++-
> spl/Makefile | 3 +
> 22 files changed, 391 insertions(+), 96 deletions(-)
> create mode 100644 arch/arm/cpu/armv7/omap-common/spl_net.c
> create mode 100644 include/config_uncmd_spl.h
>
> I've re-built all of ARM and everything builds the same as before these
> changes.
Please hold off on this. It will conflict with the generic SPL series
which I would like to have go in first and I will put into master later
this week.
--
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/20120925/e3fd0742/attachment.pgp>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] Please pull u-boot-ti/master (updated)
@ 2011-11-04 17:56 s-paulraj at ti.com
2011-11-04 20:38 ` Albert ARIBAUD
0 siblings, 1 reply; 7+ messages in thread
From: s-paulraj at ti.com @ 2011-11-04 17:56 UTC (permalink / raw)
To: u-boot
The following changes since commit 92e86c8daed649a9e9ddd6c0b52d61cb25b62c3a:
Stefano Babic (1):
Davinci: ea20: added PREBOOT to configuration
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Luca Ceresoli (1):
ARM: dig297: Define MACH_TYPE_OMAP3_CPS and CONFIG_MACH_TYPE
Michael Jones (1):
OMAP3: mvblx: Initial support for mvBlueLYNX-X
Sanjeev Premi (3):
omap3: mem: Define and use common macros
omap3: mem: Clean-up whitespaces
omap3: mem: Move comments next to definitions
MAINTAINERS | 4 +
arch/arm/include/asm/arch-omap3/mem.h | 217 +++++++++---------
board/comelit/dig297/dig297.c | 2 -
board/matrix_vision/mvblx/Makefile | 53 +++++
board/matrix_vision/mvblx/config.mk | 33 +++
board/matrix_vision/mvblx/fpga.c | 219 ++++++++++++++++++
board/matrix_vision/mvblx/fpga.h | 32 +++
board/matrix_vision/mvblx/mvblx.c | 169 ++++++++++++++
board/matrix_vision/mvblx/mvblx.h | 362 +++++++++++++++++++++++++++++
board/matrix_vision/mvblx/sys_eeprom.c | 395 ++++++++++++++++++++++++++++++++
boards.cfg | 1 +
doc/README.omap3 | 5 +
include/configs/dig297.h | 8 +
include/configs/omap3_mvblx.h | 313 +++++++++++++++++++++++++
14 files changed, 1701 insertions(+), 112 deletions(-)
create mode 100644 board/matrix_vision/mvblx/Makefile
create mode 100644 board/matrix_vision/mvblx/config.mk
create mode 100644 board/matrix_vision/mvblx/fpga.c
create mode 100644 board/matrix_vision/mvblx/fpga.h
create mode 100644 board/matrix_vision/mvblx/mvblx.c
create mode 100644 board/matrix_vision/mvblx/mvblx.h
create mode 100644 board/matrix_vision/mvblx/sys_eeprom.c
create mode 100644 include/configs/omap3_mvblx.h
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot] Please pull u-boot-ti/master (updated)
2011-11-04 17:56 s-paulraj at ti.com
@ 2011-11-04 20:38 ` Albert ARIBAUD
0 siblings, 0 replies; 7+ messages in thread
From: Albert ARIBAUD @ 2011-11-04 20:38 UTC (permalink / raw)
To: u-boot
Hi Sandeep,
Le 04/11/2011 18:56, s-paulraj at ti.com a ?crit :
> The following changes since commit 92e86c8daed649a9e9ddd6c0b52d61cb25b62c3a:
> Stefano Babic (1):
> Davinci: ea20: added PREBOOT to configuration
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti.git master
>
> Luca Ceresoli (1):
> ARM: dig297: Define MACH_TYPE_OMAP3_CPS and CONFIG_MACH_TYPE
>
> Michael Jones (1):
> OMAP3: mvblx: Initial support for mvBlueLYNX-X
>
> Sanjeev Premi (3):
> omap3: mem: Define and use common macros
> omap3: mem: Clean-up whitespaces
> omap3: mem: Move comments next to definitions
>
> MAINTAINERS | 4 +
> arch/arm/include/asm/arch-omap3/mem.h | 217 +++++++++---------
> board/comelit/dig297/dig297.c | 2 -
> board/matrix_vision/mvblx/Makefile | 53 +++++
> board/matrix_vision/mvblx/config.mk | 33 +++
> board/matrix_vision/mvblx/fpga.c | 219 ++++++++++++++++++
> board/matrix_vision/mvblx/fpga.h | 32 +++
> board/matrix_vision/mvblx/mvblx.c | 169 ++++++++++++++
> board/matrix_vision/mvblx/mvblx.h | 362 +++++++++++++++++++++++++++++
> board/matrix_vision/mvblx/sys_eeprom.c | 395 ++++++++++++++++++++++++++++++++
> boards.cfg | 1 +
> doc/README.omap3 | 5 +
> include/configs/dig297.h | 8 +
> include/configs/omap3_mvblx.h | 313 +++++++++++++++++++++++++
> 14 files changed, 1701 insertions(+), 112 deletions(-)
> create mode 100644 board/matrix_vision/mvblx/Makefile
> create mode 100644 board/matrix_vision/mvblx/config.mk
> create mode 100644 board/matrix_vision/mvblx/fpga.c
> create mode 100644 board/matrix_vision/mvblx/fpga.h
> create mode 100644 board/matrix_vision/mvblx/mvblx.c
> create mode 100644 board/matrix_vision/mvblx/mvblx.h
> create mode 100644 board/matrix_vision/mvblx/sys_eeprom.c
> create mode 100644 include/configs/omap3_mvblx.h
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-09-25 18:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 16:06 [U-Boot] Please pull u-boot-ti/master (updated!) Tom Rini
2011-12-16 22:20 ` Tom Rini
2011-12-19 8:50 ` Albert ARIBAUD
-- strict thread matches above, loose matches on Subject: below --
2012-09-21 21:43 [U-Boot] Please pull u-boot-ti/master (updated) Tom Rini
2012-09-25 18:17 ` Tom Rini
2011-11-04 17:56 s-paulraj at ti.com
2011-11-04 20:38 ` Albert ARIBAUD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox