summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-17 23:09:49 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-28 15:02:14 +0800
commit7e014e632ab5b553332718d59cc10907b2552042 (patch)
treeedbca234495923cc656999326953b43b3d496509 /Makefile
parent2f0e7b929ba792932146af23eb2ba0e0b09d8934 (diff)
downloadu-boot-odroid-c1-7e014e632ab5b553332718d59cc10907b2552042.tar.gz
GXBaby bringup code merge
This is a combination of 13 commits. 1). GXBaby: Bringup uboot ok 1. ddr 792MHz 1GB 2. enable bl30, bl301, bl31 3. add memtest interface 4. update pll setting 2). Update make tool, generate boot_sd.bin for sd burning 3). Update code, disable dcache, sd ok 1. update pll clk for sd 2. disable dcache for sd 3. enable board late init 4. update mmc driver by larson.jiang 4). Enable dcache for sd 1. Updated by Larson.Jiang 5). Update FIX PLL setting 6). Update FIX PLL init 1. Skip Fix pll init when it's already locked 7). Revert "Update FIX PLL init" This reverts commit f40fe0bfa11c72a088b3f42d3f7cd2dff1cfbce9. 8). Update pll init process 9). Move bl2 mmu table to ddr 1. Move bl2 mmu table to ddr, for bl2 size is too large. 2. Update bl2 limit to 48KB, fit romcode need. 10). GXBaby: uboot add watchdog driver, support 'reset' cmd 11). Update ddr code 1. Updated by Jiaxing.Ye 12). Update ddr register information 13). Update ddr code. 1. DDR can configure size, freq and mode. 2. Update memtest function. Change-Id: I7a428603ca2e778820dfc3b1610124c3645cc986
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d9ba33f886..8494493b55 100644
--- a/Makefile
+++ b/Makefile
@@ -890,6 +890,7 @@ endif
$(Q)$(srctree)/tools/gx_boot pkg $(FIP_FOLDER)/bl2.bin
$(Q)$(srctree)/tools/gx_boot spl $(FIP_FOLDER)/bl2_fix.bin $(FIP_FOLDER)/bl2.bin.pkg
$(Q)cat $(FIP_FOLDER)/bl2_fix.bin $(FIP_FOLDER)/fip.bin > $(FIP_FOLDER)/boot.bin
+ $(Q)$(FIP_FOLDER)/boot_sd.sh $(FIP_FOLDER)/blank_512 $(FIP_FOLDER)/boot.bin $(FIP_FOLDER)/boot_sd.bin
@echo '$(FIP_FOLDER)/boot.bin build done!'
#
@@ -1405,6 +1406,8 @@ endif
@rm -f $(srctree)/fip/fip.bin
@rm -f $(srctree)/fip/bl2_fix.bin
@rm -f $(srctree)/fip/boot.bin
+ @rm -f $(srctree)/fip/boot_sd.bin
+ @rm -f $(srctree)/fip/bl2.bin.pkg
backup:
F=`basename $(srctree)` ; cd .. ; \