History log of /rk3399_rockchip-uboot/arch/arm/cpu/ (Results 3276 – 3300 of 3557)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c23e5e7e18-Jul-2011 Andreas Bießmann <andreas.devel@googlemail.com>

a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART

The CONFIG_AT91RM9200_USART is an remnant of
18ed5e9550810e2fc5bf2c757aee47774609651c which deleted the
at91rm9200_usart driver.

Si

a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART

The CONFIG_AT91RM9200_USART is an remnant of
18ed5e9550810e2fc5bf2c757aee47774609651c which deleted the
at91rm9200_usart driver.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

show more ...

8312af9f18-Jul-2011 Andreas Bießmann <andreas.devel@googlemail.com>

a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warning

The CONFIG_AT91_LEGACY warning became obsolete due to complete removal of
at91rm9200 arch code in arm920t.

Signed-off-by: Andreas Bießmann <an

a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warning

The CONFIG_AT91_LEGACY warning became obsolete due to complete removal of
at91rm9200 arch code in arm920t.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

show more ...

cf05528218-Jul-2011 Andreas Bießmann <andreas.devel@googlemail.com>

ARM: remove obsolete at91rm9200

The big "ARM: remove broken boards" series deletes all boards using
obsolete arm920t/at91rm9200 arch code. Therefore we can safely remove
this code now.

Signed-off-b

ARM: remove obsolete at91rm9200

The big "ARM: remove broken boards" series deletes all boards using
obsolete arm920t/at91rm9200 arch code. Therefore we can safely remove
this code now.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

show more ...


b4dc644221-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: clock init support for omap4460

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

d506719f21-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: support TPS programming

TPS62361 is the new power supply used in OMAP4460 that
supplies vdd_mpu.

VCORE1 from Phoenix supplies vdd_core and VCORE2 supplies
vdd_iva. VCORE3 is not used in OMAP

omap4: support TPS programming

TPS62361 is the new power supply used in OMAP4460 that
supplies vdd_mpu.

VCORE1 from Phoenix supplies vdd_core and VCORE2 supplies
vdd_iva. VCORE3 is not used in OMAP4460.

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...

25223a6821-Jul-2011 Aneesh V <aneesh@ti.com>

omap: reuse omap3 gpio support in omap4

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

924eb36921-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: sdram init changes for omap4460

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

5ab12a9e21-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: add omap4460 revision detection

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

3decb14a21-Jul-2011 John Rigby <john.rigby@linaro.org>

mkimage: Add OMAP boot image support

- Add mkimage support for OMAP boot image
- Add support for OMAP boot image(MLO) generation in the new
SPL framework

Signed-off-by: John Rigby <john.rigby@lin

mkimage: Add OMAP boot image support

- Add mkimage support for OMAP boot image
- Add support for OMAP boot image(MLO) generation in the new
SPL framework

Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...

8cf686e121-Jul-2011 Aneesh V <aneesh@ti.com>

omap: add MMC and FAT support to SPL

- Add MMC raw and FAT mode boot support for OMAP
- Provide a means by which parameters passed by ROM-code
can be saved in u-boot.
- Save boot mode related info

omap: add MMC and FAT support to SPL

- Add MMC raw and FAT mode boot support for OMAP
- Provide a means by which parameters passed by ROM-code
can be saved in u-boot.
- Save boot mode related information passed by OMAP4 ROM-code
and use it to determine where to load the u-boot from
- Assumes that the image has a mkimage header. Gets the
payload size and load address from this header. If the
header is not detected assume u-boot.bin as payload

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...

bcae721121-Jul-2011 Aneesh V <aneesh@ti.com>

omap: add basic SPL support

- Provide alternate implementations of board_init_f()
board_init_r() for OMAP spl.
- Provide linker script
- Initialize global data
- Add serial console support
- Updat

omap: add basic SPL support

- Provide alternate implementations of board_init_f()
board_init_r() for OMAP spl.
- Provide linker script
- Initialize global data
- Add serial console support
- Update CONFIG_SYS_TEXT_BASE to allow for SPL's bss and move
it to board config header from config.mk

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...

