summaryrefslogtreecommitdiff
path: root/include/linux/stat.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-2/+2
AVR32 is gone. It's already more than two years for no support in Buildroot, even longer there is no support in GCC (last version is heavily patched 4.2.4). Linux kernel v4.12 got rid of it (and v4.11 didn't build successfully). There is no good point to keep this support in U-Boot either. Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
2016-08-16xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-2/+2
The Xtensa processor architecture is a configurable, extensible, and synthesizable 32-bit RISC processor core provided by Cadence. This is the first part of the basic architecture port with changes to common files. The 'arch/xtensa' directory, and boards and additional drivers will be in separate commits. Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
2010-04-02nios2: add struct stat support in linux/stat.hThomas Chou1-1/+1
This is needed for jffs2 support. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2008-03-28sh: Add support stat structure and stat.hNobuhiro Iwamatsu1-2/+2
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2007-05-08Merge git://www.denx.de/git/u-bootMichal Simek1-34/+59
Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
2007-04-25[PATCH] MTD partition support, JFFS2 supportMichal Simek1-1/+2
2007-04-18Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup.Wolfgang Denk1-33/+58
2007-04-14AVR32: Provide a definition of struct statHaavard Skinnemoen1-0/+25
Copy the definition of struct stat from the Linux kernel. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li1-1/+1
2006-03-12Add ADI Blackfin supportWolfgang Denk1-1/+1
- add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
2005-09-25Add cramfs support for m68kWolfgang Denk1-1/+1
Patch by Zachary Landau, 21 Feb 2005
2003-12-12Add JFFS2 support for INCA-IP boardwdenk1-0/+31
2002-11-18* Patch by Daniel Engström, 13 Nov 2002:wdenk1-1/+1
Add support for i386 architecture and AMD SC520 board * Patch by Pierre Aubert, 12 Nov 2002: Add support for DOS filesystem and booting from DOS floppy disk
2002-07-14Initial revisionwdenk1-0/+101