From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] What to do for a working BIOSEMU and ATI_RADEON_FB environment?
Date: Mon, 30 Mar 2009 17:07:55 +0200 [thread overview]
Message-ID: <49D0E04B.3040605@denx.de> (raw)
In-Reply-To: <ec10c59d0903290300t5d928330y8fbd7c409bee743c@mail.gmail.com>
Markus Rathgeb wrote:
> -#define CONFIG_SYS_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */
> -#define CONFIG_SYS_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */
> +#define CONFIG_SYS_MONITOR_LEN (1024 << 10) /* Reserve 1024 kB for Monitor */
> +#define CONFIG_SYS_MALLOC_LEN (1024 << 10) /* Reserve 1024 kB for malloc() */
<snip>
> I changed also CONFIG_SYS_MONITOR_LEN and CONFIG_SYS_MALLOC_LEN.
> I do not know, what are the minimum values that are working.
> But 128 and 256 for CONFIG_SYS_MALLOC_LEN are to small and with the
> above values it is working - so it is okay for me.
CONFIG_SYS_MONITOR_LEN could probably be 384 kB or 512 kB. It
depends on included (configured) drivers and U-Boot commands.
1024 kB is too big here, i think. 1024 kB for CONFIG_SYS_MALLOC_LEN
is OK.
> Where can I read more about that options (and the options for video)?
> Are there documentations or should I read the source code (that is no
> problem, but it will be cost a lot of time)?
u-boot/README contains a description of these options. Video
related options are described there too. README also describes
"videomode" U-Boot environment variable for selection of display
resolution and color depth.
Best regards,
Anatolij
next prev parent reply other threads:[~2009-03-30 15:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-28 15:26 [U-Boot] What to do for a working BIOSEMU and ATI_RADEON_FB environment? Markus Rathgeb
2009-03-28 23:25 ` Anatolij Gustschin
2009-03-28 23:35 ` Anatolij Gustschin
2009-03-29 10:00 ` Markus Rathgeb
2009-03-30 15:07 ` Anatolij Gustschin [this message]
2009-03-29 15:21 ` Jon Smirl
2009-03-29 15:23 ` Jon Smirl
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=49D0E04B.3040605@denx.de \
--to=agust@denx.de \
--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.