033ca72421-Jul-2011 Aneesh V <aneesh@ti.com>

armv7: start.S: fixes and enhancements for SPL

- Allow SPL to have .bss disjoint from rest of the image
- Allow for .bss setup in CONFIG_SPL_BUILD case too.
- Take care of the special case where rel

armv7: start.S: fixes and enhancements for SPL

- Allow SPL to have .bss disjoint from rest of the image
- Allow for .bss setup in CONFIG_SPL_BUILD case too.
- Take care of the special case where relocation offset = 0.
- Compile out exception handling code and install a simpler
vector

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...

1e46386621-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: automatic sdram detection

Identify SDRAM devices connected to EMIF automatically:
LPDDR2 devices have some Mode Registers that provide details
about the device such as the type, density, bus

omap4: automatic sdram detection

Identify SDRAM devices connected to EMIF automatically:
LPDDR2 devices have some Mode Registers that provide details
about the device such as the type, density, bus width
etc. EMIF has the capability to read these registers. If there
are no devices connected to a given chip-select reading mode
registers will return junk values. After reading as many such
registers as possible and matching with expected ranges of
values the driver can identify if there is a device connected
to the respective CS. If we identify that a device is connected
the values read give us complete details about the device.

This along with the base AC timings specified by JESD209-2
allows us to do a complete automatic initialization of
SDRAM that works on all boards.

Please note that the default AC timings specified by JESD209-2
will be safe for all devices but not necessarily optimal. However,
for the Elpida devices used on Panda and SDP the default timings
are both safe and optimal.

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...

095aea2921-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: calculate EMIF register values

Calculate EMIF register values based on AC timing parameters
from the SDRAM datasheet and the DDR frequency rather than
using the hard-coded values.

For a new

omap4: calculate EMIF register values

Calculate EMIF register values based on AC timing parameters
from the SDRAM datasheet and the DDR frequency rather than
using the hard-coded values.

For a new board the user doen't have to go through the tedious
process of calculating the register values. Instead, just
provide the AC timings from the device data sheet as input
and the driver will automatically calculate the register values.

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...

2ae610f021-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: add sdram init support

Add support for the SDRAM controller (EMIF).

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

3776801d21-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: add clock support

Add support for:
1. DPLL locking
2. Initialization of clock domains and clock modules
3. Setting up the right voltage on voltage rails

This work draws upon previous work do

omap4: add clock support

Add support for:
1. DPLL locking
2. Initialization of clock domains and clock modules
3. Setting up the right voltage on voltage rails

This work draws upon previous work done for x-loader by:
Santosh Shilimkar <santosh.shilimkar@ti.com>
Rajendra Nayak <rnayak@ti.com>

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...

ad577c8a21-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: add OMAP4430 revision check

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

469ec1e321-Jul-2011 Aneesh V <aneesh@ti.com>

omap4: cleanup pin mux data

- separate mux settings into essential and non essential parts
- essential part is board independent as of now(so move it
to SoC directory). Will help in having single

omap4: cleanup pin mux data

- separate mux settings into essential and non essential parts
- essential part is board independent as of now(so move it
to SoC directory). Will help in having single SPL for all
boards.
- Non-essential part(the pins not essential for u-boot to function)
need to be phased out eventually.
- Correct mux data by aligning to the latest settings in x-loader

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...

80bb756d18-Jul-2011 Sanjeev Premi <premi@ti.com>

omap3: Include array definition only when it is used

The array of strings corresponding to cpu revision is
used only when CONFIG_DISPLAY_CPUINFO is selected - in
the function print_cpuinfo().

Enclo

omap3: Include array definition only when it is used

The array of strings corresponding to cpu revision is
used only when CONFIG_DISPLAY_CPUINFO is selected - in
the function print_cpuinfo().

Enclose definition of this array in #ifdef...#endif for
the same.

Signed-off-by: Sanjeev Premi <premi@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

show more ...


