9
0
Fork 0
barebox/include
Wadim Egorov 50c081e093 barebox: common: added new filetypes
- Added omap CH image header recognition
  * filetype_ch_image
  * filetype_ch_image_be

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-07-09 14:11:23 +02:00
..
asm-generic asm-generic: add IO memory accessors 2014-05-14 09:05:03 +02:00
cramfs Change byte order detection mechanism to kernel style 2012-06-28 13:49:16 +02:00
dma dma: apbh: remove CONFIG_ARCH_DMA_PIO_WORDS 2013-07-23 16:25:13 +02:00
dt-bindings Merge branch 'for-next/tegra' 2014-05-05 13:34:21 +02:00
gui gui: blit the surface on demand 2012-10-04 17:22:09 +02:00
i2c Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
input input: Add keycode to barebox key translation table 2014-02-17 08:23:41 +01:00
linux Merge branch 'for-next/mips' 2014-07-04 17:26:05 +02:00
mfd Merge branch 'for-next/imx' 2014-06-04 21:01:40 +02:00
mtd UBI: reimport UBI from Linux v3.10 2013-07-25 10:24:16 +02:00
net smc91111: add fixup for qemu phy support 2013-09-22 16:48:03 +02:00
platform_data mci: add designware mmc controller support 2013-09-11 12:20:02 +02:00
spi Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
usb Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
video video: Add kernel fourcc defines 2014-03-29 07:57:53 +01:00
.gitignore move barebox_default_env.h to include/generated/ 2010-09-17 10:56:24 +08:00
aimage.h arm: add Android boot image support 2012-04-13 12:08:42 +02:00
ata_drive.h x86: Add support for IDE on the legacy I/O ports 2014-04-08 08:17:55 +02:00
bbu.h Add in-system barebox update infrastructure 2012-10-17 20:23:41 +02:00
binfmt.h Introduce binfmt support 2012-04-18 20:14:12 +08:00
block.h block: Collect block devices on list 2013-09-30 10:18:39 +02:00
blspec.h blspec: honor default/once entries again 2014-03-24 07:58:33 +01:00
boot.h bootm: introduce bootm_load_devicetree helper 2014-01-14 12:36:06 +01:00
bootsource.h bootsource: add definition for i2c-eeprom, spi-nor, spi-eeprom and usb 2013-04-04 10:54:27 +02:00
bootstrap.h bootstrap: Add missing include 2013-09-26 12:29:53 +02:00
bpkfs.h fs: bpkfs: add missing include 2013-10-21 09:13:51 +02:00
bunzip2.h use kernel bunzip implementation 2011-11-29 21:12:27 +01:00
byteorder.h net: provide alternatives to {ntoh, hton}[sl] funtions with cleaner semantics 2014-02-10 09:02:20 +01:00
cache.h remove strange flush_cache functions 2010-10-21 22:21:25 +02:00
clock.h clock: introduce non interruptible timeout 2012-10-29 22:31:18 +01:00
command.h Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
common.h common: fix macro WARN 2014-05-13 10:28:28 +02:00
complete.h complete: Add devicetree completion 2014-05-19 22:23:56 +02:00
console.h console: Set Linux console parameter automatically 2014-01-22 07:53:21 +01:00
crc.h Some code cleanup 2006-04-16 10:51:58 +02:00
crc7.h crypto: Add crc7 function 2011-11-25 12:37:25 +01:00
ddr_spd.h common: DDR3 SPD verification support 2014-03-18 17:32:31 +01:00
debug_ll.h rework debug_ll 2013-09-05 10:15:48 +02:00
digest.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
disks.h DISK: Add common partition handling for disk like media 2011-11-28 09:23:24 +01:00
dm9000.h dm9000: introduce add_dm9000_device to register dm9000 device 2011-07-29 14:04:24 +08:00
dma.h blackfin, mips, openrisc, ppc, sandbox, x86: add generic dma_alloc, dma_free inlines 2012-06-30 12:46:25 +02:00
driver.h Documentation: remove doxygen documentation 2014-06-26 10:09:52 +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 environment: drop envfs_register_partition 2014-04-28 11:37:42 +02:00
environment.h environment variables: introduce new helpers 2013-09-30 10:28:52 +02:00
errno.h add strerror function 2009-05-25 16:52:35 +02:00
fb.h video: Add edid support 2014-03-29 07:57:53 +01:00
fcntl.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
fdt.h of: remove unused libfdt 2013-03-06 11:41:29 +01:00
fec.h net: fec: use standard phy type defines 2013-03-09 20:09:23 +01:00
filetype.h barebox: common: added new filetypes 2014-07-09 14:11:23 +02:00
fnmatch.h add globbing support 2008-03-09 22:35:38 +01:00
fs.h mount: support filesystem options passed via -o 2014-02-10 09:02:21 +01:00
getopt.h getopt: change optstring to const char* 2013-02-11 20:57:34 +01:00
glob.h hardcode _FILE_OFFSET_BITS to 32 2008-06-03 13:34:45 +02:00
globalvar.h globalvar: add globalvar_add_simple_int/bool/enum/ip support 2013-09-18 09:24:38 +02:00
gpio.h gpiolib: import gpio_request_array() from linux 3.7 2013-11-22 10:59:04 +01:00
gpio_keys.h input: gpio-keys: separate internal data from platform_data 2014-02-17 08:23:41 +01:00
gunzip.h decompress_inflate.c: fix "no previous prototype for 'gunzip'" warning 2012-01-02 12:33:52 +01:00
image.h don't cast negative error codes to unsigned size_t 2014-04-23 09:21:17 +02:00
init.h init: introduce mem, mmu and postmmu initcall 2011-08-01 16:31:46 +02:00
io.h Fix big endian MMIO primitives. 2012-05-07 09:50:29 +02:00
ioctl.h add basic at91sam9260 support. Currently only second stage 2008-06-06 09:30:32 +02:00
jtag.h Add JTAG bitbang driver 2012-08-13 21:38:50 +02:00
kallsyms.h kallsyms/printk: enable symbol printing support (%pS) 2011-03-10 14:50:16 +01:00
kfifo.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
kgdb.h Initial revision 2002-08-27 10:38:37 +00:00
led.h led: Add default-on trigger 2014-03-03 08:06:04 +01:00
libbb.h add function to read single line files 2013-10-14 14:04:20 +02:00
libgen.h move dirname() and basename() to lib/libgen.c and add header file 2007-09-24 16:57:12 +02:00
local_mac_address.h introduce helper to generate mac address with OUI 2013-09-22 20:27:12 +02:00
lzo.h lzo: update to lzo-2013 2013-09-22 16:48:46 +02:00
magicvar.h magicvar: Add magicvar macro with additional name argument 2012-05-15 09:05:51 +02:00
malloc.h malloc: put common memory functions to seperate file 2011-04-11 15:57:51 +02:00
math.h commands: add let command which supports proper arithmetic 2013-01-09 10:32:54 +01:00
matrix_keypad.h input: Add i.MX matrix keypad driver 2012-07-17 20:45:47 +02:00
mci.h mci: implement non-removable property 2014-06-04 07:21:17 +02:00
memory.h memory: return error in barebox_add_memory_bank 2012-10-08 00:33:21 +02:00
memtest.h common: add memtest.c with mem_test routine 2013-06-05 22:54:35 +02:00
menu.h add menutree command 2014-03-28 09:37:09 +01:00
module.h module: move EXPORT_SYMBOL_GPL define to module.h 2010-08-30 14:36:09 +02:00
nand.h mtd: refactor bb device creation 2014-04-28 11:43:09 +02:00
net.h net.h: add ETH_ALEN constant; fix whitespaces 2014-07-02 07:47:58 +02:00
notifier.h lib: fix whitespace, drop blank lines at EOF 2014-01-06 09:24:22 +01:00
ns16550.h x86: ns16550: Rework driver to allow for x86 I/O space 2014-04-09 19:31:42 +02:00
of.h of: Drop devicetree merge support 2014-05-22 08:09:13 +02:00
of_address.h OF: convert of_translate_address to new API 2013-07-05 08:26:57 +02:00
of_gpio.h i2c: i2c_gpio: add devicetree support 2014-06-25 08:34:48 +02:00
of_mtd.h of: add mtd of helpers 2013-07-16 08:46:30 +02:00
of_net.h of/net: Add net related of helpers 2013-04-04 23:23:41 +02:00
param.h param: Add support for long long read only dev param 2014-06-13 06:27:34 +02:00
part.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
partition.h treewide include/: Add missing includes 2013-05-31 08:32:59 +02:00
password.h login/passwd: add default password support 2013-09-19 08:49:51 +02:00
pbl.h pbl: factorise decompressor 2013-01-30 22:32:13 +01:00
pinctrl.h pinctrl: Add functions to select pinctrl from device_node 2013-11-27 10:42:53 +01:00
platform_ide.h Add driver for IDE like interfaces 2011-11-28 09:23:24 +01:00
poller.h poller: Allow to call functions asynchronously 2013-12-18 16:47:48 +01:00
printk.h introduce runtime loglevel 2013-09-29 12:15:40 +02:00
progress.h add progression bar function 2010-06-28 10:43:55 +02:00
pwm.h PWM: Implement devicetree support 2014-02-28 15:05:46 +01:00
qsort.h qsort: declare strcmp_compar publically 2012-06-30 22:34:54 +02:00
readkey.h input: Add BB_ prefix to KEY_ defines 2014-02-17 08:23:37 +01:00
regulator.h Add initial regulator support 2014-04-29 08:01:32 +02:00
reset_source.h reset_source: add reset_source_get 2014-01-29 12:12:23 +01:00
rtc.h rtc.h: drop unused U-Boot stuff; fix whitespace 2014-07-07 08:21:46 +02:00
s_record.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
scsi.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
shell.h process_escape_sequence: add support to \$? 2013-09-18 09:17:13 +02:00
sizes.h Add missing SZ_xx defines 2013-02-15 09:38:54 +01:00
smc911x.h net smc911x: add support for external PHY 2012-11-12 08:29:48 +01:00
stdio.h Fix typo. 2013-06-03 10:07:47 +02:00
stdlib.h stdlib.h: include missed types.h 2014-05-07 08:23:08 +02:00
stmp-device.h ARM: MXS: introduce stmp device support 2013-07-23 16:25:13 +02:00
string.h string: Add (x)memdup 2013-11-27 10:42:54 +01:00
stringlist.h string_list: Add string_list_for_each_entry macro 2014-07-03 09:39:16 +02:00
tlsf.h adapt tlsf for barebox 2011-12-23 11:26:42 +01:00
twl6030_pwrbtn.h twl6030: add power button as an input key 2013-03-25 10:21:20 +01:00
types.h add __[lb]e types 2009-04-06 11:12:54 +02:00
uimagefs.h fs: add uimagefs 2013-09-27 10:39:56 +02:00
uncompress.h Add generic uncompress function 2011-11-29 21:12:42 +01:00
usb_dfu_trailer.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
w1_mac_address.h w1: introduce helper to generate mac address from 1-wire id 2012-11-15 20:20:28 +01:00
watchdog.h Add a simple watchdog framework 2012-06-29 15:16:34 +02:00
xfuncs.h string: Add (x)memdup 2013-11-27 10:42:54 +01:00
xymodem.h commands: change Y-Modem implementation 2012-11-12 09:35:53 +01:00