Searched hist:b16f521a5e87208cebbd17964452e11704416c3f (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/x86/cpu/ |
H A D | u-boot.lds | b16f521a5e87208cebbd17964452e11704416c3f Tue Nov 27 15:08:06 CST 2012 Gabe Black <gabeblack@chromium.org> x86: Allow excluding reset vector code from u-boot
When running from coreboot we don't want this code.
This version works by ifdef-ing out all of the code that would go into those sections and all the code that refers to it. The sections are then empty, and the linker will either leave them empty for the loader to ignore or remove them entirely.
Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | Makefile | b16f521a5e87208cebbd17964452e11704416c3f Tue Nov 27 15:08:06 CST 2012 Gabe Black <gabeblack@chromium.org> x86: Allow excluding reset vector code from u-boot
When running from coreboot we don't want this code.
This version works by ifdef-ing out all of the code that would go into those sections and all the code that refers to it. The sections are then empty, and the linker will either leave them empty for the loader to ignore or remove them entirely.
Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/ |
H A D | README | b16f521a5e87208cebbd17964452e11704416c3f Tue Nov 27 15:08:06 CST 2012 Gabe Black <gabeblack@chromium.org> x86: Allow excluding reset vector code from u-boot
When running from coreboot we don't want this code.
This version works by ifdef-ing out all of the code that would go into those sections and all the code that refers to it. The sections are then empty, and the linker will either leave them empty for the loader to ignore or remove them entirely.
Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | Makefile | b16f521a5e87208cebbd17964452e11704416c3f Tue Nov 27 15:08:06 CST 2012 Gabe Black <gabeblack@chromium.org> x86: Allow excluding reset vector code from u-boot
When running from coreboot we don't want this code.
This version works by ifdef-ing out all of the code that would go into those sections and all the code that refers to it. The sections are then empty, and the linker will either leave them empty for the loader to ignore or remove them entirely.
Signed-off-by: Gabe Black <gabeblack@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
|