summaryrefslogtreecommitdiff
path: root/examples/standalone
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+3
2020-06-12net: smc911x: Drop the standalone EEPROM exampleMarek Vasut2-534/+0
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19Fix some checkpatch warnings in calls to udelay()Simon Glass1-3/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass5-4/+6
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-01net: smc911x: Add DM supportMarek Vasut1-1/+4
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut1-11/+5
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut1-0/+156
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini1-1/+1
2019-01-16Merge git://git.denx.de/u-boot-riscvTom Rini2-45/+16
2019-01-15kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada1-1/+0
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
2019-01-15riscv: remove RISC-V standalone linker scriptLukas Auer1-40/+0
2018-11-27spi: Remove used spi_initJagan Teki1-2/+0
2018-11-18MIPS: fix linking of standalone programsDaniel Schwierzeck2-84/+0
2018-11-18Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGSDaniel Schwierzeck1-2/+2
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini11-24/+11
2018-01-12riscv: Support standaloneRick Chen2-0/+53
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-13/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2-66/+0
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher2-380/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher5-795/+0
2017-04-05OpenRISC: RemoveTom Rini1-14/+0
2017-04-05SPARC: RemoveTom Rini1-15/+0
2017-04-05Blackfin: RemoveTom Rini1-13/+0
2016-09-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-7/+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
2016-02-06Use correct spelling of "U-Boot"Bin Meng3-6/+6
2015-11-20Move console definitions into a new console.h fileSimon Glass2-0/+2
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD1-0/+10
2015-05-19net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger1-23/+0
2015-01-30Export redesignMartin Dorwig1-31/+33
2015-01-05mpc8xx: remove lwmon board supportMasahiro Yamada1-19/+0
2014-09-16kbuild: standalone: simplify clean-filesMasahiro Yamada1-1/+1
2014-09-16standalone: use GCC_VERSION defined in compiler-gcc.hMasahiro Yamada1-5/+2
2014-05-24examples: select libgcc for non-default architectureAlexey Brodkin1-3/+1
2014-04-18standalone: delete an unused source fileMasahiro Yamada1-100/+0
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada1-1/+1
2014-03-07kbuild: improve Kbuild speedMasahiro Yamada1-3/+2
2014-02-25kbuild: use shorten logs for misc targetsMasahiro Yamada1-14/+11
2014-02-25kbuild: use shorten logs objcopy rulesMasahiro Yamada1-4/+6
2014-02-19examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada1-4/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-9/+13
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-7/+7
2014-02-19Makefile: move some flags to examples makefilesMasahiro Yamada1-0/+4
2014-02-19examples: Use scripts/Makefile.buildMasahiro Yamada1-32/+14