caead80a | 21-Nov-2017 |
Paul Burton <paul.burton@mips.com> |
boston: Add u-boot.mcs make target
U-Boot is generally flashed to a MIPS Boston development board by means of a .mcs file which Xilinx Vivado software can write to the flash present on the board. As
boston: Add u-boot.mcs make target
U-Boot is generally flashed to a MIPS Boston development board by means of a .mcs file which Xilinx Vivado software can write to the flash present on the board. As such we'd generally want to produce an mcs file when building U-Boot to target the Boston board. Introduce a make target for u-boot.mcs which generates it using the srec_cat tool available from the SRecord project, and build it by default when srec_cat is present.
Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: u-boot@lists.denx.de
show more ...
|
c5bf161f | 30-Oct-2017 |
Paul Burton <paul.burton@mips.com> |
Update Paul Burton's email address
MIPS is no longer a part of Imagination Technologies, and as such my @imgtec.com email address will soon cease to function. This patch updates occurrances of it wi
Update Paul Burton's email address
MIPS is no longer a part of Imagination Technologies, and as such my @imgtec.com email address will soon cease to function. This patch updates occurrances of it with my new @mips.com email address, and adds an entry in .mailmap such that git (& tools such as get_maintainer.pl when examining history) will use the new address.
Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: u-boot@lists.denx.de
show more ...
|
64f733d3 | 15-Sep-2017 |
Paul Burton <paul.burton@imgtec.com> |
boston: Remove unused label in lowlevel_display
The lowlevel_display() function includes a "1:" label which is never used. Remove it.
Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Daniel
boston: Remove unused label in lowlevel_display
The lowlevel_display() function includes a "1:" label which is never used. Remove it.
Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
show more ...
|
91ec615e | 29-Jan-2016 |
Paul Burton <paul.burton@imgtec.com> |
malta: Use I/O accessors for SuperI/O controller
Rather than passing the I/O port base address to the Super I/O code, switch it to using outb such that it makes use of the I/O port base address auto
malta: Use I/O accessors for SuperI/O controller
Rather than passing the I/O port base address to the Super I/O code, switch it to using outb such that it makes use of the I/O port base address automatically.
Drop the extern keyword to satisfy checkpatch whilst here.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
show more ...
|
28c8c3d4 | 29-Jan-2015 |
Paul Burton <paul.burton@imgtec.com> |
malta: delay after reset
Reset isn't instant, so delay to give it a chance. Otherwise we go on to print a failure message before resetting anyway.
Signed-off-by: Paul Burton <paul.burton@imgtec.com
malta: delay after reset
Reset isn't instant, so delay to give it a chance. Otherwise we go on to print a failure message before resetting anyway.
Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
show more ...
|