- 73d7aec net: smc911x: Drop the standalone EEPROM example by Marek Vasut · 4 years, 8 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 6 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
- 8148693 net: smc911x: Add DM support by Marek Vasut · 4 years, 8 months ago
- f0d73f5 net: smc911x: Drop weak alias from 32bit accessors by Marek Vasut · 4 years, 8 months ago
- eb46efa net: smc911x: Inline all functions from header file by Marek Vasut · 4 years, 8 months ago
- 587e4a4 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 8 months ago
- 0cd35f3 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago
- c16b137 kbuild: add .SECONDARY special target to scripts/Kbuild.include by Masahiro Yamada · 6 years ago
- 7eb7929 riscv: support standalone applications on RV64I systems by Lukas Auer · 6 years ago
- cbb860f riscv: replace use of callee-saved register in standalone by Lukas Auer · 6 years ago
- 3c37278 riscv: remove RISC-V standalone linker script by Lukas Auer · 6 years ago
- fe82ca8 spi: Remove used spi_init by Jagan Teki · 6 years ago
- 1bef0c5 MIPS: fix linking of standalone programs by Daniel Schwierzeck · 6 years ago
- d3a9ba7 Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGS by Daniel Schwierzeck · 6 years ago
- 1d3b97c Kbuild: add LDFLAGS_STANDALONE by Daniel Schwierzeck · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- c7d7e80 riscv: Support standalone by Rick Chen · 7 years ago
- daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
- 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
- 2eb48ff powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
- 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
- 70cc0c3 OpenRISC: Remove by Tom Rini · 8 years ago
- 936478e SPARC: Remove by Tom Rini · 8 years ago
- ea3310e Blackfin: Remove by Tom Rini · 8 years ago
- cbe7706 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
- de5e5ce xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · 8 years ago
- 4a48cfc Add support for 64-bit MIPS to examples/standalone by Stanislav Galabov · 9 years ago
- a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
- 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
- 62e9207 arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD by Albert ARIBAUD · 9 years ago
- 92ac520 net: Remove all references to CONFIG_ETHADDR and friends by Joe Hershberger · 10 years ago
- 49cad54 Export redesign by Martin Dorwig · 10 years ago
- acc2372 mpc8xx: remove lwmon board support by Masahiro Yamada · 10 years ago
- 8e71443 kbuild: standalone: simplify clean-files by Masahiro Yamada · 10 years ago
- 2d5db19 standalone: use GCC_VERSION defined in compiler-gcc.h by Masahiro Yamada · 10 years ago
- e75e73d examples: select libgcc for non-default architecture by Alexey Brodkin · 10 years ago
- 4ed15fc standalone: delete an unused source file by Masahiro Yamada · 11 years ago
- 58dac32 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 by Masahiro Yamada · 11 years ago
- 026f9cf kbuild: improve Kbuild speed by Masahiro Yamada · 11 years ago
- 04a34c9 kbuild: use shorten logs for misc targets by Masahiro Yamada · 11 years ago
- f9c235f kbuild: use shorten logs objcopy rules by Masahiro Yamada · 11 years ago
- cbce795 examples: move api/ and standalone/ entry to examples/Makefile by Masahiro Yamada · 11 years ago
- 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
- 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
- d958002 Makefile: move some flags to examples makefiles by Masahiro Yamada · 11 years ago
- 4a20df3 examples: Use scripts/Makefile.build by Masahiro Yamada · 11 years ago
- 794ab57 arc: add support for standalone programs by Alexey Brodkin · 11 years ago
- 7f673c9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
- 0ae7653 arm64: core support by David Feng · 11 years ago
- 475c506 Makefile, .gitignore: Cleanup non-existing binaries by Masahiro Yamada · 11 years ago
- aaed2eb examples: x86: delete 82559_eeprom by Masahiro Yamada · 11 years ago
- e8a8b82 Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) by Masahiro Yamada · 11 years ago
- a5a42ee ARM: fix the standalone programs by Jeroen Hofstee · 11 years ago
- fdb8704 examples: delete unnecessary CPPFLAGS by Masahiro Yamada · 11 years ago
- 13b213b examples: remove the remainders of dead board by Masahiro Yamada · 11 years ago
- 0f0f757 cosmetic: remove empty lines at the top of file by Masahiro Yamada · 11 years ago
- 1bce2ae Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
- 8386ca8 Revert "standalone-examples: support custom GCC lib" by Tom Rini · 11 years ago
- 4412db4 standalone-examples: support custom GCC lib by Jack Mitchell · 11 years ago
- eee479c Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- a166fbc powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7 by Scott Wood · 11 years ago
- 716cc8c Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
- 6bb9ba7 ppc: Move dp_alloc_base, dp_alloc_top to arch_global_data by Simon Glass · 12 years ago
- 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
- 32afad7 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · 12 years ago
- e0e7f3b Examples: Properly append LDFLAGS to LD command by Marek Vasut · 13 years ago
- 3553493 openrisc: Add support for standalone programs by Stefan Kristiansson · 13 years ago
- 0910d0b Standalone Apps: Standalone apps should need only exports.h. by Mike Partington · 14 years ago
- cca4e4a Reduce build times by Wolfgang Denk · 13 years ago
- 72c73dd nds32: standalone support by Macpaul Lin · 13 years ago
- 4d91a6e Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
- cd8c877 Fix a few gcc warnings. by Joakim Tjernlund · 14 years ago
- 0da4389 Fix variable flavor in examples/standalone/Makefile by Che-liang Chiou · 14 years ago
- 660da09 MIPS: Introduce --gc-sections for MIPS by Daniel Schwierzeck · 14 years ago
- fea2572 x86: Rename i386 to x86 by Graeme Russ · 14 years ago
- 8ae86b7 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
- 7ec830d Fix build problems caused by "_end" -> "__bss_end__" rename by Wolfgang Denk · 14 years ago
- 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
- 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
- c91d456 examples/standalone: Use gcc's -fno-toplevel-reorder by Peter Tyser · 14 years ago
- 4093031 MIPS: update the MIPS u-boot.lds by Xiangfu Liu · 14 years ago
- aa9fba5 smc91xx_eeprom: Correct chip detection check. by Juergen Kilb · 14 years ago
- 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
- 620bbba examples/standalone: Remove relocation compile flags for PowerPC by Peter Tyser · 14 years ago
- 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
- 0df01fd nios2: fix r15 issue for gcc4 by Thomas Chou · 14 years ago
- a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 15 years ago
- 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 15 years ago
- 4e72fb1 standalone eepro100_eeprom: fix build error by Wolfgang Denk · 15 years ago
- 1bb1809 Update .gitignore's: add some generated files by Wolfgang Denk · 15 years ago
- c4168af smc91111_eeprom: fix linking error by Mike Frysinger · 15 years ago
- b40e232 Fix breakage in SMC EEPROM standalone applications by Ben Warren · 15 years ago
- 64a4806 smc91111_eeprom: drop CONFIG stub protection by Mike Frysinger · 15 years ago
- 604f7ce Fix build failure in examples/standalone by Sanjeev Premi · 15 years ago
- 57baa37 Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from by Scott McNutt · 15 years ago
- c44efcf smc911x_eeprom: fix building after smc911x overhaul by Mike Frysinger · 15 years ago