1. 30a198b Makefile: rename all libraries to built-in.o by Masahiro Yamada · 11 years ago
  2. c54b77e board: powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  3. 5d23de5 board: arm: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  4. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  5. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  6. 4a59809 Consolidate bool type by York Sun · 12 years ago
  7. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  8. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  9. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  10. 4be9dbc omap_hsmmc: add driver check for write protection by Nikita Kiryanov · 12 years ago
  11. 4eae05c omap_hsmmc: implement driver check for card detection by Nikita Kiryanov · 12 years ago
  12. 552613c omap3: mvblx: pass FPGA version to the kernel by Michael Jones · 12 years ago
  13. 284a249 omap3: mvblx: select fpgafilename according to orientation by Michael Jones · 12 years ago
  14. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  15. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  16. e75d563 doc: cleanup - move board READMEs into respective board directories by Wolfgang Denk · 13 years ago
  17. a9b0556 ARM:OMAP+:MMC: Add parameters to MMC init by Jonathan Solnit · 13 years ago
  18. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  19. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  20. 3038f80 bootstage: Convert progress numbers 10-19 to enums by Simon Glass · 13 years ago
  21. 53624e0 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · 13 years ago
  22. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  23. d61c507 mv_common.c: get rid of 'defined but not used' warning by Michael Jones · 13 years ago
  24. 73bd01e mvblx: punt unused clean/distclean targets by Michael Jones · 13 years ago
  25. 8ce85da OMAP3: mvblx: Initial support for mvBlueLYNX-X by Michael Jones · 13 years ago
  26. 57e0deb build: add missing $(AR)->$(cmd_link_o_target) update by Mike Frysinger · 13 years ago
  27. ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  28. 74f9b38 fpga: constify to fix build warning by Wolfgang Denk · 13 years ago
  29. 6baab86 mv_common.c: don't compile reset_environment if ENV_IS_NOWHERE by Michael Jones · 13 years ago
  30. c82fdea mpc83xx: Add support for MergerBox board by Andre Schwarz · 14 years ago
  31. f909e70 powerpc, 8xx: Fix fallout from "Fixup all 8xx u-boot.lds scripts" by Joakim Tjernlund · 14 years ago
  32. a65f8c8 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts by Joakim Tjernlund · 14 years ago
  33. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  34. 341e5e7 Move LDSCRIPT definitions to board config files. by Wolfgang Denk · 14 years ago
  35. 01fd915 5xxx: Cleanup for partial linking and --gc-sections by Wolfgang Denk · 14 years ago
  36. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  37. cffb904 config.mk cleanup: drop "-I$(TOPDIR)/board" entries by Wolfgang Denk · 14 years ago
  38. 291ba1b Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · 14 years ago
  39. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  40. e228332 83xx: Remove warmboot parameter from PCI init functions by Peter Tyser · 14 years ago
  41. d5735f2 MVBLM7, MVSMR: fix Makefile (cleanup bootscript.img) by Wolfgang Denk · 15 years ago
  42. d3f51dd mpc83xx/mvBLM7: add usb commands and cleanup. by Andre Schwarz · 15 years ago
  43. 552bb26 mvsmr: fix link error by Anatolij Gustschin · 15 years ago
  44. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · 15 years ago
  45. 3f4bd65 Add initial support for Matrix Vision mvSMR board based on MPC5200B. by Andre Schwarz · 15 years ago
  46. 733b48d 5xxx, fdt: move fdt_fixup_memory() to cpu.c file by Heiko Schocher · 15 years ago
  47. cf8582c fpga: Remove relocation fixups by Peter Tyser · 15 years ago
  48. d78876c Remove deprecated 'autoscr' command/variables by Peter Tyser · 15 years ago
  49. ba61a73 Add common code dir for Matrix Vision boards. by Andre Schwarz · 15 years ago
  50. a8e1d95 Use common code for Matrix Vision boards by André Schwarz · 15 years ago
  51. 6a6d948 Update Freescale copyrights to remove "All Rights Reserved" by Kumar Gala · 15 years ago
  52. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  53. b79b101 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug by Anton Vorontsov · 16 years ago
  54. 050019d Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  55. cba8851 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  56. df77a9b change mvBL-M7 default env and move to vendor subdir by Andre Schwarz · 16 years ago
  57. f6f431d fix mvbc_p board build warnings by Andre Schwarz · 16 years ago
  58. 3762825 Fix merge problems by Stefan Roese · 16 years ago
  59. 2a29329 mpc5xxx: Add MVBC_P board support by Andre Schwarz · 16 years ago