summaryrefslogtreecommitdiff
path: root/examples/standalone
Commit message (Expand)AuthorAgeFilesLines
* net: Remove smc91111 ethernet driverTom Rini2022-08-122-373/+0
* nds32: Remove the architectureTom Rini2022-04-252-52/+0
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-2/+3
* net: smc911x: Drop the standalone EEPROM exampleMarek Vasut2020-06-122-534/+0
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-181-3/+3
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-185-4/+6
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* net: smc911x: Add DM supportMarek Vasut2020-05-011-1/+4
* net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut2020-05-011-11/+5
* net: smc911x: Inline all functions from header fileMarek Vasut2020-05-011-0/+156
* kconfig / kbuild: Re-sync with Linux 4.19Tom Rini2020-04-101-1/+1
* Merge git://git.denx.de/u-boot-riscvTom Rini2019-01-152-45/+16
|\
| * riscv: support standalone applications on RV64I systemsLukas Auer2019-01-151-0/+11
| * riscv: replace use of callee-saved register in standaloneLukas Auer2019-01-151-5/+5
| * riscv: remove RISC-V standalone linker scriptLukas Auer2019-01-151-40/+0
* | kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada2019-01-151-1/+0
|/
* spi: Remove used spi_initJagan Teki2018-11-271-2/+0
* MIPS: fix linking of standalone programsDaniel Schwierzeck2018-11-182-84/+0
* Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGSDaniel Schwierzeck2018-11-181-2/+2
* Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck2018-11-181-1/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0711-24/+11
* riscv: Support standaloneRick Chen2018-01-122-0/+53
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-061-13/+0
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-162-66/+0
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-122-380/+0
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-125-795/+0
* OpenRISC: RemoveTom Rini2017-04-051-14/+0
* SPARC: RemoveTom Rini2017-04-051-15/+0
* Blackfin: RemoveTom Rini2017-04-051-13/+0
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-09-261-7/+0
* xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel2016-08-151-0/+47
* Add support for 64-bit MIPS to examples/standaloneStanislav Galabov2016-05-211-0/+18
* Use correct spelling of "U-Boot"Bin Meng2016-02-063-6/+6
* Move console definitions into a new console.h fileSimon Glass2015-11-192-0/+2
* arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2015-11-101-0/+10
* net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger2015-05-191-23/+0
* Export redesignMartin Dorwig2015-01-291-31/+33
* mpc8xx: remove lwmon board supportMasahiro Yamada2015-01-051-19/+0
* kbuild: standalone: simplify clean-filesMasahiro Yamada2014-09-161-1/+1
* standalone: use GCC_VERSION defined in compiler-gcc.hMasahiro Yamada2014-09-161-5/+2
* examples: select libgcc for non-default architectureAlexey Brodkin2014-05-231-3/+1
* standalone: delete an unused source fileMasahiro Yamada2014-04-171-100/+0
* powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2014-03-071-1/+1
* kbuild: improve Kbuild speedMasahiro Yamada2014-03-071-3/+2
* kbuild: use shorten logs for misc targetsMasahiro Yamada2014-02-251-14/+11
* kbuild: use shorten logs objcopy rulesMasahiro Yamada2014-02-251-4/+6
* examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada2014-02-191-4/+0
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-9/+13
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-7/+7