/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
armv7/omap3/sys_info.c
/rk3399_rockchip-uboot/arch/arm/include/asm/u-boot-arm.h
/rk3399_rockchip-uboot/arch/avr32/lib/board.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/.gitignore
/rk3399_rockchip-uboot/arch/blackfin/cpu/Makefile
/rk3399_rockchip-uboot/arch/blackfin/cpu/cpu.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/gpio.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/init.S
/rk3399_rockchip-uboot/arch/blackfin/cpu/init.lds.S
/rk3399_rockchip-uboot/arch/blackfin/cpu/initcode.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/initcode.h
/rk3399_rockchip-uboot/arch/blackfin/cpu/jtag-console.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/reset.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/serial.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/serial.h
/rk3399_rockchip-uboot/arch/blackfin/cpu/start.S
/rk3399_rockchip-uboot/arch/blackfin/include/asm/blackfin_local.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/config.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/gpio.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf506/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf561/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/portmux.h
/rk3399_rockchip-uboot/arch/blackfin/lib/board.c
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p2041_ids.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/p2041_serdes.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/release.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/processor.h
/rk3399_rockchip-uboot/arch/powerpc/lib/bootm.c
/rk3399_rockchip-uboot/arch/x86/include/asm/u-boot-x86.h
/rk3399_rockchip-uboot/board/cm-bf537e/cm-bf537e.c
/rk3399_rockchip-uboot/board/cm-bf537u/cm-bf537u.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/corenet_ds.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/ddr.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/ddr.c
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/matrix_vision/mergerbox/fpga.c
/rk3399_rockchip-uboot/board/matrix_vision/mergerbox/fpga.h
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/fpga.c
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/fpga.h
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/fpga.c
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/fpga.h
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
/rk3399_rockchip-uboot/board/stx/stxssa/stxssa.c
/rk3399_rockchip-uboot/board/tcm-bf537/tcm-bf537.c
/rk3399_rockchip-uboot/board/tqc/tqm834x/tqm834x.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_fpga.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/serial.c
/rk3399_rockchip-uboot/drivers/fpga/ACEX1K.c
/rk3399_rockchip-uboot/drivers/fpga/altera.c
/rk3399_rockchip-uboot/drivers/fpga/cyclon2.c
/rk3399_rockchip-uboot/drivers/fpga/fpga.c
/rk3399_rockchip-uboot/drivers/fpga/spartan2.c
/rk3399_rockchip-uboot/drivers/fpga/spartan3.c
/rk3399_rockchip-uboot/drivers/fpga/virtex2.c
/rk3399_rockchip-uboot/drivers/fpga/xilinx.c
/rk3399_rockchip-uboot/drivers/mmc/atmel_mci.h
/rk3399_rockchip-uboot/drivers/mmc/gen_atmel_mci.c
/rk3399_rockchip-uboot/drivers/mtd/spi/macronix.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spansion.c
/rk3399_rockchip-uboot/drivers/net/4xx_enet.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/include/ACEX1K.h
/rk3399_rockchip-uboot/include/altera.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/P1023RDS.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bfin_adi_common.h
/rk3399_rockchip-uboot/include/configs/cm-bf537e.h
/rk3399_rockchip-uboot/include/configs/cm-bf537u.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/tcm-bf537.h
/rk3399_rockchip-uboot/include/environment.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/fpga.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/search.h
/rk3399_rockchip-uboot/include/serial.h
/rk3399_rockchip-uboot/include/spartan2.h
/rk3399_rockchip-uboot/include/spartan3.h
/rk3399_rockchip-uboot/include/version.h
/rk3399_rockchip-uboot/include/virtex2.h
/rk3399_rockchip-uboot/include/xilinx.h
/rk3399_rockchip-uboot/lib/hashtable.c
/rk3399_rockchip-uboot/lib/vsprintf.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/xway-swap-bytes.c
1626308722-Jul-2011 Mike Williams <mike@mikebwilliams.com>

cleanup: Fix typos and misspellings in various files.

Recieve/Receive
recieve/receive
Interupt/Interrupt
interupt/interrupt
Addres/Address
addres/address

Signed-off-by: Mike Williams <mike@mikebwil

