1. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 4 months ago
  2. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  3. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  4. 049f8d6 common: Move get_tbclk() to time.h by Simon Glass · 4 years, 9 months ago
  5. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 10 months ago
  6. 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 4 years, 10 months ago
  7. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 4 years, 10 months ago
  8. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 4 years, 10 months ago
  9. 5c22998 mpc83xx: Use pre-defined asm functions by Mario Six · 6 years ago
  10. 1e718f4 mpc83xx: Replace ppcDWstore with inline assembly by Mario Six · 6 years ago
  11. 8835836 mpc83xx: Don't define cpu_eth_init for DM eth by Mario Six · 6 years ago
  12. 9403fc4 mpc83xx: Introduce ARCH_MPC831* by Mario Six · 6 years ago
  13. 19fbdca cpu: Add MPC83xx CPU driver by Mario Six · 6 years ago
  14. 2c21749 timer: Add MPC83xx timer driver by Mario Six · 6 years ago
  15. 76fdad1 mpc83xx: Add sysreset driver by Mario Six · 6 years ago
  16. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  17. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  18. d891ab9 board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 7 years ago
  19. 63a7578 arch, board: squash lines for immediate return by Masahiro Yamada · 8 years ago
  20. 38d67a4e qe: move immap_qe.h from arch directory into common directory by Zhao Qiang · 10 years ago
  21. 9950969 mpc8313, bootcount: mpc8313 has no qe muram by Heiko Schocher · 11 years ago
  22. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  23. c6731fe ppc: Move mpc83xx clock fields to arch_global_data by Simon Glass · 12 years ago
  24. a88731a mpc83xx: add support for mpc8309 by Gerlando Falauto · 12 years ago
  25. f2d9a5d powerpc 83xx/85xx: Merge lbc upmconfig code by Becky Bruce · 14 years ago
  26. f51cdaf 83xx/85xx/86xx: LBC register cleanup by Becky Bruce · 14 years ago
  27. 7c619dd mpc8308: support for Freescale MPC8308 cpu by Ilya Yanok · 14 years ago
  28. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  29. e4a95d1 powerpc: Consolidate bootcount_{store|load} for PowerPC by Stefan Roese · 14 years ago
  30. dfe812c mpc83xx: use "A" nomenclature only on mpc834x and mpc836x families by Kim Phillips · 14 years ago
  31. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago[Renamed from arch/ppc/cpu/mpc83xx/cpu.c]
  32. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 14 years ago[Renamed from cpu/mpc83xx/cpu.c]
  33. 4c006dd Bug: do_reset issued via netconsole does not reset mpc83xx cpu. by Michael Zaidman · 15 years ago
  34. e94e460 83xx: Add support for fsl_dma driver by Peter Tyser · 15 years ago
  35. 7892f61 8xxx: Rename dma_xfer() to dmacpy() by Peter Tyser · 15 years ago
  36. 8e55258 qe: Pass in uec_info struct through uec_initialize by Haiying Wang · 15 years ago
  37. f70fd13 8360, kmeter1: added bootcount feature. by Heiko Schocher · 16 years ago
  38. e1ac387 83xx: Add eSDHC support on 8379 EMDS board by Andy Fleming · 16 years ago
  39. 0e8454e Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  40. 4e190b0 Make Freescale local bus registers available for both 83xx and 85xx. by Haiying Wang · 16 years ago
  41. 4a7f6b7 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function by Richard Retanubun · 16 years ago
  42. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  43. 9724555 mpc83xx: wait till UPM completes the write to array by Selvamuthukumar · 16 years ago
  44. 75b9d4a Pass in tsec_info struct through tsec_initialize by Andy Fleming · 16 years ago
  45. 9692cab Merge branch 'master' of git://www.denx.de/git/u-boot-net by Wolfgang Denk · 16 years ago
  46. dd35479 Add mechanisms for CPU and board-specific Ethernet initialization by Ben Warren · 16 years ago
  47. 4890246 mpc83xx: move CPU_TYPE_ENTRY over to processor.h by Kim Phillips · 16 years ago
  48. e5c4ade mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code by Kim Phillips · 16 years ago
  49. 5b8bc60 mpc83xx: convert to using do_fixup_*() by Kim Phillips · 17 years ago
  50. ccf21c3 Add support CONFIG_UEC_ETH3 in MPC83xx by Joakim Tjernlund · 17 years ago
  51. 555da61 mpc83xx: Add the support of MPC8315E SoC by Dave Liu · 17 years ago
  52. 03051c3 mpc83xx: Add the support of MPC837x SoC by Dave Liu · 17 years ago
  53. 246d4ae Convert boards that set memory node to use fdt_fixup_memory() by Kumar Gala · 17 years ago
  54. 8d04f02 Update libfdt from device tree compiler (dtc) by Kumar Gala · 17 years ago
  55. 6a16e0d mpc83xx: move common /memory node update mechanism to cpu.c by Kim Phillips · 17 years ago
  56. 8f9e0e9 mpc83xx: remaining 8360 libfdt fixes by Kim Phillips · 17 years ago
  57. f4b2ac5 mpc83xx: fix UEC2->1 typo in libfdt setup code by Kim Phillips · 17 years ago
  58. f57ac7a mpc83xx: fix 8360 and cpu functions to update fdt being passed by Kim Phillips · 17 years ago
  59. 8be4044 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled by Jerry Van Baren · 17 years ago
  60. 26d02c9 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path(). by Jerry Van Baren · 17 years ago
  61. 1ded024 mpc83xx: Add support for 8360 silicon revision 2.1 by Lee Nipper · 17 years ago
  62. 255a3577 Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx by Kim Phillips · 17 years ago
  63. 54b2d43 mpc83xx: replace elaborate boottime verbosity with 'clocks' command by Kim Phillips · 17 years ago
  64. 95e7ef8 mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu(). by Scott Wood · 17 years ago
  65. a35b0c4 mpc83xx: Recognize SPR values for MPC8311 and MPC8313. by Scott Wood · 17 years ago
  66. f35a53f Fix the ft_cpu_setup() property settings. by Gerald Van Baren · 17 years ago
  67. 64dbbd4 Moved fdt command support code to fdt_support.c by Gerald Van Baren · 17 years ago
  68. aea03c4 Fix some minor whitespace violations. by Gerald Van Baren · 17 years ago
  69. 213bf8c Add a flattened device tree (fdt) command (2 of 2) by Gerald Van Baren · 17 years ago
  70. d51b3cf mpc83xx: update [local-]mac-address properties on UEC based devices by Kim Phillips · 18 years ago
  71. 61f4f91 mpc83xx: write MAC address to mac-address and local-mac-address by Timur Tabi · 18 years ago
  72. b110f40 mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS by Xie Xiaobo · 18 years ago
  73. 8d172c0 mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS by Xie Xiaobo · 18 years ago
  74. 97c4b39 mpc83xx: don't hang if watchdog configured on 8360, 832x by Kim Phillips · 18 years ago
  75. b700474 mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt by Kim Phillips · 18 years ago
  76. 3e78a31 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead by Kumar Gala · 18 years ago
  77. 24c3aca mpc83xx: Add support for the MPC832XEMDS board by Dave Liu · 18 years ago
  78. e857a5b mpc83xx: Miscellaneous code style fixes by Timur Tabi · 18 years ago
  79. be5e618 mpc83xx: Update 83xx to use fsl_i2c.c by Timur Tabi · 18 years ago
  80. d239d74 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR by Timur Tabi · 18 years ago
  81. 4804136 mpc83xx: change ft code to modify local-mac-address property by Kim Phillips · 18 years ago
  82. 5f82043 mpc83xx: Add MPC8360EMDS basic board support by Dave Liu · 18 years ago
  83. 2ad6b51 mpc83xx: Add support for the MPC8349E-mITX by Timur Tabi · 18 years ago
  84. f6eda7f mpc83xx: Changed to unified mpx83xx names and added common 83xx changes by Dave Liu · 18 years ago
  85. cf48eb9 Some code cleanup by Wolfgang Denk · 18 years ago
  86. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  87. 61f2515 Add DMA support for MPC83xx. by Marian Balakowicz · 19 years ago
  88. 6d8ae5a Add sync in do_reset() routine for MPC83xx after RPR register by Marian Balakowicz · 19 years ago
  89. 62ec641 Add helper function for generic flat device tree fixups for mpc83xx by Kumar Gala · 19 years ago
  90. 6902df5 Add PCI support for the TQM834x board. by Rafal Jaworowski · 19 years ago
  91. e6f2e90 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago
  92. 07a2505 Fix compiler warnings by Wolfgang Denk · 19 years ago
  93. f046ccd * Patch by Eran Liberty Add support for the Freescale MPC8349ADS board. by Eran Liberty · 19 years ago