summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
Commit message (Collapse)AuthorAgeFilesLines
* Allow console input to be disabledMark Jackson2008-09-061-0/+1
| | | | | | | | | Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE. When CONFIG_DISABLE_CONSOLE is defined, setting GD_FLG_DISABLE_CONSOLE disables all console input and output. Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
* SPARC: Build error fixDaniel Hellstrom2008-07-102-1/+3
| | | | | | | | | | (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378) This patch makes SPARC targets build again. It is caused by phys_addr_t and phys_size_t being defined in the wrong header file. include/lmb.h need those typedefs to build. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce2008-06-122-2/+2
| | | | | | | | | | Currently, both are defined as an unsigned long, but should be phys_size_t. This should result in no real change, since phys_size_t is currently an unsigned long for all the default configs. Also add print_lnum to cmd_bdinfo to deal with the potentially wider memsize. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
* POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) ↵Yuri Tikhonov2008-05-201-0/+1
| | | | | | | | | | | | with the GD_FLG_LOGINIT flag in gd->flags. This way we become able to utilize the full post_log_word for POST activities (overwise, POST ECC, which has 0x8000 ID, could be erroneously treated as started in post_output_backlog() even if there was actually no POST ECC run (because of OCM POST failure, for example). Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
* POST: add POST_STOP flagYuri Tikhonov2008-05-201-0/+2
| | | | | | | | Don't run futher tests in case of a test fails that is marked as POST_STOP. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-04-131-3/+2
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* SPARC: Added support for SPARC LEON2 SOC Processor.Daniel Hellstrom2008-04-083-0/+276
| | | | Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* SPARC: Added support for SPARC LEON3 SOC processor.Daniel Hellstrom2008-04-084-1/+119
| | | | Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* SPARC: Added generic support for SPARC architecture.Daniel Hellstrom2008-04-0823-0/+2365
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
OpenPOWER on IntegriCloud