From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] U-BOOT and UART TX with interrupts (need help please)
Date: Wed, 26 Sep 2007 09:03:19 -0400 [thread overview]
Message-ID: <46FA5897.8070804@smiths-aerospace.com> (raw)
In-Reply-To: <12900271.post@talk.nabble.com>
Stanislav G. Prihodko wrote:
> Yes, yes, I know what you are going to say. With the use of off fully, not
> built originally in the program U-BOOT.
> But the interruption did not have any relationship to the operating system.
> The same level of hardware implementation exchange data with pereferiey. And
> as logical, therefore have to complete events or otherwise.
> If you send a lot of data or data to do so is through the interruption, is
> not it?
> I understand that this remarkable U-BOOT actually loader. And it is
> remarkable opportunities. For example implement the programme as
> "Standalone", and so can get through this opportunity to interrupt?
> I just want to build their program on the basis of good, enabled solutions.
Hi Stanislav,
If you want to use interrupts and u-boot, you will have to set things up
on your own, it is outside the normal use of u-boot.
Standalone is probably a good choice if you wish to pursue this. Be
aware that you are using u-boot in a way that it was not designed to be
used. You will have to add functionality (interrupt handling, possibly
more) to your code and/or u-boot. The u-boot list will probably not be
very helpful - when you do unusual things, other people will not have
experience with the problems you have and thus will be unable to give
much advice.
From your other email:
> Now we build our program directly into the source code of programs U-BOOT.
> And we want to use interrupts.
Note that, if you *link* your program u-boot (build directly into the
u-boot source), you *must* use a GPL-compatible license for your program
(i.e. your program must be Open Source - you must provide an offer of
your modifications/source to your users).
If you run your program "standalone", the u-boot licensing gives
permission to use a proprietary license for your code which is running
standalone.
Best regards,
gvb
next prev parent reply other threads:[~2007-09-26 13:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-26 8:50 [U-Boot-Users] U-BOOT and UART TX with interrupts (need help please) veter
2007-09-26 9:04 ` Wolfgang Denk
2007-09-26 10:02 ` veter
2007-09-26 12:25 ` Jerry Van Baren
2007-09-26 12:49 ` Stanislav G. Prihodko
2007-09-26 13:03 ` Jerry Van Baren [this message]
2007-09-26 13:43 ` Stanislav G. Prihodko
2007-09-26 13:59 ` Wolfgang Denk
2007-09-26 14:13 ` Stanislav G. Prihodko
2007-09-26 12:38 ` Stanislav G. Prihodko
2007-09-26 19:12 ` Mike Frysinger
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=46FA5897.8070804@smiths-aerospace.com \
--to=gerald.vanbaren@smiths-aerospace.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.