9
0
Fork 0
barebox/include
Sascha Hauer 1e3465553b Add register_command() to register a command in runtime. This
is only needed when modules are enabled, so the change is inside
"#ifdef CONFIG_MODULE"
2007-10-01 10:15:38 +02:00
..
asm-arm add arm specific bits for modules 2007-10-01 09:51:04 +02:00
asm-blackfin add blackfin specific bits for module handling 2007-09-28 20:35:40 +02:00
asm-generic svn_rev_462 2007-07-05 18:01:55 +02:00
asm-ppc add powerpc specific bits for modules 2007-10-01 09:49:39 +02:00
asm-sandbox rename linux target to sandbox 2007-07-12 12:19:39 +02:00
configs update ipe337 timing values and fix memory size 2007-09-27 12:09:43 +02:00
cramfs remove unported includes and drivers 2007-09-21 14:14:05 +02:00
linux remove unported includes and drivers 2007-09-21 14:14:05 +02:00
.gitignore update .gitignore files 2007-09-28 20:36:33 +02:00
bmp_layout.h * Implement new mechanism to export U-Boot's functions to standalone 2003-07-24 23:38:38 +00:00
boot.h use memmap() to save one memcpy call in bootm 2007-07-15 14:02:53 +02:00
bzlib.h * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
cache.h svn_rev_685 2007-07-05 18:02:17 +02:00
cfi_flash.h declare lots of functions static 2007-09-28 10:07:26 +02:00
cfi_flash_new.h svn_rev_355 2007-07-05 18:01:46 +02:00
clock.h svn_rev_033 2007-07-05 18:01:15 +02:00
command.h Add register_command() to register a command in runtime. This 2007-10-01 10:15:38 +02:00
common.h move ARRAY_SIZE macro to include/common.h 2007-09-28 19:46:37 +02:00
compiler.h add __used attribute in compiler.h 2007-10-01 10:13:13 +02:00
console.h add early console for mpc5200 2007-07-12 09:31:07 +02:00
crc.h Some code cleanup 2006-04-16 10:51:58 +02:00
debug_ll.h remove debugging rests 2007-07-12 09:25:47 +02:00
dm9161.h * Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200 2005-10-05 01:51:29 +02:00
driver.h implement flash protection 2007-07-16 10:29:28 +02:00
elf.h replace elf.h with the one from the linux kernel. It does not have powerpc 2007-09-28 19:59:12 +02:00
envfs.h Reimplement environment. Now we only have one crc for the whole image. 2007-09-27 12:04:17 +02:00
environment.h introduce local and global variables, add export command 2007-09-23 23:29:37 +02:00
errno.h svn_rev_455 2007-07-05 18:01:55 +02:00
fcntl.h svn_rev_292 2007-07-05 18:01:40 +02:00
fs.h pass file size from read_file 2007-09-27 16:33:35 +02:00
ft_build.h svn_rev_689 2007-07-05 18:02:17 +02:00
getopt.h svn_rev_282 2007-07-05 18:01:39 +02:00
hush.h - teach hush to honour PATH variable 2007-09-24 01:40:06 +02:00
image.h move mkimage.c to scripts, make it compile 2007-09-21 13:55:04 +02:00
init.h svn_rev_446 2007-07-05 18:01:54 +02:00
ioports.h Code cleanup. 2006-11-30 18:02:20 +01:00
kallsyms.h add kallsyms from linux kernel 2007-09-28 20:29:52 +02:00
keyboard.h [Strange. I _did_ check these in before. Seems SF restored an old 2004-01-16 00:30:56 +00:00
kfifo.h add kernel kfifo implementation 2007-09-21 21:29:32 +02:00
kgdb.h Initial revision 2002-08-27 10:38:37 +00:00
lcd.h Add splashscreen support for MCC200 board. 2006-08-30 23:09:00 +02:00
libbb.h add safe_strncpy() function 2007-09-28 10:45:59 +02:00
libgen.h move dirname() and basename() to lib/libgen.c and add header file 2007-09-24 16:57:12 +02:00
lxt971a.h Patches by Lars Munch, 12 Jul 2004: 2004-08-02 23:39:03 +00:00
malloc.h svn_rev_013 2007-07-05 18:01:14 +02:00
mem_malloc.h display malloc space on startup 2007-09-26 15:24:51 +02:00
miiphy.h svn_rev_579 2007-07-05 18:02:06 +02:00
module.h Add module handling (mostly copied from Linux kernel and stripped down 2007-09-28 20:32:15 +02:00
net.h Use safe_strncpy() instead of copy_filename(). The shell has already removed 2007-09-28 10:47:19 +02:00
param.h svn_rev_502 2007-07-05 18:01:59 +02:00
part.h * Cleanup, minor fixes 2004-04-18 17:39:38 +00:00
partition.h svn_rev_462 2007-07-05 18:01:55 +02:00
readkey.h svn_rev_432 2007-07-05 18:01:53 +02:00
reloc.h further reloc fixes 2007-07-25 12:25:01 +02:00
rtc.h Initial revision 2001-04-09 21:43:07 +00:00
s1d13706fb.h svn_rev_089 2007-07-05 18:01:22 +02:00
s_record.h Initial revision 2001-04-28 17:59:11 +00:00
sizes.h svn_rev_082 2007-07-05 18:01:21 +02:00
splash.h svn_rev_088 2007-07-05 18:01:21 +02:00
stdio.h - putc is now putchar for better standard conformity 2007-09-21 09:09:06 +02:00
string.h add string.h 2007-09-27 12:07:13 +02:00
types.h svn_rev_522 2007-07-05 18:02:01 +02:00
watchdog.h Cleanup (PPC4xx is AMCC now) 2005-09-23 11:05:55 +02:00
xfuncs.h svn_rev_315 2007-07-05 18:01:42 +02:00
xyzModem.h More code cleanup 2006-07-21 15:24:56 +02:00
zlib.h * Code cleanup: 2003-06-27 21:31:46 +00:00