/u-boot/arch/arm/mach-uniphier/clk/ |
A D | Makefile | 5 obj-$(CONFIG_ARCH_UNIPHIER_LD4) += clk-early-ld4.o clk-dram-ld4.o dpll-ld4.o 6 obj-$(CONFIG_ARCH_UNIPHIER_PRO4) += clk-early-ld4.o clk-dram-ld4.o dpll-pro4.o 7 obj-$(CONFIG_ARCH_UNIPHIER_SLD8) += clk-early-ld4.o clk-dram-ld4.o dpll-sld8.o 8 obj-$(CONFIG_ARCH_UNIPHIER_PRO5) += clk-early-ld4.o clk-dram-pro5.o dpll-pro5.o 9 obj-$(CONFIG_ARCH_UNIPHIER_PXS2) += clk-early-ld4.o clk-dram-pxs2.o dpll-pxs2.o 10 obj-$(CONFIG_ARCH_UNIPHIER_LD6B) += clk-early-ld4.o clk-dram-pxs2.o dpll-pxs2.o
|
/u-boot/arch/arm/mach-k3/ |
A D | Kconfig | 70 bool "Activate to allow for an early console during SPL" 73 Turn this option on to enable an early console functionality in SPL 77 the very early stages of boot. Using this early console functionality 79 like UART-based boot and early diagnostic messages until the main 84 int "Index of serial device to use for SPL early console" 88 for the early console during SPL execution.
|
/u-boot/board/google/chromebook_coral/ |
A D | Kconfig | 29 bool "Enable early post to Chrome OS EC" 31 Allow post codes to be sent to the Chroem OS EC early during boot,
|
/u-boot/board/efi/ |
A D | Kconfig | 11 this case EFI does the early initialisation, and U-Boot 19 this case EFI does the early initialisation, and U-Boot
|
/u-boot/doc/device-tree-bindings/fpga/ |
A D | altera-socfpga-a10-fpga-mgr.txt | 33 - Examples for booting with full release or booting with early IO release, then 34 follow by entering early user mode:
|
/u-boot/doc/driver-model/ |
A D | migration.rst | 91 The video subsystem has supported driver model since early 2016. Maintainers 99 The network subsystem has supported the driver model since early 2015. 107 The I2C subsystem has supported the driver model since early 2015.
|
/u-boot/board/google/chromebook_link/ |
A D | Kconfig | 32 bool "Enable early post to Chrome OS EC"
|
/u-boot/board/altera/arria10-socdk/ |
A D | fit_spl_fpga.its | 34 description = "Boot with FPGA early IO release config";
|
/u-boot/board/google/chromebook_samus/ |
A D | Kconfig | 32 bool "Enable early post to Chrome OS EC"
|
/u-boot/board/coreboot/ |
A D | Kconfig | 15 this case coreboot does the early inititalisation, and U-Boot
|
/u-boot/arch/arm/dts/ |
A D | socfpga_arria10_socdk_sdmmc-u-boot.dtsi | 32 /* Clock available early */
|
/u-boot/arch/arm/mach-omap2/omap3/ |
A D | sdrc.c | 131 void do_sdrc_init(u32 cs, u32 early) in do_sdrc_init() argument 155 if (early) { in do_sdrc_init()
|
/u-boot/arch/mips/dts/ |
A D | mrvl,octeon-ebb7304.dts | 100 u-boot,dm-pre-reloc; /* Needed early for DDR SPD EEPROM */ 105 u-boot,dm-pre-reloc; /* Needed early for DDR SPD EEPROM */
|
/u-boot/doc/board/xen/ |
A D | xenguest_arm64.rst | 42 1. U-boot runs without MMU enabled at the early stages. 51 So it means that manual data cache maintenance is required at the early 56 early/debug serial console is not implemented. Therefore, we do not have
|
/u-boot/doc/device-tree-bindings/pinctrl/ |
A D | intel,apl-pinctrl.txt | 27 early-regs = <IOMAP_P2SB_BAR 0x100000>;
|
/u-boot/drivers/timer/ |
A D | Kconfig | 31 bool "Allow timer to be used early in U-Boot" 34 # so only the early timer is available 40 use an early timer. These functions must be supported by your timer 128 int "x86 TSC timer frequency in MHz when used as the early timer" 133 early timer and the frequency can neither be calibrated via some
|
A D | tsc_timer.c | 397 static void tsc_timer_ensure_setup(bool early) in tsc_timer_ensure_setup() argument 427 if (early) in tsc_timer_ensure_setup()
|
/u-boot/drivers/pinctrl/intel/ |
A D | Kconfig | 34 These are mostly read from the device tree, with the early-pads
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | intel,apl-gpio.txt | 27 early-regs = <IOMAP_P2SB_BAR 0x100000>;
|
/u-boot/doc/device-tree-bindings/pci/ |
A D | x86-pci.txt | 41 early-regs = <0xde000000 0x20>;
|
/u-boot/arch/arm/mach-rockchip/px30/ |
A D | Kconfig | 60 For using the UART for early debugging the route to use needs
|
/u-boot/doc/develop/ |
A D | trace.rst | 133 Define this to start tracing early, before relocation. 136 Size of 'early' trace buffer. Before U-Boot has relocated 144 Address of early trace buffer 174 This implementation enables tracing early in board_init_f(). This means 176 early architecture-specific init. However, it also misses the entire
|
/u-boot/lib/ |
A D | Kconfig | 231 If early trace is enabled (i.e. before relocation), this buffer must 232 be large enough to include all the data from the early trace buffer as 253 position in memory. Enable this option to start tracing as early as 257 hex "Size of early trace buffer in U-Boot" 261 Sets the size of the early trace buffer in bytes. This is used to hold 270 during early tracing. 273 hex "Address of early trace buffer in U-Boot" 277 Sets the address of the early trace buffer in U-Boot. This memory 282 the size is too small then the message which says the amount of early
|
/u-boot/lib/efi/ |
A D | Kconfig | 19 is useful for examining a platform in the early stages of porting
|
/u-boot/doc/device-tree-bindings/ |
A D | device.txt | 60 early-regs = <IOMAP_P2SB_BAR 0x100000>;
|