cleanup: Fix typos and misspellings in various files.

Recieve/Receive
recieve/receive
Interupt/Interrupt
interupt/interrupt
Addres/Address
addres/address

Signed-off-by: Mike Williams <mike@mikebwilliams.com>

show more ...


/rk3399_rockchip-uboot/.gitignore
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
arm720t/lpc2292/mmc_hw.c
arm720t/start.S
arm920t/at91/timer.c
arm920t/start.S
ixp/npe/IxQMgrDispatcher.c
ixp/npe/include/IxEthAcc_p.h
ixp/npe/include/IxNpeA.h
ixp/npe/include/IxQMgr.h
ixp/npe/include/IxQueueAssignments.h
lh7a40x/start.S
sa1100/start.S
/rk3399_rockchip-uboot/arch/arm/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/arm/lib/board.c
/rk3399_rockchip-uboot/arch/avr32/lib/board.c
/rk3399_rockchip-uboot/arch/blackfin/lib/board.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/start.S
/rk3399_rockchip-uboot/arch/m68k/include/asm/fec.h
/rk3399_rockchip-uboot/arch/microblaze/lib/board.c
/rk3399_rockchip-uboot/arch/mips/lib/board.c
/rk3399_rockchip-uboot/arch/nios2/cpu/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/74xx_7xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/serial.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/serial.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8220/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc824x/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/serial.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/video.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cpm_8260.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cpm_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440ep_gr.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440epx_grx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440gx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440sp.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440spe.h
/rk3399_rockchip-uboot/arch/sh/lib/board.c
/rk3399_rockchip-uboot/arch/sparc/cpu/leon2/start.S
/rk3399_rockchip-uboot/arch/sparc/cpu/leon3/start.S
/rk3399_rockchip-uboot/arch/sparc/cpu/leon3/usb_uhci.c
/rk3399_rockchip-uboot/arch/x86/cpu/start.S
/rk3399_rockchip-uboot/arch/x86/include/asm/interrupt.h
/rk3399_rockchip-uboot/arch/x86/lib/board.c
/rk3399_rockchip-uboot/board/Marvell/common/bootseq.txt
/rk3399_rockchip-uboot/board/Marvell/common/i2c.c
/rk3399_rockchip-uboot/board/Marvell/common/ns16550.h
/rk3399_rockchip-uboot/board/Marvell/include/mv_gen_reg.h
/rk3399_rockchip-uboot/board/bmw/ns16550.h
/rk3399_rockchip-uboot/board/evb64260/bootseq.txt
/rk3399_rockchip-uboot/board/evb64260/i2c.c
/rk3399_rockchip-uboot/board/freescale/mpc8266ads/mpc8266ads.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/Makefile
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/cmd_disp.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/cmd_mtc.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/cmd_mtc.h
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/digsy_mtc.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/eeprom.h
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/is42s16800a-7t.h
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/is45s16800a2.h
/rk3399_rockchip-uboot/board/keymile/common/common.c
/rk3399_rockchip-uboot/board/keymile/common/common.h
/rk3399_rockchip-uboot/board/keymile/common/ivm.c
/rk3399_rockchip-uboot/board/keymile/km82xx/Makefile
/rk3399_rockchip-uboot/board/keymile/km82xx/km82xx.c
/rk3399_rockchip-uboot/board/keymile/km83xx/Makefile
/rk3399_rockchip-uboot/board/keymile/km_arm/Makefile
/rk3399_rockchip-uboot/board/keymile/scripts/README
/rk3399_rockchip-uboot/board/keymile/scripts/develop-arm.txt
/rk3399_rockchip-uboot/board/keymile/scripts/develop-common.txt
/rk3399_rockchip-uboot/board/keymile/scripts/develop-ppc_82xx.txt
/rk3399_rockchip-uboot/board/keymile/scripts/develop-ppc_8xx.txt
/rk3399_rockchip-uboot/board/keymile/scripts/ramfs-arm.txt
/rk3399_rockchip-uboot/board/keymile/scripts/ramfs-common.txt
/rk3399_rockchip-uboot/board/keymile/scripts/ramfs-ppc_82xx.txt
/rk3399_rockchip-uboot/board/keymile/scripts/ramfs-ppc_8xx.txt
/rk3399_rockchip-uboot/board/logicpd/zoom2/zoom2_serial.c
/rk3399_rockchip-uboot/board/logicpd/zoom2/zoom2_serial.h
/rk3399_rockchip-uboot/board/matrix_vision/common/mv_common.c
/rk3399_rockchip-uboot/board/mpl/common/usb_uhci.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_fitupd.c
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/cmd_mac.c
/rk3399_rockchip-uboot/common/cmd_version.c
/rk3399_rockchip-uboot/common/command.c
/rk3399_rockchip-uboot/common/env_common.c
/rk3399_rockchip-uboot/common/env_embedded.c
/rk3399_rockchip-uboot/common/env_flash.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/serial.c
/rk3399_rockchip-uboot/common/update.c
/rk3399_rockchip-uboot/common/xyzModem.c
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/disk/part_dos.c
/rk3399_rockchip-uboot/disk/part_dos.h
/rk3399_rockchip-uboot/doc/README.m68k
/rk3399_rockchip-uboot/doc/README.qemu_mips
/rk3399_rockchip-uboot/doc/README.ublimage
/rk3399_rockchip-uboot/doc/README.update
/rk3399_rockchip-uboot/drivers/fpga/altera.c
/rk3399_rockchip-uboot/drivers/fpga/cyclon2.c
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/mtd/spi/eon.c
/rk3399_rockchip-uboot/drivers/mtd/spi/macronix.c
/rk3399_rockchip-uboot/drivers/mtd/spi/ramtron.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spansion.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/sst.c
/rk3399_rockchip-uboot/drivers/mtd/spi/stmicro.c
/rk3399_rockchip-uboot/drivers/mtd/spi/winbond.c
/rk3399_rockchip-uboot/drivers/net/4xx_enet.c
/rk3399_rockchip-uboot/drivers/net/greth.c
/rk3399_rockchip-uboot/drivers/net/natsemi.c
/rk3399_rockchip-uboot/drivers/net/ns8382x.c
/rk3399_rockchip-uboot/drivers/net/phy/generic_10g.c
/rk3399_rockchip-uboot/drivers/net/smc911x.h
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/rtc/mpc5xxx.c
/rk3399_rockchip-uboot/drivers/serial/serial.c
/rk3399_rockchip-uboot/drivers/serial/serial_pxa.c
/rk3399_rockchip-uboot/drivers/serial/serial_s3c24x0.c
/rk3399_rockchip-uboot/drivers/serial/serial_s5p.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/fs/ext2/dev.c
/rk3399_rockchip-uboot/include/ACEX1K.h
/rk3399_rockchip-uboot/include/altera.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/commproc.h
/rk3399_rockchip-uboot/include/compiler.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/digsy_mtc.h
/rk3399_rockchip-uboot/include/configs/km/keymile-common.h
/rk3399_rockchip-uboot/include/configs/km/km-powerpc.h
/rk3399_rockchip-uboot/include/configs/km/km82xx-common.h
/rk3399_rockchip-uboot/include/configs/km/km8321-common.h
/rk3399_rockchip-uboot/include/configs/km/km83xx-common.h
/rk3399_rockchip-uboot/include/configs/km/km_arm.h
/rk3399_rockchip-uboot/include/environment.h
/rk3399_rockchip-uboot/include/galileo/gt64260R.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/linux/mdio.h
/rk3399_rockchip-uboot/include/mpc5xxx_sdma.h
/rk3399_rockchip-uboot/include/mpc824x.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/serial.h
/rk3399_rockchip-uboot/include/spi_flash.h
/rk3399_rockchip-uboot/include/ubi_uboot.h
/rk3399_rockchip-uboot/include/version.h
/rk3399_rockchip-uboot/lib/display_options.c
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/post/board/lwmon/sysmon.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/ether.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/spr.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/uart.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c
/rk3399_rockchip-uboot/post/drivers/Makefile
/rk3399_rockchip-uboot/post/drivers/flash.c
/rk3399_rockchip-uboot/post/drivers/memory.c
/rk3399_rockchip-uboot/post/lib_powerpc/andi.c
/rk3399_rockchip-uboot/post/lib_powerpc/cmp.c
/rk3399_rockchip-uboot/post/lib_powerpc/cmpi.c
/rk3399_rockchip-uboot/post/lib_powerpc/cr.c
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/mul-subnormal-single-1.c
/rk3399_rockchip-uboot/post/lib_powerpc/load.c
/rk3399_rockchip-uboot/post/lib_powerpc/multi.c
/rk3399_rockchip-uboot/post/lib_powerpc/rlwimi.c
/rk3399_rockchip-uboot/post/lib_powerpc/rlwinm.c
/rk3399_rockchip-uboot/post/lib_powerpc/rlwnm.c
/rk3399_rockchip-uboot/post/lib_powerpc/srawi.c
/rk3399_rockchip-uboot/post/lib_powerpc/store.c
/rk3399_rockchip-uboot/post/lib_powerpc/three.c
/rk3399_rockchip-uboot/post/lib_powerpc/threei.c
/rk3399_rockchip-uboot/post/lib_powerpc/threex.c
/rk3399_rockchip-uboot/post/lib_powerpc/two.c
/rk3399_rockchip-uboot/post/lib_powerpc/twox.c
/rk3399_rockchip-uboot/post/post.c
/rk3399_rockchip-uboot/post/tests.c
/rk3399_rockchip-uboot/rules.mk
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/envcrc.c
/rk3399_rockchip-uboot/tools/logos/intercontrol.bmp
/rk3399_rockchip-uboot/tools/mkimage.c
/rk3399_rockchip-uboot/tools/mkimage.h
/rk3399_rockchip-uboot/tools/ublimage.c
/rk3399_rockchip-uboot/tools/ublimage.h
17659d7d15-Jul-2011 Graeme Russ <graeme.russ@gmail.com>

