Skip to content

Commit

Permalink
update CHANGELOG and revision to v1.62
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Titiano <p-titiano@ti.com>
  • Loading branch information
Patrick Titiano committed Jan 7, 2013
1 parent 30dafe1 commit bea3cc9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
v1.62:
-------
- [OMAP5][CPU] fix OMAP5 silicon type detection
- [OMAP5][CPU] add OMAP543x ES2.x max cpu speed
- [OMAP5][PRCM] move all *_dump() functions to prcm54xx.c
- [OMAP5][PRCM][DUMP] dump PMI/CMI/CMI_AON registers
- [OMAP5][PRCM] fix code check instrumentation status
- [OMAP5][PRCM] fix ES1.0 module pointer used with ES2.x devices
- [OMAP5][PRCM][EXPORT] fix do not export removed L4_PER domain on OMAP543x ES2.x
- [OMAP5][DPLL][AUDIT] avoid use of legacy APIs to retrieve current OPP
- [OMAP5][DPLL] fix DPLL CORE HS_DIV14 divider for OMAP5430 ES2.0 OPP_HI
- [OMAP5][DPLL] fix DPLL lock frequency and output rates when DCC is enabled
- [OMAP5][DPLL] update OMAP5430 ES2.0 DPLL golden settings
- [OMAP][SR] use generic functions to retrieve OPP and voltage in sr_convergence_status_show()
- [OMAP5][MODULE] fix OMAP5430 ES2.0 PoR clock rates for DSP, GPU, IVA, SL2, C2C modules
- [OMAP5][MODULE] handle ES1.0/ES2.0 differences in modules list
- [OMAP5][CLKDMDEP] fix incorrect register table used for ES2.0
- [OMAP5][OPP] add OMAP5430 ES2.0 OPP definitions
- [OPP] round clock rates to MHz during comparisons in opp_show


v1.61:
-------
- [OMAP5][CLKDM][PWRDM][MODULE] complete migration to generic layers and fix some ES2.0 bugs
Expand Down
2 changes: 1 addition & 1 deletion revision.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


#define OMAPCONF_REV_MAJOR 1
#define OMAPCONF_REV_MINOR 61
#define OMAPCONF_REV_MINOR 62

extern char *builddate;

Expand Down

0 comments on commit bea3cc9

Please sign in to comment.