diff mbox

[RFC,7/7] xilinx_zynq: machine model first revision

Message ID 6be43bb605e74e9bc567eafdfe462f3eb1d6040f.1327302677.git.peter.crosthwaite@petalogix.com
State New
Headers show

Commit Message

Peter A. G. Crosthwaite Jan. 23, 2012, 7:20 a.m. UTC
Xilinx zynq-7000 machine model. Also includes device model for the zynq-specific
system level control register (SLCR) module.

Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
---
 Makefile.target |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Peter A. G. Crosthwaite Jan. 23, 2012, 8:22 a.m. UTC | #1
Regenerated and resent.

Regards,
Peter

On Mon, Jan 23, 2012 at 6:00 PM, Michal Simek <monstr@monstr.eu> wrote:

> Peter A. G. Crosthwaite wrote:
>
>> Xilinx zynq-7000 machine model. Also includes device model for the
>> zynq-specific
>> system level control register (SLCR) module.
>>
>> Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.**com<peter.crosthwaite@petalogix.com>
>> >
>> ---
>>  Makefile.target |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/Makefile.target b/Makefile.target
>> index e62ff59..1c89779 100644
>> --- a/Makefile.target
>> +++ b/Makefile.target
>> @@ -338,6 +338,7 @@ obj-arm-y += cadence_uart.o
>>  obj-arm-y += cadence_ttc.o
>>  obj-arm-y += cadence_wdt.o
>>  obj-arm-y += cadence_gem.o
>> +obj-arm-y += xilinx_zynq.o zynq_arm_sysctl.o
>>  obj-arm-y += realview_gic.o realview.o arm_sysctl.o arm11mpcore.o
>> a9mpcore.o
>>  obj-arm-y += arm_l2x0.o
>>  obj-arm-y += arm_mptimer.o
>>
>
> You probably forget to add that two files to this patch.
>
> Michal
>
>
>
> --
> Michal Simek, Ing. (M.Eng)
> w: www.monstr.eu p: +42-0-721842854
> Maintainer of Linux kernel 2.6 Microblaze Linux -
> http://www.monstr.eu/fdt/
> Microblaze U-BOOT custodian
>
diff mbox

Patch

diff --git a/Makefile.target b/Makefile.target
index e62ff59..1c89779 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -338,6 +338,7 @@  obj-arm-y += cadence_uart.o
 obj-arm-y += cadence_ttc.o
 obj-arm-y += cadence_wdt.o
 obj-arm-y += cadence_gem.o
+obj-arm-y += xilinx_zynq.o zynq_arm_sysctl.o
 obj-arm-y += realview_gic.o realview.o arm_sysctl.o arm11mpcore.o a9mpcore.o
 obj-arm-y += arm_l2x0.o
 obj-arm-y += arm_mptimer.o