Download Latest Version Origen.tar.gz (156.6 kB)
Email in envelope

Get an email when there's a new version of SamsungPlatformPkg

Home / Patches / Origen
Name Modified Size InfoDownloads / Week
Parent folder
0025-ExynosPkg-Fix-compile-issues-adopt-new-EDK-changes.patch 2011-11-15 13.9 kB
0024-OrigenBoard-Adopt-latest-changes-by-EDK.patch 2011-11-15 26.6 kB
0023-Build-Errors-fixed.patch 2011-11-15 1.4 kB
0022-Modified-to-Exclude-Sec-Phase.patch 2011-11-15 6.6 kB
0021-dsc-fdf-file-cleaning.patch 2011-11-15 18.2 kB
0020-Created-desc-fdf-for-Origen.patch 2011-11-15 38.8 kB
0019-Pcds-section-modified.patch 2011-11-15 1.6 kB
0018-Added-code-for-extra-action.patch 2011-11-15 2.5 kB
0017-Cleaned-the-Timer-Module-for-readability.patch 2011-11-15 18.7 kB
0016-Adopt-the-ArmPlatform-Memory-Model.patch 2011-11-15 4.3 kB
0015-Build-error-fix-for-Werror-Option-enabled.patch 2011-11-15 936 Bytes
0014-Mapping-of-SamsungPlatformPkg-ArmPlatformPkg.patch 2011-11-15 5.5 kB
0013-Modified-Warm-Reset-Jump-to-PcdNormalBaseAddr.patch 2011-11-15 2.0 kB
0012-Updated-the-Boot-Argument-Pcds.patch 2011-11-15 2.2 kB
0011-SecBooting-Phase-Pcd-Base-and-size-variable-modified.patch 2011-11-15 1.8 kB
0010-Updated-README-for-cloning-Stage-1-BL.patch 2011-11-15 2.5 kB
0009-Exynos-SamsungPlatform-Gpio-Protocol.patch 2011-11-15 8.1 kB
0008-Modified-the-Execution-address-of-Uefi-BL.patch 2011-11-15 3.5 kB
0007-Added-Documentation-file-for-Building.patch 2011-11-15 3.2 kB
0006-Implemented-Samsung-Gpio-Protocol.patch 2011-11-15 25.4 kB
0005-SamsungPlatformPkg-SmdkBoardPkg-Renamed-SmdkBoardLib.patch 2011-11-15 182.1 kB
0004-Over-Riding-the-default-compiler-options.patch 2011-11-15 2.1 kB
0003-SamsungPlatform-SmdkBoardPkg.fdf-modified.patch 2011-11-15 1.0 kB
0002-SamsungBoardPlatform-SmdkBoardPkg-added.patch 2011-11-15 170.9 kB
0001-Added-Exynos-4210-package-to-Smasung-platform.patch 2011-11-15 309.9 kB
Totals: 25 Items   853.7 kB 0
From 34fcd1efcc65cfe9d47a248bc6537673e5a02c46 Mon Sep 17 00:00:00 2001
From: Girish K S <ks.giri@samsung.com>
Date: Mon, 27 Jun 2011 06:32:25 -0400
Subject: [PATCH 10/25] Updated README for cloning Stage 1 BL

Signed-off-by: Girish K S <ks.giri@samsung.com>
---
 SamsungPlatformPkg/README |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/SamsungPlatformPkg/README b/SamsungPlatformPkg/README
index 7d3c733..b34c1ba 100644
--- a/SamsungPlatformPkg/README
+++ b/SamsungPlatformPkg/README
@@ -32,10 +32,15 @@ and stored in the same file at a particular offset. that is done by the executab
 the iRam_Bl source files.
 
 To generate the iRAM_Bl image
-* change directory to $(Workspace)SamsungPlatformPkg/SmdkBoardPkg/iRam_Bl/
-* Run make all
-* to clean files Run make cleanall
-* copy the generated v310_mmc_spl.bin to the Build/SmdkBoard-Exynos/RELEASE_ARMGCC/FV/
+* Download the u-boot source from git://git.denx.de/u-boot.git by running below command
+  git clone git://git.denx.de/u-boot.git
+* Run following commands
+ - export ARCH=arm
+ - export CROSS_COMPILE=/usr/local/arm/gcc-linaro-4.5-2011.03-0/bin/arm-linux-gnueabi- or respective toolchain path
+ - make smdkv310_config
+ - make mmc_spl
+* the binary "u-boot-mmc-spl.bin" will be generated in the spl directory.
+* copy the generated u-boot-mmc-spl.bin to the Uefi Workspace Build/SmdkBoard-Exynos/RELEASE_ARMGCC/FV/
 
 
 Build the SdmkBoardPkg by running from the Workspace
@@ -45,13 +50,13 @@ Following the edk2 build process, you will find the SMDK binaries
 under the $WORKSPACE/Build/*/*/FV directory. You can find the below
 mentioned binary image.
 * SMDKBOARD_EFI.FD
-* v310_mmc_spl.bin
+* u-boot-mmc-spl.bin
 
 === RUNNING SmdkBoardPkg on the SMDK v310 board ===
 * need to be in Linux Environment to do the below procedure
 * After inserting the SD card. unmount the card by using the command umount /media/XXXXX.
-* copy the v310_mmc_spl.bin to the SD/MMC card by using the comand
-  sudo dd if=Build/SmdkBoard-Exynos/RELEASE_ARMGCC/FV/v310_mmc_spl.bin of=/dev/sdc bs=512 seek=1
+* copy the u-boot-mmc-spl.bin to the SD/MMC card by using the comand
+  sudo dd if=Build/SmdkBoard-Exynos/RELEASE_ARMGCC/FV/u-boot-mmc-spl.bin of=/dev/sdc bs=512 seek=1
 * Copy the Uefi Image to SD/MMC with below command from the Workspace.
   sudo dd if=Build/SmdkBoard-Exynos/RELEASE_ARMGCC/FV/SMDKBOARD_EFI.fd of=/dev/sdc bs=512 seek=65
 * Now the booting device is ready to be used.
-- 
1.7.1

Source: 0010-Updated-README-for-cloning-Stage-1-BL.patch, updated 2011-11-15