Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Mayer
u-boot
Commits
a09f9649
Commit
a09f9649
authored
11 years ago
by
Heiko Schocher
Committed by
Tom Rini
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
arm, spl: add watchdog library to SPL
Signed-off-by:
Heiko Schocher
<
hs@denx.de
>
Cc: Tom Rini <trini@ti.com>
parent
14c0158b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/README.SPL
+1
-1
1 addition, 1 deletion
doc/README.SPL
spl/Makefile
+1
-0
1 addition, 0 deletions
spl/Makefile
with
2 additions
and
1 deletion
doc/README.SPL
+
1
−
1
View file @
a09f9649
...
@@ -67,7 +67,7 @@ CONFIG_SPL_POST_MEM_SUPPORT (post/drivers/memory.o)
...
@@ -67,7 +67,7 @@ CONFIG_SPL_POST_MEM_SUPPORT (post/drivers/memory.o)
CONFIG_SPL_NAND_LOAD (drivers/mtd/nand/nand_spl_load.o)
CONFIG_SPL_NAND_LOAD (drivers/mtd/nand/nand_spl_load.o)
CONFIG_SPL_SPI_LOAD (drivers/mtd/spi/spi_spl_load.o)
CONFIG_SPL_SPI_LOAD (drivers/mtd/spi/spi_spl_load.o)
CONFIG_SPL_RAM_DEVICE (common/spl/spl.c)
CONFIG_SPL_RAM_DEVICE (common/spl/spl.c)
CONFIG_SPL_WATCHDOG_SUPPORT (drivers/watchdog/libwatchdog.o)
Normally CPU is assumed to be the same between the SPL and normal
Normally CPU is assumed to be the same between the SPL and normal
u-boot build. However it is possible to specify a different CPU for
u-boot build. However it is possible to specify a different CPU for
...
...
This diff is collapsed.
Click to expand it.
spl/Makefile
+
1
−
0
View file @
a09f9649
...
@@ -82,6 +82,7 @@ LIBS-$(CONFIG_SPL_ETH_SUPPORT) += drivers/net/libnet.o
...
@@ -82,6 +82,7 @@ LIBS-$(CONFIG_SPL_ETH_SUPPORT) += drivers/net/libnet.o
LIBS-$(CONFIG_SPL_ETH_SUPPORT)
+=
drivers/net/phy/libphy.o
LIBS-$(CONFIG_SPL_ETH_SUPPORT)
+=
drivers/net/phy/libphy.o
LIBS-$(CONFIG_SPL_MUSB_NEW_SUPPORT)
+=
drivers/usb/musb-new/libusb_musb-new.o
LIBS-$(CONFIG_SPL_MUSB_NEW_SUPPORT)
+=
drivers/usb/musb-new/libusb_musb-new.o
LIBS-$(CONFIG_SPL_USBETH_SUPPORT)
+=
drivers/usb/gadget/libusb_gadget.o
LIBS-$(CONFIG_SPL_USBETH_SUPPORT)
+=
drivers/usb/gadget/libusb_gadget.o
LIBS-$(CONFIG_SPL_WATCHDOG_SUPPORT)
+=
drivers/watchdog/libwatchdog.o
ifneq
($(CONFIG_OMAP_COMMON),)
ifneq
($(CONFIG_OMAP_COMMON),)
LIBS-y
+=
$(
CPUDIR
)
/omap-common/libomap-common.o
LIBS-y
+=
$(
CPUDIR
)
/omap-common/libomap-common.o
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment