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

DellEmc-S6000 : Back-end work for last reboot reason #2974

Merged
merged 2 commits into from
Jun 7, 2019

Conversation

gengankarthik
Copy link
Contributor

- What I did
1. Nvram device exposed to user space.
- How I did it
1. Nvram 0x49 offset is used for last reboot reason. (Vendor Defined Offset)
COLD_RESET = 0xE # Cold Reset (offset value)
WARM_RESET = 0x6 # Warm Reset (offset value)
- How to verify it
1. Dump the Nvram content. (particularly check the 0x49 offset).
Command:- dd if=/dev/nvram of=nvram.dump
- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@lguohan
Copy link
Collaborator

lguohan commented Jun 6, 2019

build failure, can you check?

@gengankarthik
Copy link
Contributor Author

build failure, can you check?

Hi guohan,

 Fixed build issues ...

Thanks & Regards,
Karthik G

@lguohan lguohan merged commit f7774be into sonic-net:master Jun 7, 2019
mssonicbld added a commit that referenced this pull request Dec 7, 2023
…lly (#17409)

#### Why I did it
src/sonic-swss
```
* 6026b6d6 - (HEAD -> master, origin/master, origin/HEAD) [dash] add ACL group bind check for rule create/update (#2974) (88 minutes ago) [Yakiv Huryk]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants