ned-off-by: Radha Mohan Chintakuntla
Signed-off-by: Sergey Temerkhanov
Cc: joe.hershber...@gmail.com
---
include/net.h | 122 +-
net/bootp.c | 24 ++--
net/bootp.h | 24 ++--
3 files changed, 85 insertions(+), 85 deletion
This patch converts USB protocol headers to use explicitly sized
fields like the rest of the code
Signed-off-by: Radha Mohan Chintakuntla
Signed-off-by: Sergey Temerkhanov
---
include/usb.h | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/include/usb.h b
This commit allows xHCI to use both 64 and 32 bit memory
physical addresses depending on architecture it's being built for.
Also it makes use of readq()/writeq() on 64-bit systems
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
drivers/usb/host/xhci-mem.c
This patch series contains USB fixes and enhancements for more complete
support of 64-bit architectures
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
ian values
treatment style to be architecture-independent
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
common/usb_storage.c | 44 +++-
1 file changed, 23 insertions(+), 21 deletions(-)
diff --git a/common/usb_storage.
This patchset is meant is created in preparation to submission of
patch series which will add support of the Cavium ThunderX SoC.
This series adds support of setting up 2-level page tables as
well as functions which allow issuing firmware calls
___
U-Boo
This commit adds functions issuing calls to firmware. This allows
to use services such as PSCI provided by firmware, e.g. ATF
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
arch/arm/cpu/armv8/Makefile | 1 +
arch/arm/cpu/armv8/fwcall.c | 88
execution to avoid interference from stale mappings set up by early
firmware/loaders/etc.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
arch/arm/cpu/armv8/cache_v8.c | 95 ++
arch/arm/cpu/armv8/start.S | 36
This commit adds the psci.h header file from Linux kernel
which contains definitions related to the PSCI interface provided
by firmware
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
include/linux/psci.h | 90
This commit adds functions issuing calls to firmware. This allows
to use services such as PSCI provided by firmware, e.g. ATF
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
arch/arm/cpu/armv8/Makefile | 1 +
arch/arm/cpu/armv8/fwcall.c | 79
This commit adds basic Cavium ThunderX 88xx board definitions and support.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
arch/arm/Kconfig | 4 +
board/cavium/thunderx/Kconfig| 19 +
board/cavium/thunderx/Makefile | 8 ++
board
This commit adds the psci.h header file from Linux kernel
which contains definitions related to the PSCI interface provided
by firmware
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
include/linux/psci.h | 90
execution to avoid interference from stale mappings set up by early
firmware/loaders/etc.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
arch/arm/cpu/armv8/cache_v8.c | 95 ++
arch/arm/cpu/armv8/start.S | 36
This patch series adds support for Cavium ThunderX 88xx SoC family
(http://www.cavium.com/ThunderX_ARM_Processors.html).
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On some systems, UART initialization is performed before running U-Boot.
This commit allows to skip UART re-initializaion on those systems
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
drivers/serial/serial_pl01x.c | 4 +++-
1 file changed, 3 insertions(+), 1
Change the dram_init() function on ThunderXto query ATF services for
the real installed DRAM size
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
board/cavium/thunderx/Makefile | 2 +-
board/cavium/thunderx/dram.c | 35
This commit adds functions issuing calls to the product-specific ATF
services
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
board/cavium/thunderx/Makefile | 2 +-
board/cavium/thunderx/atf.c | 312
include/cavium
This commit adds functions issuing calls to firmware. This allows
to use services such as PSCI provided by firmware, e.g. ATF
The SMC call can destroy all registers declared temporary by the
calling conventions. The clobber list is "x0..x17" because of
this
Signed-off-by: Sergey T
On some systems, UART initialization is performed before running U-Boot.
This commit allows to skip UART re-initializaion on those systems
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3:
- Added __used keyword
Changes in v2: None
drivers/serial
This commit adds basic Cavium ThunderX 88xx board definitions and support.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3:
- Fixed formatting
- Added MAINTAINERS
Changes in v2: None
arch/arm/Kconfig | 4 +
board/cavium
This commit adds the psci.h header file from Linux kernel
which contains definitions related to the PSCI interface provided
by firmware
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3: None
Changes in v2: None
include/linux/psci.h | 90
This commit adds functions issuing calls to the product-specific ATF
services
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3: None
Changes in v2: None
board/cavium/thunderx/Makefile | 2 +-
board/cavium/thunderx/atf.c | 312
Change the dram_init() function on ThunderX to query ATF services for
the real installed DRAM size
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3: None
Changes in v2: None
board/cavium/thunderx/Makefile | 2 +-
board/cavium/thunderx/dram.c
execution to avoid interference from stale mappings set up by early
firmware/loaders/etc.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3:
- Reduced code duplication
- Renamed CONFIG_SYS_PTL1_BITS to CONFIG_SYS_PTL2_BITS
- Moved 'reset_sctrl' c
Fixed clobber lists (thanks to Corey)
- Added __used keyword
- Fixed formatting
- Added MAINTAINERS
Changes in v2:
- Changed code licensing
- Completed the patchset
Sergey Temerkhanov (7):
armv8: New MMU setup code allowing to use 48+ bits PA/VA
armv8: Add SMC calls infrastructure
armv8: Add p
This patch adds the read_mpidr() function which returns the
MPIDR_EL1 register value
Signed-off-by: Sergey Temerkhanov
---
Changes in v3: None
Changes in v2: None
arch/arm/include/asm/system.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/arch/arm/include/asm/system.h b
This commit adds the psci.h header file from Linux kernel
which contains definitions related to the PSCI interface provided
by firmware
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3: None
Changes in v2: None
include/linux/psci.h | 90
This commit adds functions issuing calls to firmware. This allows
to use services such as PSCI provided by firmware, e.g. ATF
The SMC call can destroy all registers declared temporary by the
calling conventions. The clobber list is "x0..x17" because of
this
Signed-off-by: Sergey T
This commit adds basic Cavium ThunderX 88xx board definitions and support.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3:
- Fixed formatting
- Added MAINTAINERS
- Moved command definitions to defconfig
Changes in v2: None
arch/arm/Kconfig
This commit adds functions issuing calls to the product-specific ATF
services
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3: None
Changes in v2: None
board/cavium/thunderx/Makefile | 2 +-
board/cavium/thunderx/atf.c | 312
On some systems, UART initialization is performed before running U-Boot.
This commit allows to skip UART re-initializaion on those systems
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3:
- Added __used keyword
Changes in v2: None
drivers/serial
Change the dram_init() function on ThunderX to query ATF services for
the real installed DRAM size
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3: None
Changes in v2: None
board/cavium/thunderx/Makefile | 2 +-
board/cavium/thunderx/dram.c
Fixed clobber lists (thanks to Corey)
- Added __used keyword
- Fixed formatting
- Added MAINTAINERS
- Moved command definitions to defconfig
Changes in v2:
- Changed code licensing
- Completed the patchset
Sergey Temerkhanov (8):
armv8: Add read_mpidr() function
armv8: New MMU setup code allowin
execution to avoid interference from stale mappings set up by early
firmware/loaders/etc.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3:
- Reduced code duplication
- Renamed CONFIG_SYS_PTL1_BITS to CONFIG_SYS_PTL2_BITS
- Moved 'reset_sctrl' c
Increase xHCI transfer size for USB storage devices. This helps to
achieve 10-20x speedup for large transfers
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
common/usb_storage.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/common
This patch fixes a potential NULL pointer dereference arising on
non-present/non-initialized xHCI controllers
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
drivers/usb/host/xhci.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a
This patch fixes a potential NULL pointer dereference arising on
non-present/non-initialized xHCI controllers and adds some error
handling to xHCI code
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v2:
- Add return value check with setting hccr and
This patch fixes a potential NULL pointer dereference arising on
non-present/non-initialized xHCI controllers and adds some error
handling to xHCI code
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v3:
- Assign NULL to *controller so it remains that
This patch adds the read_mpidr() function which returns the
MPIDR_EL1 register value
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/include/asm/system.h | 11
This commit adds basic Cavium ThunderX 88xx board definitions and support.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v4:
- Moved CONFIG_SYS_PROMPT to configs/thunderx_88xx_defconfig
- Add proper DM_SERIAL definitions
Changes in v3:
- Fixed
This commit adds functions issuing calls to the product-specific ATF
services
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/cavium/thunderx/Makefile | 2 +-
board/cavium/thunderx/atf.c
Change the dram_init() function on ThunderX to query ATF services for
the real installed DRAM size
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/cavium/thunderx/Makefile | 2 +-
board/cavium
This commit adds the psci.h header file from Linux kernel
which contains definitions related to the PSCI interface provided
by firmware
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
include/linux
On some systems, UART initialization is performed before running U-Boot.
This commit allows to skip UART re-initializaion on those systems
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v4:
- Fixed build warnings
- Moved to DM_SERIAL
Changes in v3
MAINTAINERS
- Moved command definitions to defconfig
Changes in v2:
- Changed code licensing
- Completed the patchset
Sergey Temerkhanov (8):
armv8: Add read_mpidr() function
armv8: New MMU setup code allowing to use 48+ bits PA/VA
armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrast
clobber list is "x0..x17" because of
this
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Corey Minyard
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v4:
- Document FW calls
Changes in v3:
- Fixed clobber lists (thanks to Corey)
Changes in v2: None
arch/arm/cpu/armv
execution to avoid interference from stale mappings set up by early
firmware/loaders/etc.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v4:
- Use ALIGN macro for address alignment
Changes in v3:
- Reduced code duplication
- Renamed CONFIG_SYS_PTL1_BITS to
This patch adds the read_mpidr() function which returns the
MPIDR_EL1 register value
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/include/asm
clobber list is "x0..x17" because of
this
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Corey Minyard
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v5: None
Changes in v4:
- Document FW calls
Changes in v3:
- Fixed clobber lists (thanks to Corey
This commit adds the FDT for the ThunderX family of SoCs
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v5:
- Added FDT for ThunderX 88xx series
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/dts/Makefile | 1
On some systems, UART initialization is performed before running U-Boot.
This commit allows to skip UART re-initializaion on those systems
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v5:
- Added OF control support
Changes in v4:
- Fixed build
This commit adds the psci.h header file from Linux kernel
which contains definitions related to the PSCI interface provided
by firmware
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
Change the dram_init() function on ThunderX to query ATF services for
the real installed DRAM size
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
DRAM fix
---
Changes in v5:
- Moved dram_init() from a separate file to thunderx.c
Changes in v4: None
Changes in v3
This commit adds basic Cavium ThunderX 88xx board definitions and support.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v5:
- Added CONFIG_OF_CONTROL support
- Changed memory attributes
Changes in v4:
- Moved CONFIG_SYS_PROMPT to configs
This commit adds functions issuing calls to the product-specific ATF
services
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/cavium/thunderx/Makefile | 2 +-
board/cavium
sing
- Completed the patchset
Sergey Temerkhanov (9):
armv8: Add read_mpidr() function
armv8: New MMU setup code allowing to use 48+ bits PA/VA
armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrastructure
armv8: Add psci.h from the Linux kernel
arm: serial: Add ability to use p
execution to avoid interference from stale mappings set up by early
firmware/loaders/etc.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v5:
- Allow setting of different memory attributes in the memory
map
Changes in v4:
- Use ALIGN macro for address
This patch adds an ability to use pl01x as a debug UART. It must
be configured like other types of debug UARTs
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
drivers/serial/Kconfig| 20
drivers/serial/serial_pl01x.c | 28
This patch adds an ability to use pl01x as a debug UART. It must
be configured like other types of debug UARTs
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v2:
- Broke down into 2 patches
- Minor changes to accomodate Kconfig options
drivers
separate options
- Typo fixes
Sergey Temerkhanov (2):
arm: serial: Add debug UART capability to the pl01x driver
arm: serial: Add Kconfig entries to facilitate usage of the pl01x
driver for early debug output
drivers/serial/Kconfig| 22 ++
drivers/serial
This patch adds Kconfig entries to facilitate usage of pl01x as
a debug UART.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v2:
- Broke down into 2 patches
- Made CONFIG_DEBUG_UART_PL010 and CONFIG_DEBUG_UART_PL011
separate options
- Typo fixes
This patch adds the read_mpidr() function which returns the
MPIDR_EL1 register value
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
execution to avoid interference from stale mappings set up by early
firmware/loaders/etc.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v6:
- Fixed lack of protection in global_data.h
Changes in v5:
- Allow setting of different memory attributes in the
This commit adds the psci.h header file from Linux kernel
which contains definitions related to the PSCI interface provided
by firmware
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
clobber list is "x0..x17" because of
this
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Corey Minyard
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v6: None
Changes in v5: None
Changes in v4:
- Document FW calls
Changes in v3:
- Fixed clobber lis
On some systems, UART initialization is performed before running U-Boot.
This commit allows to skip UART re-initializaion on those systems
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v6:
- Changed the 'PL0X_PREINITIA
This commit adds the FDT for the ThunderX family of SoCs
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v6:
- Added /chosen node
Changes in v5:
- Added FDT for ThunderX 88xx series
Changes in v4: None
Changes in v3: None
This commit adds functions issuing calls to the product-specific ATF
services
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/cavium/thunderx/Makefile
Change the dram_init() function on ThunderX to query ATF services for
the real installed DRAM size
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v6: None
Changes in v5:
- Moved dram_init() from a separate file to thunderx.c
Changes in v4: None
This commit adds basic Cavium ThunderX 88xx board definitions and support.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v6:
- Added 'u-boot,skip-init' property to the FDT
Changes in v5:
- Added CONFIG_OF_CONTROL support
- Changed memory
ll to the 'reset' label
- Rebased to the actual upstream tree
- Documented newly added config options
- Fixed clobber lists (thanks to Corey)
- Added __used keyword
- Fixed formatting
- Added MAINTAINERS
- Moved command definitions to defconfig
Changes in v2:
- Changed code licensing
- Compl
separate options
- Typo fixes
Sergey Temerkhanov (2):
arm: serial: Add debug UART capability to the pl01x driver
arm: serial: Add Kconfig entries to facilitate usage of the pl01x
driver for early debug output
drivers/serial/Kconfig| 22 ++
drivers/serial
This patch adds an ability to use pl01x as a debug UART. It must
be configured like other types of debug UARTs
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Acked-by: Simon Glass
---
Changes in v2:
- Broke down into 2 patches
- Minor changes to accomodate Kconfig
This patch adds Kconfig entries to facilitate usage of pl01x as
a debug UART.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Acked-by: Simon Glass
---
Changes in v2:
- Broke down into 2 patches
- Made CONFIG_DEBUG_UART_PL010 and CONFIG_DEBUG_UART_PL011
separate
This commit adds the psci.h header file from Linux kernel
which contains definitions related to the PSCI interface provided
by firmware
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None
clobber list is "x0..x17" because of
this
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Corey Minyard
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4:
- Document FW calls
Changes in v
execution to avoid interference from stale mappings set up by early
firmware/loaders/etc.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v7:
- Removed stale board.c changes
Changes in v6:
- Fixed lack of protection in global_data.h
Changes in v5:
- Allow
This patch adds the read_mpidr() function which returns the
MPIDR_EL1 register value
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
On some systems, UART initialization is performed before running U-Boot.
This commit allows to skip UART re-initializaion on those systems
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v7: None
Changes in v6:
- Changed the
This commit adds basic Cavium ThunderX 88xx board definitions and support.
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v7:
- Removed rebase/merge residue
- Added CONFIG_CMD_ATF
- Updated defconfig
- Fixed typo in the 'uboot,skip-init'
This commit adds functions issuing calls to the product-specific ATF
services
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/cavium
Change the dram_init() function on ThunderX to query ATF services for
the real installed DRAM size
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
---
Changes in v7: None
Changes in v6: None
Changes in v5:
- Moved dram_init() from a separate file to thunderx.c
This commit adds the FDT for the ThunderX family of SoCs
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Radha Mohan Chintakuntla
Reviewed-by: Simon Glass
---
Changes in v7: None
Changes in v6:
- Added /chosen node
Changes in v5:
- Added FDT for ThunderX 88xx series
Changes in v4: None
pstream tree
- Documented newly added config options
- Fixed clobber lists (thanks to Corey)
- Added __used keyword
- Fixed formatting
- Added MAINTAINERS
- Moved command definitions to defconfig
Changes in v2:
- Changed code licensing
- Completed the patchset
Sergey Temerkhanov (9):
armv8: Add r
84 matches
Mail list logo