1. 9b6e2c3 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  2. afea2c9 nios2: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  3. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  4. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  5. 1a05b5f nios2: fix missing comment terminator from SPDX License commit by Thomas Chou · 11 years ago
  6. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  7. b8eee43 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  8. 2cb0e55 avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  9. 983c72f Clarify bootm OS arguments by Simon Glass · 11 years ago
  10. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  11. 63495ad nios2: fix style in board.c. by Andreas Bießmann · 11 years ago
  12. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  13. 1865286 Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  14. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  15. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  16. 58864dd Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  17. 1f7559e nios2: Use generic global_data by Simon Glass · 12 years ago
  18. 5cb4858 Add architecture-specific global data by Simon Glass · 12 years ago
  19. db71964 nios2: remove asm/status_led.h by Thomas Chou · 12 years ago
  20. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  21. 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  22. 7fffe2f nios2: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  23. 47fde91 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  24. 7dfb060 nios2: move gd and bd into BSS by Thomas Chou · 12 years ago
  25. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  26. 7bd7b31 nios2: implement get_ticks and get_tbclk by Alex Hornung · 13 years ago
  27. 8875833 nios2: add flush_dcache_range function by Stefan Kristiansson · 13 years ago
  28. 4279c53 nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). by Joachim Foerster · 13 years ago
  29. 03d67e1 gpio: Add driver for Altera's PIO core by Joachim Foerster · 13 years ago
  30. f956ad9 nios2: Pseudo implement dcache_status/enable/disable() by Joachim Foerster · 13 years ago
  31. 6fa6035 nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  32. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  33. 476af29 image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  34. 7984395 POST: add post_log_res field for post results in global data by Valentin Longchamp · 13 years ago
  35. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  36. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  37. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  38. e09e083 nios2: Make STANDALONE_LOAD_ADDR configurable per board by Thomas Chou · 13 years ago
  39. 83b7e2a Handle most LDSCRIPT setting centrally by Scott Wood · 13 years ago
  40. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  41. 6dc1eceb Introduce a new linker flag LDFLAGS_FINAL by Haiying Wang · 14 years ago
  42. d8a593c nios2: add gpio_is_valid by Thomas Chou · 14 years ago
  43. 85debef nios2: use long for ssize_t by Thomas Chou · 14 years ago
  44. e91d545 nios2: add gpio_free by Thomas Chou · 14 years ago
  45. 8aba9dc Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS by Nobuhiro Iwamatsu · 14 years ago
  46. 263d5c2 Remove redundant config.mk files by Wolfgang Denk · 14 years ago
  47. 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  48. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  49. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  50. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  51. 5a75e12 FDT: only call boot_get_fdt from generic code by John Rigby · 14 years ago
  52. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  53. 91a7675 Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  54. 7a6a7d1 nios2: fix out of reach case for do_reset by Thomas Chou · 14 years ago
  55. 62a0557 nios2: fix bootm error on fdt args by Thomas Chou · 14 years ago
  56. 6db6c18 nios2: add gpio_request by Thomas Chou · 14 years ago
  57. 06c5d30 nios2: add fdt support by Thomas Chou · 14 years ago
  58. cb2da50 nios2: use gc sections to reduce image size by Thomas Chou · 14 years ago
  59. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  60. 6803336 nios2: allow STANDALONE_LOAD_ADDR overriding by Thomas Chou · 14 years ago
  61. 8d52ea6 nios2: fix div64 issue for gcc4 by Thomas Chou · 14 years ago
  62. 0df01fd nios2: fix r15 issue for gcc4 by Thomas Chou · 14 years ago
  63. cedd341 nios2: add gpio support by Thomas Chou · 14 years ago
  64. 441cac1 nios2: fix no flash, add nand and mmc init in board.c by Thomas Chou · 14 years ago
  65. fd2712d nios2: consolidate reset initialization by Thomas Chou · 14 years ago
  66. 7e812f2 nios2: add dma_alloc_coherent by Thomas Chou · 14 years ago
  67. 0dc1c7f nios2: add 64 bits swab support by Thomas Chou · 14 years ago
  68. dd168ef nios2: allow link script overriding from boards by Thomas Chou · 14 years ago
  69. 254ab7b nios2: Move individual board linker scripts to common script in cpu tree. by Scott McNutt · 14 years ago
  70. 37e4daf nios2: Move cpu/nios2/* to arch/nios2/cpu/* by Peter Tyser · 14 years ago
  71. 819833a Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 14 years ago
  72. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago