• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/iucode-tool/S00iucode-tool
Maxime HadjinlianMaxime Hadjinlian committed 3f2d43e3ed604 Feb 2014
Raw file
Source viewDiff to previous
 
1
#!/bin/sh
2
#
3
# Upload microcode into the processor.
4
#
5
​
6
microcode_file="/usr/share/misc/intel-microcode.dat"
7
​
8
case "$1" in
9
  start)
10
    echo "Starting iucode-tool:"
11
    /usr/sbin/iucode_tool -k $microcode_file
12
    echo "done"
13
    ;;
14
  stop)
15
    ;;
16
  restart|reload)
17
    ;;
18
  *)
19
    echo "Usage: $0 {start|stop|restart}"
20
    exit 1
21
esac
22
​
23
exit $?
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.