Timer: Remove reset_timer_masked()

In some circumstances, reset_timer_masked() was called be timer_init() in
order to perform architecture specific timer initialisation. In such
cases, the required

Timer: Remove reset_timer_masked()

In some circumstances, reset_timer_masked() was called be timer_init() in
order to perform architecture specific timer initialisation. In such
cases, the required code in reset_timer_masked() has been moved into
timer_init()

show more ...

53fc43c615-Jul-2011 Graeme Russ <graeme.russ@gmail.com>

Timer: Fix at91rm9200/spi.c timer usage

4769be2115-Jul-2011 Graeme Russ <graeme.russ@gmail.com>

Timer: Remove reset_timer() for non-Nios2 arches


arm1136/mx31/timer.c
arm1136/mx35/timer.c
arm1136/omap24xx/timer.c
arm1176/s3c64xx/timer.c
arm1176/tnetv107x/timer.c
arm720t/interrupts.c
arm920t/a320/timer.c
arm920t/at91/timer.c
arm920t/at91rm9200/timer.c
arm920t/ep93xx/timer.c
arm920t/imx/timer.c
arm920t/ks8695/timer.c
arm920t/s3c24x0/timer.c
arm925t/timer.c
arm926ejs/armada100/timer.c
arm926ejs/davinci/timer.c
arm926ejs/kirkwood/timer.c
arm926ejs/mb86r0x/timer.c
arm926ejs/mx25/timer.c
arm926ejs/mx27/timer.c
arm926ejs/nomadik/timer.c
arm926ejs/omap/timer.c
arm926ejs/orion5x/timer.c
arm926ejs/pantheon/timer.c
arm926ejs/spear/timer.c
arm926ejs/versatile/timer.c
armv7/mx5/timer.c
armv7/omap-common/timer.c
armv7/s5p-common/timer.c
armv7/tegra2/timer.c
ixp/timer.c
lh7a40x/timer.c
pxa/timer.c
s3c44b0/timer.c
sa1100/timer.c
/rk3399_rockchip-uboot/arch/avr32/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/slicetimer.c
/rk3399_rockchip-uboot/arch/m68k/lib/time.c
/rk3399_rockchip-uboot/arch/microblaze/cpu/timer.c
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/time.c
/rk3399_rockchip-uboot/arch/powerpc/lib/interrupts.c
/rk3399_rockchip-uboot/arch/sh/lib/time.c
/rk3399_rockchip-uboot/arch/sh/lib/time_sh2.c
/rk3399_rockchip-uboot/arch/sparc/lib/interrupts.c
/rk3399_rockchip-uboot/arch/x86/lib/timer.c
/rk3399_rockchip-uboot/board/armltd/integrator/timer.c
/rk3399_rockchip-uboot/board/armltd/vexpress/ca9x4_ct_vxp.c
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/drivers/block/mg_disk.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/include/configs/PCI5441.h
/rk3399_rockchip-uboot/include/configs/PK1C20.h
/rk3399_rockchip-uboot/include/configs/nios2-generic.h
5c8404af15-Jul-2011 Graeme Russ <graeme.russ@gmail.com>

