9
0
Fork 0
barebox/include
Jean-Christophe PLAGNIOL-VILLARD 2222dbc286 init: introduce mem, mmu and postmmu initcall
on ARM we need to init all the memory before the mmu and before any drivers
use dma_alloc_coherent

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2011-08-01 16:31:46 +02:00
..
asm-generic init: introduce mem, mmu and postmmu initcall 2011-08-01 16:31:46 +02:00
cramfs Fix usage of __LITTLE_ENDIAN macro. 2010-12-21 09:02:41 +01:00
i2c move include files for mfd drivers to include/mfd 2010-10-11 13:22:13 +02:00
linux device: introduce resource structure to simplify resource declaration 2011-07-18 07:57:49 +08:00
mfd mfd mc13892: support reading the revision 2010-10-11 13:22:13 +02:00
mtd barebox ubi changes 2010-07-05 15:07:14 +02:00
spi spi: add bits_per_word to proxy structure 2011-07-06 10:25:39 +02:00
usb commands: seperate usb command from usb core 2011-04-11 12:36:26 +02:00
.gitignore move barebox_default_env.h to include/generated/ 2010-09-17 10:56:24 +08:00
ata.h Start to add ATA support to barebox 2010-01-14 10:06:16 +01:00
block.h add block support 2011-04-11 15:57:51 +02:00
bmp_layout.h framebuffer: Add bmp command to show bmp files 2009-07-31 15:08:49 +02:00
boot.h list: remove duplicated list.h 2009-11-03 09:48:53 +01:00
bzlib.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
cache.h remove strange flush_cache functions 2010-10-21 22:21:25 +02:00
clock.h shift and clocksource 2011-06-22 00:17:56 +02:00
command.h doc: add macros to unify command help with doxygen 2010-11-01 16:23:08 +01:00
common.h fix: commands/bootm.c:346:2: warning: statement with no effect 2011-07-17 17:42:21 +02:00
complete.h list: remove duplicated list.h 2009-11-03 09:48:53 +01:00
console.h rework device parameters 2010-06-17 08:28:25 +02:00
crc.h Some code cleanup 2006-04-16 10:51:58 +02:00
debug_ll.h debug_ll.h: add PUTS_LL() function 2011-07-18 23:04:18 +02:00
digest.h add digest framework 2010-09-20 08:57:21 +02:00
dm9000.h dm9000: introduce add_dm9000_device to register dm9000 device 2011-07-29 14:04:24 +08:00
driver.h driver: remove map_base 2011-08-01 16:33:44 +08: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 rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
environment.h environment: make default env path configurable 2011-04-12 09:54:56 +02:00
errno.h add strerror function 2009-05-25 16:52:35 +02:00
fb.h Add the feature to change the video mode at runtime 2010-12-21 08:26:08 +01:00
fcntl.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
fec.h fec imx27: Add RMII support 2009-02-20 18:25:24 +01:00
fnmatch.h add globbing support 2008-03-09 22:35:38 +01:00
fs.h fs: implement flush function 2011-04-11 12:36:07 +02:00
ft_build.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
getopt.h svn_rev_282 2007-07-05 18:01:39 +02:00
glob.h hardcode _FILE_OFFSET_BITS to 32 2008-06-03 13:34:45 +02:00
gpio.h GPIO support 2008-10-27 17:29:57 +01:00
image.h bootm: sparse fixes 2010-10-21 22:21:25 +02:00
init.h init: introduce mem, mmu and postmmu initcall 2011-08-01 16:31:46 +02:00
ioctl.h add basic at91sam9260 support. Currently only second stage 2008-06-06 09:30:32 +02:00
kallsyms.h kallsyms/printk: enable symbol printing support (%pS) 2011-03-10 14:50:16 +01: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 kfifo: kfifo_put takes a const buffer 2011-04-12 09:54:56 +02:00
kgdb.h Initial revision 2002-08-27 10:38:37 +00:00
led.h LED: Add LED trigger support 2010-12-20 09:57:35 +01:00
libbb.h move simple_itoa to libbb so that others can use it 2011-04-12 09:54:56 +02:00
libgen.h move dirname() and basename() to lib/libgen.c and add header file 2007-09-24 16:57:12 +02:00
lzo.h add unlzo support 2010-03-30 14:14:58 +02:00
malloc.h malloc: put common memory functions to seperate file 2011-04-11 15:57:51 +02:00
mci.h Add MCI card support to barebox 2010-10-11 13:08:27 +02:00
mem_malloc.h Combine memory initialization with the main memory functions. 2009-12-10 13:09:02 +01:00
menu.h Menu: add box style entry 2010-09-20 08:58:53 +02:00
miidev.h net: rework the mii support 2010-08-27 14:36:03 +02:00
module.h module: move EXPORT_SYMBOL_GPL define to module.h 2010-08-30 14:36:09 +02:00
nand.h nand bb: add proper bb remove function 2011-04-12 09:54:56 +02:00
net.h net: Add a possibility for boards to give network devices a MAC address 2011-07-29 12:05:26 +02:00
notifier.h notifier: sparse fixes 2010-10-21 22:21:23 +02:00
ns16550.h ns16550: switch to resource 2011-08-01 16:33:09 +08:00
param.h rework device parameters 2010-06-17 08:28:25 +02:00
part.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
partition.h introduce cdev 2009-07-21 16:41:44 +02:00
password.h add password framework 2010-09-20 08:57:22 +02:00
poller.h Add generic poll infrastructure 2010-12-20 09:28:21 +01:00
progress.h add progression bar function 2010-06-28 10:43:55 +02:00
readkey.h Add Menu Framework 2010-08-30 20:57:20 +02:00
reloc.h reloc.h: remove linker variables which are now in asm/sections.h 2011-01-17 11:05:14 +01:00
rtc.h Initial revision 2001-04-09 21:43:07 +00: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
stdio.h Revert "fix printf warnings" 2011-05-26 11:00:53 +02:00
stdlib.h include support for a simple pseudo number generator 2010-06-22 15:44:44 +02:00
string.h add protection from double inclusion in string.h 2008-03-31 21:55:34 +02:00
stringlist.h list: remove duplicated list.h 2009-11-03 09:48:53 +01:00
types.h add __[lb]e types 2009-04-06 11:12:54 +02:00
ubi-media.h documentation updates 2009-12-15 11:32:02 +01:00
usb_dfu_trailer.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
watchdog.h Cleanup (PPC4xx is AMCC now) 2005-09-23 11:05:55 +02:00
xfuncs.h Fix error handling with malloc, memalign etc. Introduce xmemalign(). 2011-01-07 10:21:22 +01:00
xyzModem.h stddef: introduce true/false enum 2010-08-06 19:12:07 +02:00
zlib.h * Code cleanup: 2003-06-27 21:31:46 +00:00