Skip to content

Commit

Permalink
wedge400: openbmc-utils copyright year change to 2019 (#99)
Browse files Browse the repository at this point in the history
Summary:
Summary :

As title
Pull Request resolved: facebookexternal/openbmc.celestica#99

Reviewed By: joancaneus

fbshipit-source-id: d519b8bd4a
  • Loading branch information
joancaneus authored and facebook-github-bot committed Aug 20, 2019
1 parent f850e65 commit 9e52d0a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 deletions.
18 changes: 18 additions & 0 deletions meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/disable_watchdog.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
#!/bin/sh
#
# Copyright 2019-present Facebook. All Rights Reserved.
#
# This program file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program in a file named COPYING; if not, write to the
# Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301 USA
#

. /usr/local/bin/openbmc-utils.sh

Expand Down
2 changes: 1 addition & 1 deletion meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/power-on.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright 2018-present Facebook. All Rights Reserved.
# Copyright 2019-present Facebook. All Rights Reserved.
#
# This program file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand Down
3 changes: 2 additions & 1 deletion meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/reset_brcm.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2018-present Facebook. All Rights Reserved.
# Copyright 2019-present Facebook. All Rights Reserved.
#
# This program file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand Down Expand Up @@ -31,6 +31,7 @@
# There is another sysfs file, 'cpld_mac_pcie_perst_l', which can be used
# to control the PCI reset pin separately. However, we don't use it for now
# as we depend on the CPLD for the correct reset sequence.

echo 0 > $PWR_TH_RST_SYSFS
sleep 1
echo 1 > $PWR_TH_RST_SYSFS
Expand Down
2 changes: 1 addition & 1 deletion meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/setup_default_gpio.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright 2018-present Facebook. All Rights Reserved.
# Copyright 2019-present Facebook. All Rights Reserved.
#
# This program file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand Down
2 changes: 1 addition & 1 deletion meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/setup_emmc.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright 2018-present Facebook. All Rights Reserved.
# Copyright 2019-present Facebook. All Rights Reserved.
#
# This program file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand Down
2 changes: 1 addition & 1 deletion meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/setup_mgmt.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright 2018-present Facebook. All Rights Reserved.
# Copyright 2019-present Facebook. All Rights Reserved.
#
# This program file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand Down
2 changes: 1 addition & 1 deletion meta-facebook/meta-wedge400/recipes-utils/openbmc-utils/files/wedge_us_mac.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2015-present Facebook. All Rights Reserved.
# Copyright 2019-present Facebook. All Rights Reserved.
#
# This program file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand Down

0 comments on commit 9e52d0a

Please sign in to comment.