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