summaryrefslogtreecommitdiff
path: root/examples/standalone/stubs.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+2
2019-01-15riscv: support standalone applications on RV64I systemsLukas Auer1-0/+11
2019-01-15riscv: replace use of callee-saved register in standaloneLukas Auer1-5/+5
2018-01-12riscv: Support standaloneRick Chen1-0/+12
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-13/+0
2017-04-05OpenRISC: RemoveTom Rini1-14/+0
2017-04-05SPARC: RemoveTom Rini1-15/+0
2017-04-05Blackfin: RemoveTom Rini1-13/+0
2016-08-16xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-0/+47
2016-05-21Add support for 64-bit MIPS to examples/standaloneStanislav Galabov1-0/+18
2015-01-30Export redesignMartin Dorwig1-31/+33
2014-09-16standalone: use GCC_VERSION defined in compiler-gcc.hMasahiro Yamada1-5/+2
2014-02-07arc: add support for standalone programsAlexey Brodkin1-0/+13
2014-01-09arm64: core supportDavid Feng1-0/+15
2013-12-12ARM: fix the standalone programsJeroen Hofstee1-2/+2
2013-03-16Change stub example to use asm-generic/sections.hSimon Glass1-4/+3
2012-01-14openrisc: Add support for standalone programsStefan Kristiansson1-0/+14
2011-12-06Standalone Apps: Standalone apps should need only exports.h.Mike Partington1-0/+1
2011-10-22nds32: standalone supportMacpaul Lin1-1/+16
2011-04-13x86: Rename i386 to x86Graeme Russ1-2/+2
2011-03-31Fix build problems caused by "_end" -> "__bss_end__" renameWolfgang Denk1-2/+2
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-2/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-05-28nios: remove nios-32 archThomas Chou1-17/+0
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou1-3/+3
2009-10-27Fix bug in jumptable call stubs for SPARC.Sergey Mironov1-2/+2
2009-09-02Blackfin: change global data register from P5 to P3Robin Getz1-2/+2
2009-07-21Move examples/ to examples/standalonePeter Tyser1-0/+225