From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 04/10] microblaze: Add netconsole support
Date: Thu, 01 Sep 2011 15:04:05 +0200 [thread overview]
Message-ID: <4E5F82C5.7020007@monstr.eu> (raw)
In-Reply-To: <201108311519.43760.vapier@gentoo.org>
Mike Frysinger wrote:
> On Wednesday, August 31, 2011 04:35:15 Michal Simek wrote:
>> --- a/arch/microblaze/lib/board.c
>> +++ b/arch/microblaze/lib/board.c
>> @@ -167,6 +167,12 @@ void board_init (void)
>> /* Initialize stdio devices */
>> stdio_init ();
>>
>> + /* Initialize the jump table for applications */
>> + jumptable_init ();
>> +
>> + /* Initialize the console (after the relocation and devices init) */
>> + console_init_r ();
>> +
>> if ((s = getenv ("loadaddr")) != NULL) {
>> load_addr = simple_strtoul (s, NULL, 16);
>> }
>
> your summary doesnt seem to match what you're changing. the two things you're
> doing here should always be done regardless of netconsole.
It is really old patch where the point was to get netconsole work.
It is just initialize jumptable and setup correct console.
Fixed.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
next prev parent reply other threads:[~2011-09-01 13:04 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-31 8:35 [U-Boot] Microblaze changes Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 01/10] microblaze: Fix in/out_be8/16/32 functions Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 02/10] microblaze: Support CTRL+C when tftp is running Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 03/10] microblaze: Support flashes on lower addresses Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 04/10] microblaze: Add netconsole support Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 05/10] microblaze: Fix unaligned.h for endians Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 06/10] microblaze: Copy bootfile from variables Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 07/10] microblaze: Remove debug saving value Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 08/10] microblaze: Setup MB vectors if feature is enable for u-boot Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 09/10] microblaze: Save and restore first unused vector Michal Simek
2011-08-31 8:35 ` [U-Boot] [PATCH 10/10] microblaze: Clean up reset asm code Michal Simek
2011-08-31 19:20 ` [U-Boot] [PATCH 05/10] microblaze: Fix unaligned.h for endians Mike Frysinger
2011-09-01 12:51 ` Michal Simek
2011-08-31 19:19 ` [U-Boot] [PATCH 04/10] microblaze: Add netconsole support Mike Frysinger
2011-09-01 13:04 ` Michal Simek [this message]
2011-09-07 21:02 ` Wolfgang Denk
2011-08-31 19:18 ` [U-Boot] [PATCH 03/10] microblaze: Support flashes on lower addresses Mike Frysinger
2011-09-01 12:55 ` Michal Simek
2011-09-07 21:01 ` Wolfgang Denk
2011-09-07 20:59 ` [U-Boot] [PATCH 01/10] microblaze: Fix in/out_be8/16/32 functions Wolfgang Denk
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=4E5F82C5.7020007@monstr.eu \
--to=monstr@monstr.eu \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox