This website works better with JavaScript.
Explore
Help
Sign In
Whitebox
/
u-boot
Watch
1
Star
0
Fork
You've already forked u-boot
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html
(AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
30201
Commits
3
Branches
0
Tags
148 MiB
Tree:
85e5f5b7a7
u-boot
/
configs
/
rpi_2_defconfig
4 lines
57 B
Raw
Normal View
History
Unescape
Escape
rpi: add support for Raspberry Pi 2 model B USB doesn't seem to work yet; the controller detects the on-board Hub/ Ethernet device but can't read the descriptors from it. I haven't investigated yet. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
10 years ago
CONFIG_ARM=y
ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283x BCM2835 (used on Raspberry Pi) and BCM2836 (used on Raspberry Pi 2) are similar enough. One of the biggest differences is the ARM processor. It is reasonable to collect the source files into a single place, arch/arm/mach-bcm283x/. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org>
10 years ago
CONFIG_ARCH_BCM283X=y
rpi: add support for Raspberry Pi 2 model B USB doesn't seem to work yet; the controller detects the on-board Hub/ Ethernet device but can't read the descriptors from it. I haven't investigated yet. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
10 years ago
CONFIG_TARGET_RPI_2=y