Timer: Remove set_timer completely


arm1136/mx31/timer.c
arm1136/mx35/timer.c
arm1136/omap24xx/timer.c
arm1176/s3c64xx/timer.c
arm1176/tnetv107x/timer.c
arm720t/interrupts.c
arm920t/a320/timer.c
arm920t/at91/timer.c
arm920t/at91rm9200/timer.c
arm920t/imx/timer.c
arm920t/ks8695/timer.c
arm920t/s3c24x0/timer.c
arm925t/timer.c
arm926ejs/armada100/timer.c
arm926ejs/kirkwood/timer.c
arm926ejs/mx25/timer.c
arm926ejs/mx27/timer.c
arm926ejs/omap/timer.c
arm926ejs/orion5x/timer.c
arm926ejs/pantheon/timer.c
arm926ejs/spear/timer.c
arm926ejs/versatile/timer.c
armv7/mx5/timer.c
armv7/omap-common/timer.c
armv7/s5p-common/timer.c
armv7/tegra2/timer.c
armv7/u8500/timer.c
ixp/timer.c
lh7a40x/timer.c
pxa/timer.c
s3c44b0/timer.c
sa1100/timer.c
/rk3399_rockchip-uboot/arch/avr32/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/slicetimer.c
/rk3399_rockchip-uboot/arch/m68k/lib/board.c
/rk3399_rockchip-uboot/arch/m68k/lib/time.c
/rk3399_rockchip-uboot/arch/microblaze/cpu/timer.c
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/time.c
/rk3399_rockchip-uboot/arch/nios2/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/powerpc/lib/interrupts.c
/rk3399_rockchip-uboot/arch/sh/lib/time.c
/rk3399_rockchip-uboot/arch/sh/lib/time_sh2.c
/rk3399_rockchip-uboot/arch/sparc/lib/board.c
/rk3399_rockchip-uboot/arch/sparc/lib/interrupts.c
/rk3399_rockchip-uboot/arch/x86/lib/board.c
/rk3399_rockchip-uboot/arch/x86/lib/timer.c
/rk3399_rockchip-uboot/board/BuS/EB+MCF-EV123/flash.c
/rk3399_rockchip-uboot/board/armltd/integrator/timer.c
/rk3399_rockchip-uboot/board/cobra5272/flash.c
/rk3399_rockchip-uboot/board/idmr/flash.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/spl/Makefile
401bb30b13-Jul-2011 Aneesh V <aneesh@ti.com>

