summaryrefslogtreecommitdiff
path: root/include/linux/stat.h
Commit message (Collapse)AuthorAgeFilesLines
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-061-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>
* xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel2016-08-151-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>
* nios2: add struct stat support in linux/stat.hThomas Chou2010-04-021-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>
* sh: Add support stat structure and stat.hNobuhiro Iwamatsu2008-03-281-2/+2
| | | | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* Merge git://www.denx.de/git/u-bootMichal Simek2007-05-081-34/+59
|\ | | | | | | | | | | | | Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
| * Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup.Wolfgang Denk2007-04-181-33/+58
| |\
| | * AVR32: Provide a definition of struct statHaavard Skinnemoen2007-04-141-0/+25
| |/ | | | | | | | | | | Copy the definition of struct stat from the Linux kernel. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
| * [Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li2007-03-091-1/+1
| |
* | [PATCH] MTD partition support, JFFS2 supportMichal Simek2007-04-241-1/+2
|/
* Add ADI Blackfin supportWolfgang Denk2006-03-121-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:
* Add cramfs support for m68kWolfgang Denk2005-09-251-1/+1
| | | | Patch by Zachary Landau, 21 Feb 2005
* Add JFFS2 support for INCA-IP boardwdenk2003-12-121-0/+31
|
* * Patch by Daniel Engström, 13 Nov 2002:LABEL_2002_11_18_0115wdenk2002-11-181-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
* Initial revisionwdenk2002-07-141-0/+101