• 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/am33x-cm3/am33x-cm3.mk
Anders DaranderAnders Darander committed 4d2b96aae3810 Feb 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# am33x-cm3
4
#
5
################################################################################
6
​
7
# This should correpsond to v05.00.00.02
8
AM33X_CM3_VERSION = 11107db2f1e9e58ee75d4fe9cc38423c9a6e4365
9
AM33X_CM3_SITE = http://arago-project.org/git/projects/am33x-cm3.git
10
AM33X_CM3_SITE_METHOD = git
11
AM33X_CM3_LICENSE = TI Publicly Available Software License
12
AM33X_CM3_LICENSE_FILES = License.txt
13
​
14
# The build command below will use the standard cross-compiler (normally
15
# build for Cortex-A8, to build the FW for the Cortex-M3.
16
define AM33X_CM3_BUILD_CMDS
17
    $(MAKE) CC="$(TARGET_CC)" CROSS_COMPILE="$(TARGET_CROSS)" -C $(@D) all
18
endef
19
​
20
# Not all of the firmware files are used
21
define AM33X_CM3_INSTALL_TARGET_CMDS
22
    $(INSTALL) -m 0644 -D $(@D)/bin/am335x-pm-firmware.bin \
23
        $(TARGET_DIR)/lib/firmware/am335x-pm-firmware.bin
24
endef
25
​
26
define AM33X_CM3_INSTALL_INIT_SYSV
27
    $(INSTALL) -m 0755 -D package/am33x-cm3/S93-am335x-pm-firmware-load \
28
        $(TARGET_DIR)/etc/init.d/S93-am335x-pm-firmware-load
29
endef
30
​
31
$(eval $(generic-package))
  • 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.