replace CONFIG_PRELOADER with CONFIG_SPL_BUILD

replace all occurences of CONFIG_PRELOADER with CONFIG_SPL_BUILD

Signed-off-by: Aneesh V <aneesh@ti.com>


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/config.mk
arm1136/start.S
arm1176/start.S
arm720t/start.S
arm920t/start.S
arm925t/start.S
arm926ejs/start.S
arm946es/start.S
arm_intcm/start.S
armv7/start.S
ixp/start.S
lh7a40x/start.S
pxa/start.S
s3c44b0/start.S
sa1100/start.S
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/clk_rst.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/pinmux.h
/rk3399_rockchip-uboot/arch/arm/lib/Makefile
/rk3399_rockchip-uboot/arch/arm/lib/board.c
/rk3399_rockchip-uboot/arch/blackfin/config.mk
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/fdt.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/portals.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/tlb.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/cpu.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/mmu.h
/rk3399_rockchip-uboot/arch/powerpc/lib/bootm.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/p2041rdb/cpld.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/cpld.h
/rk3399_rockchip-uboot/board/freescale/p2041rdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/law.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/p2041rdb.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/pci.c
/rk3399_rockchip-uboot/board/freescale/p2041rdb/tlb.c
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/nvidia/common/board.h
/rk3399_rockchip-uboot/board/pcs440ep/config.mk
/rk3399_rockchip-uboot/board/spear/spear300/config.mk
/rk3399_rockchip-uboot/board/spear/spear310/config.mk
/rk3399_rockchip-uboot/board/spear/spear320/config.mk
/rk3399_rockchip-uboot/board/spear/spear600/config.mk
/rk3399_rockchip-uboot/board/tqc/tqm85xx/sdram.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_cache.c
/rk3399_rockchip-uboot/common/cmd_fdc.c
/rk3399_rockchip-uboot/common/cmd_fdos.c
/rk3399_rockchip-uboot/common/cmd_ide.c
/rk3399_rockchip-uboot/common/cmd_md5sum.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/cmd_mmc.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_sata.c
/rk3399_rockchip-uboot/common/cmd_scsi.c
/rk3399_rockchip-uboot/common/cmd_sha1sum.c
/rk3399_rockchip-uboot/common/cmd_usb.c
/rk3399_rockchip-uboot/common/cmd_ximg.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/miiphyutil.c
/rk3399_rockchip-uboot/common/usb_storage.c
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/disk/Makefile
/rk3399_rockchip-uboot/doc/README.SPL
/rk3399_rockchip-uboot/doc/README.p2041rdb
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/block/mg_disk.c
/rk3399_rockchip-uboot/drivers/block/systemace.c
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/atmel_mci.h
/rk3399_rockchip-uboot/drivers/mmc/gen_atmel_mci.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mv_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/s5p_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/sh_mmcif.c
/rk3399_rockchip-uboot/drivers/mmc/sh_mmcif.h
/rk3399_rockchip-uboot/drivers/mmc/tegra2_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/tegra2_mmc.h
/rk3399_rockchip-uboot/drivers/net/designware.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/spi/Makefile
/rk3399_rockchip-uboot/drivers/spi/andes_spi.c
/rk3399_rockchip-uboot/drivers/spi/andes_spi.h
/rk3399_rockchip-uboot/fs/fat/Makefile
/rk3399_rockchip-uboot/include/ahci.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/config_defaults.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/harmony.h
/rk3399_rockchip-uboot/include/configs/seaboard.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/libfdt.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/part.h
/rk3399_rockchip-uboot/include/scsi.h
/rk3399_rockchip-uboot/include/sdhci.h
/rk3399_rockchip-uboot/lib/Makefile
/rk3399_rockchip-uboot/lib/libfdt/fdt.c
/rk3399_rockchip-uboot/lib/libfdt/fdt_ro.c
/rk3399_rockchip-uboot/lib/libfdt/libfdt_internal.h
/rk3399_rockchip-uboot/lib/string.c
/rk3399_rockchip-uboot/mmc_spl/board/samsung/smdkv310/Makefile
/rk3399_rockchip-uboot/nand_spl/board/davinci/da8xxevm/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mx31pdk/Makefile
/rk3399_rockchip-uboot/nand_spl/board/karo/tx25/Makefile
/rk3399_rockchip-uboot/onenand_ipl/board/apollon/Makefile
/rk3399_rockchip-uboot/onenand_ipl/board/vpac270/Makefile
/rk3399_rockchip-uboot/spl/.gitignore
/rk3399_rockchip-uboot/spl/Makefile

1...<<131132133134135136137138139140>>...143