You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yuri Tikhonov
0e15ddd11f
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) 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>
17 years ago
..
bitops.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
byteorder.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
cache.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
global_data.h
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
17 years ago
io.h
Introduce phys_size_t and move phys_addr_t into asm/types.h
17 years ago
opcodes.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
posix_types.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
processor.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
psr.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
ptrace.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
status_led.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
string.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
system.h
Patches by Scott McNutt, 24 Aug 2004:
21 years ago
types.h
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
17 years ago
u-boot.h
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
20 years ago