1. 1d457db global: Migrate CONFIG_MAX_MEM_MAPPED to CFG by Tom Rini · 2 years ago
  2. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years, 1 month ago
  3. ea253ad treewide: Remove the unnecessary space before semicolon by Bin Meng · 2 years, 2 months ago
  4. 6f915a5 powerpc/mpc85xx: Fix re-align of unmapped DDR memory message for non-SPL builds by Pali Rohár · 2 years, 3 months ago
  5. eec715e powerpc/mpc85xx: Explain TLB unmapped memory message by Pali Rohár · 2 years, 3 months ago
  6. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  7. b35316f Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · 2 years, 7 months ago
  8. 2fd81be common: board_r: move init_addr_map() to init.h by Ovidiu Panait · 3 years ago
  9. 1b212bb common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · 3 years ago
  10. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  11. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  12. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  13. 2d2f490 powerpc: Remove __ilog2_u64 and ffs4 from bitops by Fabio Estevam · 9 years ago
  14. 0ccee4e powerpc/mpc85xx: Fix DDR TLB mapping leftover by York Sun · 10 years ago
  15. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  16. fa08d39 PPC 85xx: Add qemu-ppce500 machine by Alexander Graf · 11 years ago
  17. f29f804 PPC: 85xx: Generalize DDR TLB mapping function by Alexander Graf · 11 years ago
  18. 0151d99 powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled some functionality for common SPL by Ying Zhang · 11 years ago
  19. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  20. 7c80c6c ppc: Move used_tlb_cams to arch_global_data by Simon Glass · 12 years ago
  21. 31d084d powerpc/mpc85xx: add support for MMUv2 page sizes by Scott Wood · 12 years ago
  22. c97cd1b spl/85xx: new SPL support by Scott Wood · 12 years ago
  23. ffd06e0 powerpc/mpc85xx: Rewrite spin table to comply with ePAPR v1.1 by York Sun · 12 years ago
  24. 3d6d9c3 arch/powerpc/cpu/mpc85xx/tlb.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  25. 50cf3d1 powerpc/85xx: Add support for Book-E MMU Arch v2.0 by Kumar Gala · 13 years ago
  26. 9cdfe28 powerpc/mpc85xx: Add clear_ddr_tlbs function by Becky Bruce · 13 years ago
  27. ebc7394 powerpc/85xx: Don't build read_tlbcam_entry for CONFIG_NAND_SPL by Kumar Gala · 14 years ago
  28. 6b1ef2a mpc85xx/tlb.c: Allow platforms to specify wimge bits by Becky Bruce · 14 years ago
  29. c02ce6e Adding more control to physical address mapping by York Sun · 14 years ago
  30. 70e02bc mpc85xx: Add print_tlbcam() function by Becky Bruce · 14 years ago
  31. 4e63df3 mpc85xx: tlb.c cleanups by Becky Bruce · 14 years ago
  32. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 15 years ago[Renamed from arch/ppc/cpu/mpc85xx/tlb.c]
  33. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 15 years ago[Renamed from cpu/mpc85xx/tlb.c]
  34. 355f4f8 ppc/85xx: Make SPD DDR TLB setup code use dynamic entry allocation by Kumar Gala · 15 years ago
  35. 94e9411 ppc/85xx: Add tracking of TLB CAM usage by Kumar Gala · 15 years ago
  36. cdbdbe6 ppc/85xx: Fix how we determine the number of CAM entries by Kumar Gala · 15 years ago
  37. 7da5335 ppc/85xx: add boot from NAND/eSDHC/eSPI support by Mingkai Hu · 15 years ago
  38. b2eec28 ppc/85xx: Move code around to prep for NAND_SPL by Kumar Gala · 15 years ago
  39. 206af35 ppc/85xx: Repack tlb_table to save space by Kumar Gala · 15 years ago
  40. d30f904 ppc/85xx: Introduce low level write_tlb function by Kumar Gala · 15 years ago
  41. dcc87dd ppc/85xx: Ensure that MAS8 is zero when writing TLB entries. by Scott Wood · 15 years ago
  42. c2287af ppc/85xx: Add a simple function to search the TLB by Kumar Gala · 15 years ago
  43. 963f2f6 Prepare 2009.08-rc3 by Wolfgang Denk · 15 years ago
  44. e393e2e 85xx: Fix addrmap to include memory by Kumar Gala · 15 years ago
  45. d4b130d 85xx: Use print_size to report amount of memory not mapped by TLBs by Kumar Gala · 16 years ago
  46. 90d13b8 85xx: bugfix for reading maximum TLB size on mpc85xx by Fredrik Arnerup · 16 years ago
  47. f8523cb 85xx: Fix how we map DDR memory by Kumar Gala · 16 years ago
  48. 9502643 Change DDR tlb start entry to CONFIG param for 85xx by Haiying Wang · 16 years ago
  49. ecf5b98 85xx: Add support to populate addr map based on TLB settings by Kumar Gala · 16 years ago
  50. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  51. 6fb1b73 FSL DDR: Add e500 TLB helper for DDR code by Kumar Gala · 17 years ago
  52. 865f0f9 Coding Style Cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  53. 7dc358b 85xx: Get ride of old TLB setup code by Kumar Gala · 17 years ago
  54. 44a23cf 85xx: Introduce new tlb API by Kumar Gala · 17 years ago