Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MIPS U-Boot Custodian Tree
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
U-Boot
Custodians
MIPS U-Boot Custodian Tree
Commits
001ab993
Commit
001ab993
authored
Oct 23, 2020
by
Tom Rini
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
parents
89a140ad
8efad326
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
6 additions
and
68 deletions
+6
-68
board/samsung/common/board.c
board/samsung/common/board.c
+0
-1
include/configs/arndale.h
include/configs/arndale.h
+0
-2
include/configs/espresso7420.h
include/configs/espresso7420.h
+0
-3
include/configs/odroid.h
include/configs/odroid.h
+1
-6
include/configs/odroid_xu3.h
include/configs/odroid_xu3.h
+1
-5
include/configs/origen.h
include/configs/origen.h
+0
-5
include/configs/peach-pi.h
include/configs/peach-pi.h
+0
-3
include/configs/peach-pit.h
include/configs/peach-pit.h
+0
-3
include/configs/s5p_goni.h
include/configs/s5p_goni.h
+1
-7
include/configs/s5pc210_universal.h
include/configs/s5pc210_universal.h
+1
-6
include/configs/smdk5250.h
include/configs/smdk5250.h
+0
-2
include/configs/smdk5420.h
include/configs/smdk5420.h
+0
-5
include/configs/smdkv310.h
include/configs/smdkv310.h
+0
-5
include/configs/snow.h
include/configs/snow.h
+0
-2
include/configs/spring.h
include/configs/spring.h
+0
-2
include/configs/trats.h
include/configs/trats.h
+1
-4
include/configs/trats2.h
include/configs/trats2.h
+1
-6
scripts/config_whitelist.txt
scripts/config_whitelist.txt
+0
-1
No files found.
board/samsung/common/board.c
View file @
001ab993
...
...
@@ -304,7 +304,6 @@ int board_late_init(void)
int
mmcbootdev
=
get_boot_mmc_dev
();
char
mmcbootdev_str
[
16
];
stdio_print_current_devices
();
ret
=
uclass_first_device_err
(
UCLASS_CROS_EC
,
&
dev
);
if
(
ret
&&
ret
!=
-
ENODEV
)
{
/* Force console on */
...
...
include/configs/arndale.h
View file @
001ab993
...
...
@@ -18,8 +18,6 @@
#define CONFIG_EXYNOS_SPL
/* Miscellaneous configurable options */
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
#define CONFIG_IRAM_STACK 0x02050000
#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
...
...
include/configs/espresso7420.h
View file @
001ab993
...
...
@@ -18,9 +18,6 @@
#define CONFIG_SPL_STACK CONFIG_IRAM_END
#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_END
/* select serial console configuration */
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
/* DRAM Memory Banks */
#define SDRAM_BANK_SIZE (256UL << 20UL)
/* 256 MB */
...
...
include/configs/odroid.h
View file @
001ab993
...
...
@@ -33,12 +33,7 @@
#include <linux/sizes.h>
/* select serial console configuration */
/* Console configuration */
#define CONFIG_BOOTCOMMAND "run distro_bootcmd ; run autoboot"
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
- GENERATED_GBL_DATA_SIZE)
...
...
@@ -149,7 +144,7 @@
"elif test -e mmc ${mmcbootdev} uImage; then; " \
"run boot_uimg;" \
"fi;\0" \
"console=
" CONFIG_DEFAULT_CONSOLE
\
"console=
console=ttySAC1,115200n8\0"
\
"mmcbootdev=0\0" \
"mmcbootpart=1\0" \
"mmcrootdev=0\0" \
...
...
include/configs/odroid_xu3.h
View file @
001ab993
...
...
@@ -14,8 +14,6 @@
#define CONFIG_SYS_SDRAM_BASE 0x40000000
/* select serial console configuration */
#define TZPC_BASE_OFFSET 0x10000
#define SDRAM_BANK_SIZE (256UL << 20UL)
/* 256 MB */
...
...
@@ -25,8 +23,6 @@
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
/* USB */
#define CONFIG_USB_EHCI_EXYNOS
...
...
@@ -97,7 +93,7 @@
MEM_LAYOUT_ENV_SETTINGS \
BOOTENV \
"rootfstype=ext4\0" \
"console=
" CONFIG_DEFAULT_CONSOLE
\
"console=
console=ttySAC2,115200n8\0"
\
"fdtfile=exynos5422-odroidxu3.dtb\0" \
"board_name=odroidxu3\0" \
"mmcbootdev=0\0" \
...
...
include/configs/origen.h
View file @
001ab993
...
...
@@ -24,11 +24,6 @@
#define CONFIG_MACH_TYPE MACH_TYPE_ORIGEN
/* select serial console configuration */
/* Console configuration */
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
#define CONFIG_SYS_MEM_TOP_HIDE (1 << 20)
/* ram console */
#define CONFIG_SYS_MONITOR_BASE 0x00000000
...
...
include/configs/peach-pi.h
View file @
001ab993
...
...
@@ -23,9 +23,6 @@
#define CONFIG_SYS_SDRAM_BASE 0x20000000
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800)
/* select serial console configuration */
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
/* Display */
#ifdef CONFIG_LCD
#define CONFIG_EXYNOS_FB
...
...
include/configs/peach-pit.h
View file @
001ab993
...
...
@@ -23,9 +23,6 @@
#define CONFIG_SYS_SDRAM_BASE 0x20000000
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800)
/* select serial console configuration */
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
/* DRAM Memory Banks */
#define SDRAM_BANK_SIZE (512UL << 20UL)
/* 512 MB */
...
...
include/configs/s5p_goni.h
View file @
001ab993
...
...
@@ -34,10 +34,6 @@
/* Size of malloc() pool before and after relocation */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 << 20))
/*
* select serial console configuration
*/
/* MMC */
#define SDHCI_MAX_HOSTS 4
...
...
@@ -85,8 +81,6 @@
#define CONFIG_BOOTCOMMAND "run mmcboot"
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
#define CONFIG_RAMDISK_BOOT "root=/dev/ram0 rw rootfstype=ext4" \
" ${console} ${meminfo}"
...
...
@@ -131,7 +125,7 @@
"bootchart=set opts init=/sbin/bootchartd; run bootcmd\0" \
"verify=n\0" \
"rootfstype=ext4\0" \
"console=
" CONFIG_DEFAULT_CONSOLE
\
"console=
console=ttySAC2,115200n8\0"
\
"meminfo=mem=80M mem=256M@0x40000000 mem=128M@0x50000000\0" \
"loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x30007FC0 uImage\0" \
"mmcdev=0\0" \
...
...
include/configs/s5pc210_universal.h
View file @
001ab993
...
...
@@ -22,12 +22,7 @@
#define SDRAM_BANK_SIZE (256 << 20)
/* 256 MB */
/* select serial console configuration */
/* Console configuration */
#define CONFIG_BOOTCOMMAND "run mmcboot"
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
- GENERATED_GBL_DATA_SIZE)
...
...
@@ -102,7 +97,7 @@
"mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \
"verify=n\0" \
"rootfstype=ext4\0" \
"console=
" CONFIG_DEFAULT_CONSOLE
\
"console=
console=ttySAC1,115200n8\0"
\
"mtdparts=" CONFIG_MTDPARTS_DEFAULT \
"mbrparts=" MBRPARTS_DEFAULT \
"meminfo=crashkernel=32M@0x50000000\0" \
...
...
include/configs/smdk5250.h
View file @
001ab993
...
...
@@ -18,6 +18,4 @@
#define CONFIG_BOARD_COMMON
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
#endif
/* __CONFIG_SMDK_H */
include/configs/smdk5420.h
View file @
001ab993
...
...
@@ -24,11 +24,6 @@
#define CONFIG_SYS_SDRAM_BASE 0x20000000
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800)
/* select serial console configuration */
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
/* USB */
#define CONFIG_USB_XHCI_EXYNOS
...
...
include/configs/smdkv310.h
View file @
001ab993
...
...
@@ -27,17 +27,12 @@
#define S5P_CHECK_DIDLE 0xBAD00000
#define S5P_CHECK_LPA 0xABAD0000
/* select serial console configuration */
#define EXYNOS4_DEFAULT_UART_OFFSET 0x010000
/* MMC SPL */
#define CONFIG_SKIP_LOWLEVEL_INIT
#define COPY_BL2_FNPTR_ADDR 0x00002488
#define CONFIG_BOOTCOMMAND "fatload mmc 0 40007000 uImage; bootm 40007000"
/* Miscellaneous configurable options */
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
/* memtest works on */
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000)
...
...
include/configs/snow.h
View file @
001ab993
...
...
@@ -17,6 +17,4 @@
#define CONFIG_BOARD_COMMON
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
#endif
/* __CONFIG_SNOW_H */
include/configs/spring.h
View file @
001ab993
...
...
@@ -12,6 +12,4 @@
#define CONFIG_BOARD_COMMON
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
#endif
/* __CONFIG_SPRING_H */
include/configs/trats.h
View file @
001ab993
...
...
@@ -29,12 +29,9 @@
/* memtest works on */
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x4800000)
/* select serial console configuration */
#define CONFIG_MACH_TYPE MACH_TYPE_TRATS
#define CONFIG_BOOTCOMMAND "run autoboot"
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
- GENERATED_GBL_DATA_SIZE)
...
...
@@ -112,7 +109,7 @@
"mmcoops=mmc read 0 0x40000000 0x40 8; md 0x40000000 0x400\0" \
"verify=n\0" \
"rootfstype=ext4\0" \
"console=
" CONFIG_DEFAULT_CONSOLE
\
"console=
console=ttySAC2,115200n8\0"
\
"meminfo=crashkernel=32M@0x50000000\0" \
"nfsroot=/nfsroot/arm\0" \
"bootblock=" CONFIG_BOOTBLOCK "\0" \
...
...
include/configs/trats2.h
View file @
001ab993
...
...
@@ -27,12 +27,7 @@
/* memtest works on */
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000)
/* select serial console configuration */
/* Console configuration */
#define CONFIG_BOOTCOMMAND "run autoboot"
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \
- GENERATED_GBL_DATA_SIZE)
...
...
@@ -95,7 +90,7 @@
"boottrace=setenv opts initcall_debug; run bootcmd\0" \
"verify=n\0" \
"rootfstype=ext4\0" \
"console=
" CONFIG_DEFAULT_CONSOLE
\
"console=
console=ttySAC2,115200n8\0"
\
"kernelname=uImage\0" \
"loaduimage=ext4load mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 " \
"${kernelname}\0" \
...
...
scripts/config_whitelist.txt
View file @
001ab993
...
...
@@ -287,7 +287,6 @@ CONFIG_DEBUG_UART_LINFLEXUART
CONFIG_DEBUG_WRITECOUNT
CONFIG_DEEP_SLEEP
CONFIG_DEFAULT
CONFIG_DEFAULT_CONSOLE
CONFIG_DEFAULT_IMMR
CONFIG_DESIGNWARE_ETH
CONFIG_DEVELOP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment