Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase LPC1764 working frequency #67

Open
henrique-silva opened this issue Mar 20, 2017 · 2 comments
Open

Increase LPC1764 working frequency #67

henrique-silva opened this issue Mar 20, 2017 · 2 comments

Comments

@henrique-silva
Copy link
Contributor

This is related to #39
With higher core frequencies we can achieve higher baud rates in the Serial port. Also, we won't stall when too many IPMI messages come in sequence, given that we'll be fast enough to respond all of them.

I've performed some test with the AFC board and there seems to be no significant increase in the current draw by the LPC17xx working at 100MHz (max frequency for this part number - LPC1769 can reach 120MHz)

@henrique-silva
Copy link
Contributor Author

Increasing the working frequency to 100MHz causes 4 messages to not be responded to the MCH.
Couldn't exactly figure out with which of them this is happening because when the IPMI debug is enabled on MCH, the transactions ocurr very slowly and all of them are responded correctly.
The problem may be on the blocking inside IPMB task.

@qermit
Copy link
Contributor

qermit commented Apr 6, 2017

I would suggest to connect external i2c sniffer and use wireshak. I did it in the past.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants